diff options
-rwxr-xr-x[-rw-r--r--] | calipso/tests/functest/smoke_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calipso/tests/functest/smoke_test.py b/calipso/tests/functest/smoke_test.py index 373a7c3..09b394f 100644..100755 --- a/calipso/tests/functest/smoke_test.py +++ b/calipso/tests/functest/smoke_test.py @@ -86,4 +86,6 @@ if __name__ == '__main__': for image in ["calipso-{}".format(i) for i in IMAGES_TO_SEARCH]: if not image_checker.verify_image_is_up(image): ret = False + if ret: + print("All containers are running") sys.exit(0 if ret else 1) |