Support for cirros-0.4.0 password 10/91510/2
authorSrinivas Rachakonda <srinivas.rachakonda@gmail.com>
Tue, 21 Jul 2020 18:47:58 +0000 (00:17 +0530)
committerSrinivas Rachakonda <srinivas.rachakonda@gmail.com>
Tue, 21 Jul 2020 19:07:39 +0000 (19:07 +0000)
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 <srinivas.rachakonda@gmail.com>
Change-Id: If55349f79304a2bf5ee688f33a0c8f5926f31b85

csit/suites/l2gw/01_Configure_verify_l2gateway.robot

index 91398b3258ca4919a20f08fb945fc83afc1b5e1f..9f4af485a6c043dcf2eedacf308977756a41bdc0 100644 (file)
@@ -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]}