summaryrefslogtreecommitdiffstats
path: root/calipso/tests/functest
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2018-04-07 22:48:02 +0300
committerKoren Lev <korenlev@gmail.com>2018-04-07 22:54:06 +0300
commitd8f75705138a283b080394d7fdd2a83512cfe939 (patch)
treea8dc7f3e8743a6aab6535d3f2c4bf55c8281e32b /calipso/tests/functest
parent2e47d8704fa0fe56ced38ddb4fc94f111079bd82 (diff)
container change sensu->monitor
Change-Id: I06f6882d371fe09a5a3819f0b06b96a2c858a870 Signed-off-by: Koren Lev <korenlev@gmail.com>
Diffstat (limited to 'calipso/tests/functest')
-rwxr-xr-xcalipso/tests/functest/smoke_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calipso/tests/functest/smoke_test.py b/calipso/tests/functest/smoke_test.py
index 09b394f..c9bbaf2 100755
--- a/calipso/tests/functest/smoke_test.py
+++ b/calipso/tests/functest/smoke_test.py
@@ -17,7 +17,7 @@ import sys
from utils.binary_converter import BinaryConverter
-IMAGES_TO_SEARCH = ["ui", "sensu", "scan", "api", "ldap", "listen", "mongo"]
+IMAGES_TO_SEARCH = ["ui", "monitor", "scan", "api", "ldap", "listen", "mongo"]
class DockerImageCheck: