summaryrefslogtreecommitdiffstats
path: root/testcases/OpenStack
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2016-08-22 15:37:06 +0300
committerMichael Polenchuk <mpolenchuk@mirantis.com>2016-08-22 15:37:06 +0300
commit9e45f8ec14231a4d9320e3199685ec147d8aaaf9 (patch)
tree97eb0931a9f34e3b82cda8b9d98f0932153bed32 /testcases/OpenStack
parent9d50c6cc6d8079db245816782f434139f4ba3f01 (diff)
Mend create_image() function
Change-Id: I91681736817f881ca53e5124328bd4399aa54740 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'testcases/OpenStack')
-rw-r--r--testcases/OpenStack/vPing/vping_util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testcases/OpenStack/vPing/vping_util.py b/testcases/OpenStack/vPing/vping_util.py
index 42ab699d9..d3e081f6d 100644
--- a/testcases/OpenStack/vPing/vping_util.py
+++ b/testcases/OpenStack/vPing/vping_util.py
@@ -166,6 +166,8 @@ def create_image():
exit(EXIT_CODE)
logger.debug("Image '%s' with ID=%s created successfully."
% (GLANCE_IMAGE_NAME, image_id))
+ image_exists = True
+
return image_exists, image_id