This commit is contained in:
parent
0bd8c56a40
commit
1cea766255
@ -9,3 +9,12 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
|||||||
os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')
|
os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')
|
||||||
|
|
||||||
|
|
||||||
|
def test_droneci_running(host):
|
||||||
|
freshrss = host.docker("freshrss")
|
||||||
|
|
||||||
|
assert freshrss.is_running
|
||||||
|
|
||||||
|
|
||||||
|
def test_freshrss_socket(host):
|
||||||
|
# Verify the socket is listening for HTTP traffic
|
||||||
|
assert host.socket("tcp://127.0.0.1:61000").is_listening
|
||||||
|
Loading…
Reference in New Issue
Block a user