mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-21 19:33:04 +00:00
test: add ansible-test integration for nginx_exporter
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
This commit is contained in:
parent
9915604fa1
commit
b9c15a1bd2
3 changed files with 12 additions and 0 deletions
4
tests/integration/targets/molecule-nginx_exporter-alternative/runme.sh
Executable file
4
tests/integration/targets/molecule-nginx_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-nginx_exporter-default/runme.sh
Executable file
4
tests/integration/targets/molecule-nginx_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-nginx_exporter-latest/runme.sh
Executable file
4
tests/integration/targets/molecule-nginx_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