diff options
author | boucherv <valentin.boucher@orange.com> | 2016-08-10 18:59:41 +0200 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2016-08-10 19:06:19 +0200 |
commit | 7eefbe8f7ec52d727e8e504e4ddd4ddb57cf569e (patch) | |
tree | 5b1b61bbe68c03a74397dbdbf9b36422aa90d0e7 /testcases/OpenStack/vPing/vPing_userdata.py | |
parent | 9f923a7996f47b1187a759e28ad0728916d56fc9 (diff) |
Create config_functest patch to update the conf with scenario
Adding support of LXD scenario
JIRA: FUNCTEST-268
Change-Id: I5891ff9de674d99d32d8db747be501ee8a2e6609
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'testcases/OpenStack/vPing/vPing_userdata.py')
-rwxr-xr-x | testcases/OpenStack/vPing/vPing_userdata.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testcases/OpenStack/vPing/vPing_userdata.py b/testcases/OpenStack/vPing/vPing_userdata.py index b6e3fe11..dd707bc8 100755 --- a/testcases/OpenStack/vPing/vPing_userdata.py +++ b/testcases/OpenStack/vPing/vPing_userdata.py @@ -192,7 +192,8 @@ def main(): GLANCE_IMAGE_PATH)) image_id = os_utils.create_glance_image(glance_client, GLANCE_IMAGE_NAME, - GLANCE_IMAGE_PATH) + GLANCE_IMAGE_PATH, + GLANCE_IMAGE_FORMAT) if not image_id: logger.error("Failed to create a Glance image...") exit(EXIT_CODE) |