[VOL-4516] OpenOnuAdapter output assignment of ONU serial-number to device-ID

Change-Id: I4caab18610dff88d83afd16570ecb1907f43560e
diff --git a/tests/openonu-go-adapter/Voltha_ONUOmciGetTest.robot b/tests/openonu-go-adapter/Voltha_ONUOmciGetTest.robot
index 8961c34..69ad4b4 100755
--- a/tests/openonu-go-adapter/Voltha_ONUOmciGetTest.robot
+++ b/tests/openonu-go-adapter/Voltha_ONUOmciGetTest.robot
@@ -30,6 +30,7 @@
 Resource          ../../libraries/voltha.robot
 Resource          ../../libraries/utils.robot
 Resource          ../../libraries/k8s.robot
+Resource          ../../libraries/onu_utilities.robot
 Resource          ../../variables/variables.robot
 Resource          ../../libraries/power_switch.robot
 
@@ -78,7 +79,8 @@
         Should Contain    ${output}    LASER_BIAS_CURRENT__mA:
         Should Contain    ${output}    TEMPERATURE__Celsius:
     END
-    [Teardown]    Run Keywords    Run Keyword If    ${logging}    Collect Logs
+    [Teardown]    Run Keywords    Printout ONU Serial Number and Device Id
+    ...           AND    Run Keyword If    ${logging}    Collect Logs
     ...           AND    Stop Logging    SanityTestOnuGo
 
 *** Keywords ***