diff options
author | Juraj Linkeš <jlinkes@cisco.com> | 2017-03-14 13:31:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-14 13:31:26 +0000 |
commit | c11c0660c51dab7450a776cbb63381ad74cfacad (patch) | |
tree | 3d5d4c556661038198eb774f2847d40f468029ca /testing/robot/sec_groups_and_l2-smoke.robot | |
parent | 457756281a82c99d6e1ae261e8a6356eb01aa7f2 (diff) | |
parent | a717a49967f77ede476da582b6d3bb2c6359da1b (diff) |
Merge "Check for a flavor with hugepages"
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 |