diff options
author | juraj.linkes <jlinkes@cisco.com> | 2017-06-27 16:39:39 +0200 |
---|---|---|
committer | Juraj Linkeš <jlinkes@cisco.com> | 2017-06-27 14:45:25 +0000 |
commit | db7fee452f166d7e4177bd08cb47ba6327474749 (patch) | |
tree | ab4c031ba39722cd54692765511f8ba5e6cc798f /testing/robot/lib/Keywords.robot | |
parent | 3a7559ff09c98783abdf9d8c28fcaea4ea85b93c (diff) |
Updated robot scripts for v3 credentials
The fds security group robot script is now compatible with both v2
and v3 credentials. Also introduced other minor fixes.
Change-Id: I987a3963fea425fcc31afe4681575ca985f162bb
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
Diffstat (limited to 'testing/robot/lib/Keywords.robot')
-rw-r--r-- | testing/robot/lib/Keywords.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/robot/lib/Keywords.robot b/testing/robot/lib/Keywords.robot index d9d9cb1..6828672 100644 --- a/testing/robot/lib/Keywords.robot +++ b/testing/robot/lib/Keywords.robot @@ -72,8 +72,8 @@ Create security group rules log many &{response} Create port with ip - [Arguments] ${port_name} ${ip_address} - &{response} = create port ${port_name} ${network_id} ${subnet_id} ${ip_address} + [Arguments] ${port_name} ${ip_address} ${security_groups} + &{response} = create port ${port_name} ${network_id} ${subnet_id} ${ip_address} ${security_groups} log many &{response} log ${response.port['id']} [Return] ${response.port['id']} |