mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-24 21:03:27 +00:00
chore: include boiler plate for integration testing
Signed-off-by: dobbi84 <davide.obbi@e4company.com>
This commit is contained in:
parent
ad51f0b088
commit
dd0dbaadd6
3 changed files with 12 additions and 0 deletions
|
@ -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-influxdb_exporter-default/runme.sh
Executable file
4
tests/integration/targets/molecule-influxdb_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-influxdb_exporter-latest/runme.sh
Executable file
4
tests/integration/targets/molecule-influxdb_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