Adding Basic_28 Keep persistent volumes robot test
[osm/tests.git] / robot-systest / testsuite / hackfest_basic.robot
index 092074a..3c3bb50 100644 (file)
@@ -71,7 +71,7 @@ Network Service Instance Test
 Get Vnf Ip Address
 
     ${ip_addr}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index}
-    log   ${ip_addr}
+    Log   ${ip_addr}
     Set Suite Variable   ${vnf_ip_addr}   ${ip_addr}
 
 Test Ping
@@ -79,7 +79,7 @@ Test Ping
 
 Test SSH Access
     Sleep   30s   Waiting ssh daemon to be up
-    Test SSH Connection   ${vnf_ip_addr}   ${username}   ${password}   ${privatekey} 
+    Test SSH Connection   ${vnf_ip_addr}   ${username}   ${password}   ${privatekey}
 
 Delete NS Instance Test
     [Tags]   cleanup