Bug 1922075

Summary: [e2e][automation] Fix Flavor string style in tests
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, yzamir
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-03 11:00: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-01-29 07:44:41 UTC
Description of problem:
Some tests failed because Flavor style is changed on new UI, fix the string in tests.

Expected:
{"name":"t-test-obbtk-desktop-tiny-g8v88","description":"Default vmt description","os":"Red Hat Enterprise Linux 7.0 or higher","profile":"desktop","bootOrder":["rootdisk (Disk)"],"flavor":"Tiny: 1 CPU, 1 GiB Memory"},
Got:
{"name":"t-test-obbtk-desktop-tiny-g8v88","description":"Default vmt description","os":"Red Hat Enterprise Linux 7.0 or higher","profile":"desktop","bootOrder":["rootdisk (Disk)"],"flavor":"Tiny: 1 CPU | 1 GiB Memory"}


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: