From d81a86a8bd0fc7ac66286d60ea01806aa8cfe3c8 Mon Sep 17 00:00:00 2001 From: Srinivas Rachakonda Date: Wed, 22 Jul 2020 00:17:58 +0530 Subject: [PATCH] Support for cirros-0.4.0 password The password for cirros-0.4.0-x86_64-disk.img (and higher cirros version images) is gocubsgo. OpenstackOperation.robot takes cirros as username and password as cubswin:). So there is need to add two more arguments user=cirros and password=gocubsgo. The default passowrd will be changed in all library files once we move to Openstack Stein on wards. Signed-off-by: Srinivas Rachakonda Change-Id: If55349f79304a2bf5ee688f33a0c8f5926f31b85 --- csit/suites/l2gw/01_Configure_verify_l2gateway.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/suites/l2gw/01_Configure_verify_l2gateway.robot b/csit/suites/l2gw/01_Configure_verify_l2gateway.robot index 91398b3258..9f4af485a6 100644 --- a/csit/suites/l2gw/01_Configure_verify_l2gateway.robot +++ b/csit/suites/l2gw/01_Configure_verify_l2gateway.robot @@ -69,7 +69,7 @@ TC06 Dhcp Ip Allocation For Hwvtep Tap Port TC07 Verify Ping From Compute Node Vm To Hwvtep [Documentation] Verify that VM on Compute Node can ping HWVTEP port ${output}= Wait Until Keyword Succeeds 60s 10s Execute Command on VM Instance ${NET_1} ${port_ip_list[0]} - ... ping -c 3 ${port_ip_list[1]} + ... ping -c 3 ${port_ip_list[1]} cirros gocubsgo Log ${output} Should Not Contain ${output} ${PACKET_LOSS} ${src_mac_list}= Create List ${port_mac_list[0]} -- 2.36.6