harvester / tests

Harvester test cases
Apache License 2.0
10 stars 31 forks source link

[TEST] Add manual test for vm import enhancement for OpenStack and VMware #1509

Closed TachunLin closed 3 weeks ago

TachunLin commented 3 weeks ago

What's the test to develop? Please describe

Add manual test case for the vm import enhancement feature for issue https://github.com/harvester/harvester/issues/5846

Prerequisite and dependency of test

  1. OpenStack server provisioned and running
  2. VMware Server access via vSphere client
  3. Harvester cluster with available connectivity to OpenStack and vSphere client

Reference test scenarios

https://github.com/harvester/harvester/issues/5758#issuecomment-2295175888

Test scenarios

For OpenStack:

  1. BIOS based VM Migration
  2. EFI Based VM Migration
  3. EFI Based VM with secure boot migration:
  4. Using a custom storage class

For VMware:

  1. BIOS based VM Migration
  2. EFI Based VM Migration
  3. EFI Based VM with secure boot migration:
  4. Using a custom storage class
TachunLin commented 3 weeks ago

Close this task issue since the related test PR have been merged.