Lines Matching refs:result
48 result = driver.System.execute_command("hidumper -ls")
49 assert "1494" not in result
52 result = driver.System.execute_command("hidumper -ls")
55 while ("1494" not in result and wait_time <= max_wait_time):
58 result = driver.System.execute_command("hidumper -ls")
60 assert "1494" in result
64 result = driver.System.execute_command("hidumper -ls")
67 while ("1494" in result and wait_time <= max_wait_time):
70 result = driver.System.execute_command("hidumper -ls")
72 assert "1494" not in result