Bug 1925415

Summary: [e2e][automation] Improve tests by wait for importing complete
Product: OpenShift Container Platform Reporter: Guohua Ouyang <gouyang>
Component: Console Kubevirt PluginAssignee: Tomas Jelinek <tjelinek>
Status: CLOSED CURRENTRELEASE QA Contact: Guohua Ouyang <gouyang>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.7CC: aos-bugs, gouyang
Target Milestone: ---   
Target Release: 4.7.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: 2021-02-08 09:44:11 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:

Description Guohua Ouyang 2021-02-05 07:10:03 UTC
Description of problem:
Some tests are failed because importing is not finished yet, so start the VM is blocking by confirm dialog. Fix below tests:

 KubeVirt VM scheduling.VM is scheduled on labelled node	3 min 58 sec	2
 KubeVirt VM scheduling.VM can be scheduling to node with affinity rules	3.5 sec	2
 KubeVirt VM scheduling.VM has no tolerations can only be scheduling to untainted node	2.3 sec	2
 KubeVirt VM scheduling.VM can be scheduling to tainted node with matched tolerations	3.5 sec	2
 Add/remove disks and NICs on respective VM pages.Add/remove disk on VM disks page	4 min 1 sec	2
 Add/remove disks and NICs on respective VM pages.Add/remove nic on VM Network Interfaces page	1.5 sec	2
 Add/remove disks and NICs on respective VM pages.NIC can be added twice using one net-attach-def	1.5 sec	2

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: