Run statusbot from eavesdrop01.opendev.org
This installs statusbot on eavesdrop01.opendev.org. Otherwise it's just config translation and bringing up the daemon. Change-Id: I246b2723372594e65bcd1ba90215d6831d4c0c72
This commit is contained in:
@@ -36,3 +36,9 @@ def test_gerritbot_running(host):
|
||||
cmd = host.run("docker ps -a")
|
||||
assert 'gerritbot-docker_gerritbot_1' in cmd.stdout
|
||||
assert 'Up ' in cmd.stdout
|
||||
|
||||
def test_statusbot_running(host):
|
||||
# Check that the container hasn't stopped
|
||||
cmd = host.run("docker ps -a")
|
||||
assert 'statusbot-docker_statusbot_1' in cmd.stdout
|
||||
assert 'Up ' in cmd.stdout
|
||||
|
||||
Reference in New Issue
Block a user