This commit is contained in:
11
molecule/default/tests/test_traefik.py
Executable file
11
molecule/default/tests/test_traefik.py
Executable file
@@ -0,0 +1,11 @@
|
||||
import os
|
||||
|
||||
import testinfra.utils.ansible_runner
|
||||
|
||||
testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
||||
os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('middleware')
|
||||
|
||||
|
||||
def test_traefik_service(host):
|
||||
assert host.service('traefik').is_running
|
||||
assert host.service('traefik').is_enabled
|
||||
Reference in New Issue
Block a user