[Test case] Fix test_authorization does not wait long enough before running 'show aaa'#7834
Conversation
Signed-off-by: Chun'ang Li <chunangli@microsoft.com>
Signed-off-by: Chun'ang Li <chunangli@microsoft.com>
|
The pre-commit check detected issues in the files touched by this pull request. For old issues, it is not mandatory to fix them because they were not caused by this change. It is unfair to blame Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
…unning 'show aaa' (#7834) What is the motivation for this PR? Fix test_authorization does not wait long enough before running show aaa. How did you do it? Use wait_until to run show aaa, remove time.sleep before checking it. How did you verify/test it? Run TC and TC passed. Signed-off-by: Chun'ang Li <chunangli@microsoft.com>
…unning 'show aaa' (#7834) What is the motivation for this PR? Fix test_authorization does not wait long enough before running show aaa. How did you do it? Use wait_until to run show aaa, remove time.sleep before checking it. How did you verify/test it? Run TC and TC passed. Signed-off-by: Chun'ang Li <chunangli@microsoft.com>
Description of PR
Fix test_authorization does not wait long enough before running
show aaa.Signed-off-by: Chun'ang Li chunangli@microsoft.com
Type of change
Back port request
Approach
What is the motivation for this PR?
Fix test_authorization does not wait long enough before running
show aaa.How did you do it?
Use
wait_untilto runshow aaa, removetime.sleepbefore checking it.How did you verify/test it?
Run TC and TC passed.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation