Testsuite - Rename wait_for_command to wait_for_command_match
Created wait_for_command that repeats a command until successful or until a specified condition is met. wait_for_command_match is now implemented in terms of the new wait_for_command. Tests using the former wait_for_command were refactored as necessary. Bug 10439
Showing
- testsuite/expect/globals 108 additions, 79 deletionstestsuite/expect/globals
- testsuite/expect/test12.3 2 additions, 6 deletionstestsuite/expect/test12.3
- testsuite/expect/test20.15 3 additions, 3 deletionstestsuite/expect/test20.15
- testsuite/expect/test24.5 2 additions, 1 deletiontestsuite/expect/test24.5
- testsuite/expect/test31.3 2 additions, 2 deletionstestsuite/expect/test31.3
Please register or sign in to comment