Lines Matching refs:result
47 result = driver.System.execute_command("hidumper -ls")
48 assert "1494" not in result
51 result = driver.System.execute_command("hidumper -ls")
54 while ("1494" not in result and wait_time <= max_wait_time):
57 result = driver.System.execute_command("hidumper -ls")
59 assert "1494" in result
63 result = driver.System.execute_command("hidumper -ls")
66 while ("1494" in result and wait_time <= max_wait_time):
69 result = driver.System.execute_command("hidumper -ls")
71 assert "1494" not in result