diff --git a/RCUSCC-DS/test/test-RCUSCC.py b/RCUSCC-DS/test/test-RCUSCC.py index 5c1b6a9fd80ac03c999df9a2f4fe274581740c83..d151a5d31203690883b24de7916470d8acc8a653 100755 --- a/RCUSCC-DS/test/test-RCUSCC.py +++ b/RCUSCC-DS/test/test-RCUSCC.py @@ -11,8 +11,8 @@ client.connect() obj = client.get_objects_node() name_space_index = 2 time_offset = obj.get_child("{}:time_offset".format(name_space_index)) -time_offset_R = time_offset.get_child("{}:monitor_point".format(name_space_index)) -time_offset_RW = time_offset.get_child("{}:control_point".format(name_space_index)) +time_offset_R = time_offset.get_child("{}:time_offset_R".format(name_space_index)) +time_offset_RW = time_offset.get_child("{}:time_offset_RW".format(name_space_index)) old_time_offset = time_offset_R.get_value() target_time_offset = 1 new_time_offset = old_time_offset + target_time_offset