summaryrefslogtreecommitdiffstats
path: root/calipso/tests
diff options
context:
space:
mode:
Diffstat (limited to 'calipso/tests')
-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: