action #69346
Updated by okurz over 4 years ago
## Observation
https://travis-ci.org/github/os-autoinst/os-autoinst/builds/711450994#L1527 on master:
```
# Failed test 'Ensure run_ssh_cmd(keep_open => 0) uses a new SSH connection'
# at ./22-svirt.t line 192.
# got: '6'
# expected: '5'
# Looks like you failed 1 test of 36.
# Failed test 'SSH usage in svirt'
# at ./22-svirt.t line 212.
# Looks like you failed 1 test of 8.
```
## Acceptance criteria
* **AC1:** test is stable locally and on travis CI
## Suggestions
* Call locally and see if problem reproduces (takes only a second to execute):
```
for i in {1..100}; do prove -I. t/22-svirt.t || break; done
```
* Apply fix either verifiable locally or also just based on travis CI results
* Optional, if one can not reproduce it locally we could also exclude it from travis CI tests