From db7fee452f166d7e4177bd08cb47ba6327474749 Mon Sep 17 00:00:00 2001 From: "juraj.linkes" Date: Tue, 27 Jun 2017 16:39:39 +0200 Subject: 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 --- testing/robot/lib/Keywords.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/robot/lib/Keywords.robot') 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']} -- cgit 1.2.3-korg