You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SSH] Fix SSH login session limit test case randomly failed issue. #5426 (#5516)
### Description of PR
Fix SSH login session limit test case randomly failed issue. The issue is because update config file with 'tee' command, and tee command will exit when receive pipeline close command.
### Type of change
- [ ] Bug fix
- [ ] Testbed and Framework(new/improvement)
- [x] Test case(new/improvement)
### Back port request
### Approach
#### What is the motivation for this PR?
Fix SSH login session limit test case randomly failed issue.
#### How did you do it?
Code change:
1. Not use tee command to update template file in template folder.
2. Create template file with pipeline in home folder and move to template folder.
#### How did you verify/test it?
Run new UT make sure they are all pass.
Make sure all current UT not break during merge validation.
#### Any platform specific information?
N/A
#### Supported testbed topology if it's a new test case?
0 commit comments