mbx icon indicating copy to clipboard operation
mbx copied to clipboard

Fix all smoketests passing

Open yadvr opened this issue 4 years ago • 1 comments

files to fix tests in on kvm:

  • [ ] test_certauthority_root.py
  • [ ] test_deploy_vm_extra_config_data.py
  • [ ] test_deploy_vm_iso_uefi.py
  • [ ] test_kubernetes_clusters.py
  • [ ] test_kubernetes_supported_versions.py
  • [ ] test_migration.py
  • [ ] test_persistent_network.py
  • [ ] test_primary_storage.py
  • [ ] test_privategw_acl.py
  • [ ] test_service_offerings.py
  • [ ] test_snapshots.py
  • [ ] test_vm_deployment_planner.py
  • [ ] test_vm_life_cycle.py
  • [ ] test_vm_snapshots.py
  • [ ] test_volumes.py

yadvr avatar Jun 18 '21 10:06 yadvr

failing:

Test File Test
test_certauthority_root.py runTest
test_deploy_vm_extra_config_data.py runTest
test_deploy_vm_iso_uefi.py runTest
test_kubernetes_clusters.py test_01_invalid_upgrade_kubernetes_cluster
test_kubernetes_clusters.py test_02_deploy_and_upgrade_kubernetes_cluster
test_kubernetes_clusters.py test_03_deploy_and_scale_kubernetes_cluster
test_kubernetes_clusters.py test_04_basic_lifecycle_kubernetes_cluster
test_kubernetes_clusters.py test_05_delete_kubernetes_cluster
test_kubernetes_clusters.py test_07_deploy_kubernetes_ha_cluster
test_kubernetes_clusters.py test_08_deploy_and_upgrade_kubernetes_ha_cluster
test_kubernetes_clusters.py test_09_delete_kubernetes_ha_cluster
test_kubernetes_supported_versions.py test_01_add_delete_kubernetes_supported_version
test_migration.py test_01_native_to_native_network_migration
test_persistent_network.py test_01_isolated_persistent_network
test_persistent_network.py test_02_L2_persistent_network
test_persistent_network.py test_03_deploy_and_destroy_VM_and_verify_network_resources_persist
test_primary_storage.py ContextSuite context=TestStorageTags>:setup
test_primary_storage.py test_01_add_primary_storage_disabled_host
test_primary_storage.py test_01_primary_storage_nfs
test_privategw_acl.py test_02_vpc_privategw_static_routes
test_service_offerings.py ContextSuite context=TestCpuCapServiceOfferings>:setup
test_snapshots.py test_02_list_snapshots_with_removed_data_store
test_vm_deployment_planner.py test_01_deploy_vm_on_specific_host
test_vm_deployment_planner.py test_04_deploy_vm_on_host_override_pod_and_cluster
test_vm_life_cycle.py ContextSuite context=TestVMLifeCycle>:setup
test_vm_life_cycle.py test_01_secure_vm_migration
test_vm_life_cycle.py test_02_unsecure_vm_migration
test_vm_life_cycle.py test_04_nonsecured_to_secured_vm_migration
test_vm_snapshots.py ContextSuite context=TestVmSnapshot>:setup
test_volumes.py ContextSuite context=TestCreateVolume>:setup
test_volumes.py ContextSuite context=TestVolumes>:teardown
test_volumes.py test_02_attach_volume
test_volumes.py test_03_download_attached_volume
test_volumes.py test_04_delete_attached_volume
test_volumes.py test_05_detach_volume
test_volumes.py test_06_download_detached_volume
test_volumes.py test_07_resize_fail
test_volumes.py test_08_resize_volume
test_volumes.py test_09_delete_detached_volume
test_volumes.py test_10_list_volumes
test_volumes.py test_11_attach_volume_with_unstarted_vm
test_volumes.py test_11_migrate_volume_and_change_offering

DaanHoogland avatar Aug 19 '21 08:08 DaanHoogland