Debug help for triaging missing links in CI
[integration/test.git] / test / csit / suites / openflowplugin / MD_SAL_NSF_OF13 / 020__restconf_topology.robot
index 13a214eeaff4968dfd4bf2c5102d2d559bc445e0..fc67afdddab5cf8fc288ea963c647d29ca5203f9 100644 (file)
@@ -45,7 +45,17 @@ Link Down
     Write    link s1 s2 down
     Read Until    mininet>
     ${links}    Create List    ${link2}    ${link4}
-    Wait Until Keyword Succeeds    30s    2s    Verify Links    ${links}
+    # increasing the WUKS timeout to 60s to see if the CI environment might just be taking
+    # longer for this test with the lithium redesign plugin
+    Wait Until Keyword Succeeds    60s    2s    Verify Links    ${links}
+    # shot in the dark.  maybe the "link s1 s2 down" really didn't take the link(s) down?
+    # hopefully this output below will show that.
+    Write    sh ovs-vsctl find Interface name="s1-eth1"
+    ${output}=    Read Until    mininet>
+    Log    ${output}
+    Write    sh ovs-vsctl find Interface name="s1-eth2"
+    ${output}=    Read Until    mininet>
+    Log    ${output}
 
 Link Up
     [Documentation]    Take link s1-s2 up