adding debugging steps in wf validation test

Change-Id: I295eefac5220402ae1a1b8687df42d30f92ec2bc
diff --git a/src/test/cord-api/Tests/WorkflowValidations/ATT_Workflow.robot b/src/test/cord-api/Tests/WorkflowValidations/ATT_Workflow.robot
index bb1bbf1..23f4262 100644
--- a/src/test/cord-api/Tests/WorkflowValidations/ATT_Workflow.robot
+++ b/src/test/cord-api/Tests/WorkflowValidations/ATT_Workflow.robot
@@ -7,6 +7,8 @@
 Library           OperatingSystem
 Suite Setup       Setup
 Suite Teardown    Teardown
+Test Setup        TSetup
+Test Teardown     TTeardown
 
 *** Variables ***
 ${cord_kafka}         cord-kafka
@@ -118,6 +120,14 @@
     CORD Delete    /xosapi/v1/att-workflow-driver/attworkflowdriverwhitelistentries    ${whitelist_entry_id}
     CORD Delete    /xosapi/v1/att-workflow-driver/attworkflowdriverwhitelistentries    ${whitelist_entry2_id}
 
+TSetup
+    [Documentation]    Get ONU Devices for debugging purposes
+    CORD GET    /xosapi/v1/volt/onudevices
+
+TTeardown
+    [Documentation]    Get ONU Devices for debugging purposes
+    CORD GET    /xosapi/v1/volt/onudevices
+
 Send Kafka Event
     [Documentation]    Send event
     [Arguments]    ${topic}    ${message}
@@ -240,4 +250,4 @@
     \    ${sn}=    Get From Dictionary    ${value}    onu_device
     \    Run Keyword If    '${sn}' == '${serial_no}'    Exit For Loop
     Should Be Equal    ${macAddress}    ${mac_address}
-    Should Be Equal    ${ipAddress}    ${ip_address}
\ No newline at end of file
+    Should Be Equal    ${ipAddress}    ${ip_address}