mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
test: Add bind_exporter scripts
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
This commit is contained in:
parent
29bb493b1d
commit
631971b233
3 changed files with 12 additions and 0 deletions
4
tests/integration/targets/molecule-bind_exporter-alternative/runme.sh
Executable file
4
tests/integration/targets/molecule-bind_exporter-alternative/runme.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
collection_root=$(pwd | grep -oP ".+\/ansible_collections\/\w+?\/\w+")
|
||||
source "$collection_root/tests/integration/molecule.sh"
|
4
tests/integration/targets/molecule-bind_exporter-default/runme.sh
Executable file
4
tests/integration/targets/molecule-bind_exporter-default/runme.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
collection_root=$(pwd | grep -oP ".+\/ansible_collections\/\w+?\/\w+")
|
||||
source "$collection_root/tests/integration/molecule.sh"
|
4
tests/integration/targets/molecule-bind_exporter-latest/runme.sh
Executable file
4
tests/integration/targets/molecule-bind_exporter-latest/runme.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
collection_root=$(pwd | grep -oP ".+\/ansible_collections\/\w+?\/\w+")
|
||||
source "$collection_root/tests/integration/molecule.sh"
|
Loading…
Reference in a new issue