Use openstack cli instead of nova console-log cli
[integration/test.git] / csit / suites / netvirt / Netvirt_Vpnservice / ARP_Learning.robot
index a6f8b8681ae2be295d7a4ae92ded25f995993bdc..b73529b9619c7dff90147f74738d12f1b423aa6d 100644 (file)
@@ -35,7 +35,7 @@ TC00 Verify Setup
     ${LOOP_COUNT}    Get Length    ${VM_INSTANCES_NET1}
     : FOR    ${index}    IN RANGE    0    ${LOOP_COUNT}
     \    ${status}    ${message}    Run Keyword And Ignore Error    Should Not Contain    @{VM_IPS}[${index}]    None
-    \    Run Keyword If    '${status}' == 'FAIL'    Write Commands Until Prompt    nova console-log @{VM_INSTANCES}[${index}]    30s
+    \    Run Keyword If    '${status}' == 'FAIL'    Write Commands Until Prompt    openstack console log show @{VM_INSTANCES}[${index}]    30s
     Set Suite Variable    ${VM_IP_NET1}
     Set Suite Variable    ${VM_IP_NET2}
     Set Suite Variable    ${VM_IP_NET3}