Add debugs and robot karaf logs to elan test case 82/56982/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 12 May 2017 17:56:39 +0000 (10:56 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 12 May 2017 23:39:11 +0000 (23:39 +0000)
Change-Id: I8de7074f57981138995b66c50bd368439ec04650
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/suites/netvirt/ElanService/ElanService.robot

index 2ccdc654fd3c74ff01ef4495342199f85f42b662..eabcfe5fbce9f07d2e307392765931e2f79eb4ed 100644 (file)
@@ -89,7 +89,8 @@ Delete All ELAN1 VM And Verify Flow Table Updated
 
 Verify Datapath for Multiple ELAN with Multiple DPN
     [Documentation]    Verify Flow Table and Data path for Multiple ELAN with Multiple DPN
-    [Setup]    MultipleElan Testsuite Setup
+    [Setup]    Run Keywords    SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
+    ...    AND    MultipleElan Testsuite Setup
     Log    Verify flow table, fib Table and then datapath test
     ${SRCMAC_CN1} =    Create List    ${VM_MACAddr_ELAN2[0]}    ${VM_MACAddr_ELAN3[0]}
     ${SRCMAC_CN2} =    Create List    ${VM_MACAddr_ELAN2[1]}    ${VM_MACAddr_ELAN3[1]}
@@ -114,7 +115,8 @@ Verify Datapath for Multiple ELAN with Multiple DPN
     Wait Until Keyword Succeeds    30s    5s    Verify Flows Are Present For ELAN Service    ${OS_COMPUTE_1_IP}    ${SRCMAC_CN1}    ${MAC_LIST}
     ${output} =    Execute Command on VM Instance    @{NETWORKS}[1]    ${VM_IP_ELAN2[1]}    ping -c 3 ${VM_IP_ELAN2[0]}
     Should Contain    ${output}    ${PING_PASS}
-    [Teardown]    MultipleElan Testsuite Cleanup
+    [Teardown]    Run Keywords    Get Test Teardown Debugs
+    ...    AND    MultipleElan Testsuite Cleanup
 
 *** Keywords ***
 Elan SuiteSetup