Index: tst_cloud_sync_device_registration/test.py =================================================================== diff -u -rf02807392765c004470d38c822670d0d5ef84ded -ree45ca555d225fdea24b2eb78e8c57653cb88722 --- tst_cloud_sync_device_registration/test.py (.../test.py) (revision f02807392765c004470d38c822670d0d5ef84ded) +++ tst_cloud_sync_device_registration/test.py (.../test.py) (revision ee45ca555d225fdea24b2eb78e8c57653cb88722) @@ -16,7 +16,6 @@ # NOTE: # This test verifies the data in the input buf file after passing HD and DG serial version -import names from configuration import utility from configuration import config from dialin.ui import HDSimulator @@ -47,9 +46,6 @@ epoch_value_status = utility.get_epoch_value_consistancy(current_epoch_value, actual_cloudsync_data[0][0]) test.verify(epoch_value_status, "epoch value should be in range and it is verified") - main_item = waitForObjectExists(names.o_mainItem_Item) - expected_software_version = object.children(main_item)[5] - if MESSAGE_ID_REQUEST in actual_cloudsync_data[1]: test.compare(expected_cloudsync_request_data[3], actual_cloudsync_data[1][3], "The message id request should be: "+expected_cloudsync_request_data[3]) @@ -59,7 +55,7 @@ test.compare(expected_cloudsync_response_data[4], actual_cloudsync_data[0][4], "The number of parameters should be: "+expected_cloudsync_response_data[4]) test.compare(expected_cloudsync_response_data[5], actual_cloudsync_data[0][5], "The HD serial version should be: "+expected_cloudsync_response_data[5]) test.compare(expected_cloudsync_response_data[6], actual_cloudsync_data[0][6], "The DG serial version should be: "+expected_cloudsync_response_data[6]) - test.compare(expected_software_version.text, actual_cloudsync_data[0][7], "The software version should be: "+expected_cloudsync_response_data[7]) + test.compare(expected_cloudsync_response_data[7], actual_cloudsync_data[0][7], "The software version should be: "+expected_cloudsync_response_data[7]) def verify_version_registration(): """