Correct parameter for show debugs 72/54372/2
authorAlon Kochba <alonko@hpe.com>
Wed, 5 Apr 2017 16:25:12 +0000 (19:25 +0300)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 5 Apr 2017 20:59:06 +0000 (20:59 +0000)
Use correct list type parameters for showing
nova show output for VMs debugging in external
suite.

Change-Id: I4782d4974e62b0ccd583aaab6467f75ae691bbc1
Signed-off-by: Alon Kochba <alonko@hpe.com>
csit/suites/openstack/connectivity/03_external_network_tests.robot

index f84ceb686ccff2f50217ff8685a4c81b1304778d..8424a6d46a616109489f66b847aea239ecfd1bdf 100644 (file)
@@ -70,7 +70,7 @@ Check Vm Instances Have Ip Address
     Should Not Contain    ${SNAT_VM_IPS}    None
     Should Not Contain    @{FLOATING_DHCP_IP}[0]    None
     Should Not Contain    @{SNAT_DHCP_IP}[0]    None
-    [Teardown]    Run Keywords    Show Debugs    ${VM_INSTANCES_FLOATING}    ${VM_INSTANCES_SNAT}
+    [Teardown]    Run Keywords    Show Debugs    @{VM_INSTANCES_FLOATING}    @{VM_INSTANCES_SNAT}
     ...    AND    Get Test Teardown Debugs
 
 Create External Network And Subnet
@@ -100,7 +100,7 @@ Create And Associate Floating IPs for VMs
     [Documentation]    Create and associate a floating IP for the VM
     ${VM_FLOATING_IPS}    OpenStackOperations.Create And Associate Floating IPs    ${external_net_name}    @{VM_INSTANCES_FLOATING}
     Set Suite Variable    ${VM_FLOATING_IPS}
-    [Teardown]    Run Keywords    Show Debugs    ${VM_INSTANCES_FLOATING}
+    [Teardown]    Run Keywords    Show Debugs    @{VM_INSTANCES_FLOATING}
     ...    AND    Get Test Teardown Debugs
 
 Ping External Gateway From Control Node