Index: tst_cloud_sync_hd_opmodes/test.py =================================================================== diff -u -r26be96f1f86d5823902beed32660f12cdb87d881 -r75a666718891bf2346f5bbdedfa9adb43fe44377 --- tst_cloud_sync_hd_opmodes/test.py (.../test.py) (revision 26be96f1f86d5823902beed32660f12cdb87d881) +++ tst_cloud_sync_hd_opmodes/test.py (.../test.py) (revision 75a666718891bf2346f5bbdedfa9adb43fe44377) @@ -95,12 +95,12 @@ """ This function is capable to write message into cloud sync folder. Through this method file reader act as a handler and it will write custom messages into {current_date}_out.buf - @input: (string) message -expected message to be write on out.buf file. + @input: (string) message -expected message to be read on input.buf file. """ cloud_out_log = utility.get_cloud_sync_input_file() with open(cloud_out_log, "r") as filereader: - filereader.write(message) + filereader.read(message) utils.waitForGUI(5) @@ -125,6 +125,6 @@ test.log("input.buf") utility.retrive_log_data() test.log("file created") - + get_data_from_cloud_sync_input_file(message = MESSAGE_ILLEGAL_TRANSITION_MODE) utils.tstDone() \ No newline at end of file