[VOL-2289] collect more logs during teardown

Change-Id: Idcb6a74786a9e2b41c5b5018d52ed925c88318ff
diff --git a/tests/functional/Voltha_PODTests.robot b/tests/functional/Voltha_PODTests.robot
index 5bc1a40..44a6bd7 100644
--- a/tests/functional/Voltha_PODTests.robot
+++ b/tests/functional/Voltha_PODTests.robot
@@ -86,6 +86,7 @@
         ...    ${dst['container_name']}
         Run Keyword And Continue On Failure    Wait Until Keyword Succeeds    ${timeout}    2s
         ...    Validate Subscriber DHCP Allocation    ${k8s_node_ip}    ${ONOS_SSH_PORT}    ${onu_port}
+        Run Keyword and Ignore Error   Get Device Output from Voltha    ${onu_device_id}
     END
 
 Test Disable and Enable ONU
@@ -208,8 +209,9 @@
 
 Teardown
     [Documentation]    kills processes and cleans up interfaces on src+dst servers
-    Get Device Output from Voltha    ${olt_device_id}
-    #Get Logical Device Output from Voltha    ${logical_id}
+    Run Keyword and Ignore Error    Get Device List from Voltha
+    Run Keyword and Ignore Error    Get Device Output from Voltha    ${olt_device_id}
+    Run Keyword and Ignore Error    Get Logical Device Output from Voltha    ${logical_id}
     Run Keyword If    ${external_libs}    Get ONOS Status    ${k8s_node_ip}
     Run Keyword If    ${has_dataplane}    Clean Up Linux
     Run Keyword If    ${external_libs}    Log Kubernetes Containers Logs Since Time    ${datetime}    ${container_list}