# -*- coding: utf-8 -*- ## # Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. # copyright # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, # IN PART OR IN WHOLE, # WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # # file tst_DebugText # date 2020/08/02 # author Behrouz NematiPour # import names from dialin.ui import utils from dialin import HDSimulator HDSimulator = HDSimulator() def main(): utils.tstStart(__file__) startApplication(names.AUT_NAME) utils.waitForGUI(1) # these tests are used for debugging and are placeholder for later use cases. HDSimulator.cmd_send_checkin_dg() HDSimulator.cmd_set_dg_debug_text("01234567890123456789012345678901234567820123456789") HDSimulator.cmd_set_hd_debug_text("01234567890123456789012345678901234567810123456789") utils.tstDone()