diff options
author | Tomas Cechvala <tcechval@cisco.com> | 2017-03-13 15:18:39 +0100 |
---|---|---|
committer | Juraj Linkeš <jlinkes@cisco.com> | 2017-03-28 09:06:49 +0000 |
commit | 069e5ac29e445ca4141033009bd870a74860472a (patch) | |
tree | 277749bb97dfd905163ca22486e83baf62068bee /testing/robot/sec_groups_and_l2-smoke.robot | |
parent | e98d863ae414a55b1d306f66f0b54aa659a2c9ae (diff) |
Check for a flavor with hugepages
Flavor is not checked by name but by huge_pages extra option.
It is created when no flavor has huge_pages setting.
Change-Id: I1266a6e58047c24456b12f16fc3061082916558c
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
(cherry picked from commit a717a49967f77ede476da582b6d3bb2c6359da1b)
Diffstat (limited to 'testing/robot/sec_groups_and_l2-smoke.robot')
-rw-r--r-- | testing/robot/sec_groups_and_l2-smoke.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/robot/sec_groups_and_l2-smoke.robot b/testing/robot/sec_groups_and_l2-smoke.robot index 17c5a42..347c78c 100644 --- a/testing/robot/sec_groups_and_l2-smoke.robot +++ b/testing/robot/sec_groups_and_l2-smoke.robot @@ -56,7 +56,7 @@ Wait for VM1 to be active Create VM2 ${port_ids} = Create List ${port2_id} - ${result} = Create vm ${vm2_name} ${port_ids} userdata=${userdata2} + ${result} = Create vm ${vm2_name} ${port_ids} flavor=${flavor_to_use} userdata=${userdata2} Set Suite Variable ${vm2_id} ${result} Wait for VM2 to be active |