[cypress] Fix failed rancher integration tests #1281
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In order to fix the failed cypress Rancher integration tests list in issue: #1197
Which were found in the main cypress Jenkins pipeline.
Tested on the local kvm environment, can PASS all test cases on Harvester v1.3-head with Rancher v2.8.2
![image](https://private-user-images.githubusercontent.com/29251855/332406256-d45736fe-221f-4c87-a0fd-1a91dcafddf9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTI1MTUsIm5iZiI6MTczODk1MjIxNSwicGF0aCI6Ii8yOTI1MTg1NS8zMzI0MDYyNTYtZDQ1NzM2ZmUtMjIxZi00Yzg3LWEwZmQtMWE5MWRjYWZkZGY5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE4MTY1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFkYmQzYmM3MGYzNDg3NzljYWMxZWI4OGJiYjIwY2M0MTZiYTE2ODkwNzZlZDlhNWM1ZmJkMThhYzUzZThmOWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Gb6ToSDB4H72RoLHHRQcKkueLvh5WTexdtRQiHqJSWs)
And also tested on the main Jenkins cypress pipeline on job
http://jenkins.provo.rancherlabs.com/job/harvester-cypress-test/37/
On the cypress test report:
https://minio.provo.rancherlabs.com:31524/cypress-test-report/cypress/results/20240521-092441-bf66d5c/index.html
Can pass the following three cases:
To these three failed cases we need to test along with the harvester-baremetal-ansible PR:
https://github.com/harvester/harvester-baremetal-ansible/pull/41
For the last two cases, it may related to the environment network setup, which require further investigation.