Index: tst_cloud_sync_device_registration/test.py =================================================================== diff -u -r813fdad9fdbc6060ecd1669a811ef9171b122741 -ree45ca555d225fdea24b2eb78e8c57653cb88722 --- tst_cloud_sync_device_registration/test.py (.../test.py) (revision 813fdad9fdbc6060ecd1669a811ef9171b122741) +++ tst_cloud_sync_device_registration/test.py (.../test.py) (revision ee45ca555d225fdea24b2eb78e8c57653cb88722) @@ -28,15 +28,10 @@ MESSAGE_ID_REQUEST = "1001" MESSAGE_ID_RESPONSE = "1002" - - HD_VERSION_SERIAL_RESPONSE = '1657705302,2,0,1002,3,HD1234567890123,,06300216' - DG_VERSION_SERIAL_RESPONSE = '1657706417,8,0,1002,3,,DG1234567890123,06300216' - HD_DG_VERSION_SERIAL_RESPONSE = "1657706421,14,0,1002,3,HD1234567890123,DG1234567890123,06300216" - def verify_log_response(expected_cloudsync_request_data, expected_cloudsync_response_data): """ This function is used for verifying the expected and actual cloud-sync log data.