Bug 1856251
| Summary: | Integration tests for VM Environment flake on expect-vm-env-readable.sh expect script | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Radim Hrazdil <rhrazdil> |
| Component: | Console Kubevirt Plugin | Assignee: | Tomas Jelinek <tjelinek> |
| Status: | CLOSED ERRATA | QA Contact: | Guohua Ouyang <gouyang> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.6 | CC: | aos-bugs, gouyang, ncredi |
| Target Milestone: | --- | ||
| Target Release: | 4.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-10-27 16:13:54 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
move to verified as the PR is merged Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6 GA Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4196 |
Description of problem: When running the VM Environment tests (frontend/packages/kubevirt-plugin/integration-tests/tests/vm.environment.scenario.ts) on internal cnv-qe executor machine, frontend/packages/kubevirt-plugin/integration-tests/tests/vm.environment.scenario.ts fails on attempt to enter password ``` # Enter Password expect $password_prompt { sleep $response_delay send -h "$password\n" } ``` Version-Release number of selected component (if applicable): How reproducible: very often, not 100% Steps to Reproduce: 1. execute VM Environment integration tests 2. 3. Actual results: Expected results: Additional info: