Skip to content

test: fix smoke test failures on xen/vmware - #13628

Draft
weizhouapache wants to merge 6 commits into
apache:mainfrom
weizhouapache:4.23-fix-smoke-test-failures
Draft

test: fix smoke test failures on xen/vmware#13628
weizhouapache wants to merge 6 commits into
apache:mainfrom
weizhouapache:4.23-fix-smoke-test-failures

Conversation

@weizhouapache

Copy link
Copy Markdown
Member

Description

This PR fixes some smoke test failures on vmware or xenserver/xcpng

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)
  • Build/CI
  • Test (unit or integration test code)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

How did you try to break this feature and the system with this change?

Copilot AI lite review requested due to automatic review settings July 16, 2026 11:34
@boring-cyborg boring-cyborg Bot added component:integration-test Python Warning... Python code Ahead! labels Jul 16, 2026
@weizhouapache weizhouapache added this to the 4.23.0 milestone Jul 16, 2026
@weizhouapache

Copy link
Copy Markdown
Member Author

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress.

@weizhouapache weizhouapache added this to the 4.23.0 milestone Jul 16, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR targets integration smoke test stability across hypervisors (notably XenServer/XCP-ng and VMware) by skipping KVM-specific checks/tests when not running on KVM, and by adjusting a few timing/host prerequisite assumptions that can cause intermittent failures.

Changes:

  • Skip KVM-only paths in smoke tests when the detected hypervisor is not KVM.
  • Add additional host-tool prerequisite checks for a VPC source NAT IP update test.
  • Add delays around affinity-group migration steps and make the events-resource test more tolerant around volume attach/detach operations.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
test/integration/smoke/test_nonstrict_affinity_group.py Adds waits before migration steps in non-strict affinity group tests.
test/integration/smoke/test_network_extension_namespace.py Skips KVM prerequisite checks on non-KVM hypervisors; expands required host tools for one test.
test/integration/smoke/test_kms_lifecycle.py Skips a VM root-disk encryption test on non-KVM hypervisors.
test/integration/smoke/test_events_resource.py Wraps volume attach/detach operations to avoid hard failures in some environments.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread test/integration/smoke/test_nonstrict_affinity_group.py
Comment thread test/integration/smoke/test_nonstrict_affinity_group.py
Comment thread test/integration/smoke/test_events_resource.py Outdated
@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 19.73%. Comparing base (5e5ae0c) to head (440ca34).

Files with missing lines Patch % Lines
...tack/storage/motion/AncientDataMotionStrategy.java 0.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main   #13628   +/-   ##
=========================================
  Coverage     19.72%   19.73%           
- Complexity    19941    19946    +5     
=========================================
  Files          6371     6371           
  Lines        575738   575742    +4     
  Branches      70471    70473    +2     
=========================================
+ Hits         113582   113609   +27     
+ Misses       449810   449784   -26     
- Partials      12346    12349    +3     
Flag Coverage Δ
uitests 3.41% <ø> (ø)
unittests 21.01% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@blueorangutan

Copy link
Copy Markdown

Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18593

@weizhouapache

Copy link
Copy Markdown
Member Author

@blueorangutan test ubuntu26 xcpng82 keepEnv

@blueorangutan

Copy link
Copy Markdown

@weizhouapache a [SL] Trillian-Jenkins test job (ubuntu26 mgmt + xcpng82) has been kicked to run smoke tests

@weizhouapache

weizhouapache commented Jul 16, 2026

Copy link
Copy Markdown
Member Author

@blueorangutan test ubuntu26 vmware-80u3e keepEnv

@blueorangutan

Copy link
Copy Markdown

@weizhouapache a [SL] Trillian-Jenkins test job (ubuntu26 mgmt + vmware-80u3e) has been kicked to run smoke tests

Copilot AI review requested due to automatic review settings July 17, 2026 09:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

Comment thread test/integration/smoke/test_network_extension_namespace.py
Comment thread test/integration/smoke/test_kms_lifecycle.py
Comment thread test/integration/smoke/test_events_resource.py
@weizhouapache

Copy link
Copy Markdown
Member Author

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18602

@weizhouapache

Copy link
Copy Markdown
Member Author

@blueorangutan test ubuntu26 xcpng82

@blueorangutan

Copy link
Copy Markdown

@weizhouapache a [SL] Trillian-Jenkins test job (ubuntu26 mgmt + xcpng82) has been kicked to run smoke tests

@weizhouapache

Copy link
Copy Markdown
Member Author

@blueorangutan test ubuntu26 vmware-80u3e

@blueorangutan

Copy link
Copy Markdown

@weizhouapache a [SL] Trillian-Jenkins test job (ubuntu26 mgmt + vmware-80u3e) has been kicked to run smoke tests

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian Build Failed (tid-7)

@weizhouapache

Copy link
Copy Markdown
Member Author

@blueorangutan test ubuntu26 vmware-80u3

@blueorangutan

Copy link
Copy Markdown

@weizhouapache a [SL] Trillian-Jenkins test job (ubuntu26 mgmt + vmware-80u3) has been kicked to run smoke tests

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian Build Failed (tid-9)

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian Build Failed (tid-19)

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian Build Failed (tid-20)

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian test result (tid-17)
Environment: xcpng82 (x2), zone: Advanced Networking with Mgmt server u26
Total time taken: 67811 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr13628-n17-xcpng82.zip
Smoke tests completed. 155 look OK, 1 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_02_cancel_host_maintenace_with_migration_jobs Error 2090.29 test_host_maintenance.py
test_02_cancel_host_maintenace_with_migration_jobs Error 2090.38 test_host_maintenance.py

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian test result (tid-16696)
Environment: vmware-80u3 (x2), zone: Advanced Networking with Mgmt server u24
Total time taken: 88037 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr13628-t16696-vmware-80u3.zip
Smoke tests completed. 147 look OK, 9 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_08_arping_in_ssvm Failure 25.08 test_diagnostics.py
test_09_arping_in_cpvm Failure 9.55 test_diagnostics.py
test_deploy_more_vms_than_limit_allows Error 193.66 test_deploy_vms_in_parallel.py
test_13_test_add_external_nodes_to_cluster Failure 1102.87 test_kubernetes_clusters.py
ContextSuite context=TestKubernetesCluster>:teardown Error 1188.22 test_kubernetes_clusters.py
test_05_list_volumes_isrecursive Failure 0.07 test_list_volumes.py
test_07_list_volumes_listall Failure 0.06 test_list_volumes.py
test_list_vms_metrics_admin Error 3640.82 test_metrics_api.py
test_list_vms_metrics_history Error 6.66 test_metrics_api.py
test_list_volumes_metrics_history Error 3635.50 test_metrics_api.py
test_01_vpc_privategw_acl Failure 6.51 test_privategw_acl.py
test_02_vpc_privategw_static_routes Failure 6.56 test_privategw_acl.py
test_03_vpc_privategw_restart_vpc_cleanup Failure 6.62 test_privategw_acl.py
test_04_rvpc_privategw_static_routes Failure 6.37 test_privategw_acl.py
test_01_restore_vm Error 4.63 test_restore_vm.py
test_02_restore_vm_with_disk_offering Error 7.67 test_restore_vm.py
test_03_restore_vm_with_disk_offering_custom_size Error 7.91 test_restore_vm.py
test_04_restore_vm_allocated_root Error 9.96 test_restore_vm.py
ContextSuite context=TestRestoreVM>:teardown Error 22.64 test_restore_vm.py
test_01_deploy_vm_on_specific_host Error 4.46 test_vm_deployment_planner.py
test_02_deploy_vm_on_specific_cluster Error 1.37 test_vm_deployment_planner.py
test_03_deploy_vm_on_specific_pod Error 4.48 test_vm_deployment_planner.py
test_04_deploy_vm_on_host_override_pod_and_cluster Error 2.45 test_vm_deployment_planner.py
test_05_deploy_vm_on_cluster_override_pod Error 1.39 test_vm_deployment_planner.py
test_01_migrate_vm_strict_tags_success Error 9.18 test_vm_strict_host_tags.py
test_02_migrate_vm_strict_tags_failure Error 6.07 test_vm_strict_host_tags.py
test_01_restore_vm_strict_tags_success Error 6.18 test_vm_strict_host_tags.py
test_02_restore_vm_strict_tags_failure Error 6.26 test_vm_strict_host_tags.py
test_01_scale_vm_strict_tags_success Error 9.14 test_vm_strict_host_tags.py
test_02_scale_vm_strict_tags_failure Error 9.28 test_vm_strict_host_tags.py
test_01_deploy_vm_on_specific_host_without_strict_tags Error 9.05 test_vm_strict_host_tags.py
test_02_deploy_vm_on_any_host_without_strict_tags Error 12.10 test_vm_strict_host_tags.py
test_03_deploy_vm_on_specific_host_with_strict_tags_success Error 9.04 test_vm_strict_host_tags.py
test_04_deploy_vm_on_any_host_with_strict_tags_success Error 15.16 test_vm_strict_host_tags.py

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian test result (tid-23)
Environment: vmware-80u3 (x2), zone: Advanced Networking with Mgmt server u26
Total time taken: 150749 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr13628-n23-vmware-80u3.zip
Smoke tests completed. 150 look OK, 6 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_deploy_more_vms_than_limit_allows Error 192.00 test_deploy_vms_in_parallel.py
test_08_upgrade_kubernetes_ha_cluster Failure 747.89 test_kubernetes_clusters.py
test_13_test_add_external_nodes_to_cluster Failure 1078.03 test_kubernetes_clusters.py
ContextSuite context=TestKubernetesCluster>:teardown Error 1169.81 test_kubernetes_clusters.py
test_05_list_volumes_isrecursive Failure 0.08 test_list_volumes.py
test_07_list_volumes_listall Failure 0.06 test_list_volumes.py
test_01_deploy_vm_on_specific_host Error 17.25 test_vm_deployment_planner.py
test_02_deploy_vm_on_specific_cluster Error 3603.00 test_vm_deployment_planner.py
test_03_deploy_vm_on_specific_pod Error 4.78 test_vm_deployment_planner.py
test_04_deploy_vm_on_host_override_pod_and_cluster Error 2.69 test_vm_deployment_planner.py
test_05_deploy_vm_on_cluster_override_pod Error 2.77 test_vm_deployment_planner.py
test_08_migrate_vm Error 31.83 test_vm_life_cycle.py
test_01_migrate_vm_strict_tags_success Error 3608.28 test_vm_strict_host_tags.py
test_02_migrate_vm_strict_tags_failure Error 3609.54 test_vm_strict_host_tags.py
test_01_restore_vm_strict_tags_success Error 3603.04 test_vm_strict_host_tags.py
test_02_restore_vm_strict_tags_failure Error 7.93 test_vm_strict_host_tags.py
ContextSuite context=TestRestoreVMStrictTags>:teardown Error 10.48 test_vm_strict_host_tags.py
test_01_scale_vm_strict_tags_success Error 20.64 test_vm_strict_host_tags.py
test_02_scale_vm_strict_tags_failure Error 7206.52 test_vm_strict_host_tags.py
test_01_deploy_vm_on_specific_host_without_strict_tags Error 3602.53 test_vm_strict_host_tags.py
test_02_deploy_vm_on_any_host_without_strict_tags Error 7.67 test_vm_strict_host_tags.py
test_03_deploy_vm_on_specific_host_with_strict_tags_success Error 8.01 test_vm_strict_host_tags.py
test_04_deploy_vm_on_any_host_with_strict_tags_success Error 7219.92 test_vm_strict_host_tags.py
ContextSuite context=TestVMDeploymentPlannerStrictTags>:teardown Error 8.12 test_vm_strict_host_tags.py

@weizhouapache

Copy link
Copy Markdown
Member Author

moving to 4.22.2 milestone as it fixes smoke tests, not functionalities

@weizhouapache weizhouapache modified the milestones: 4.23.0, 4.22.2 Aug 6, 2026
@blueorangutan

Copy link
Copy Markdown

[SF] Trillian test result (tid-25)
Environment: kvm-ol10 (x2), zone: Advanced Networking with Mgmt server ol10
Total time taken: 62835 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr13628-n25-kvm-ol10.zip
Smoke tests completed. 155 look OK, 1 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_01_ssl_offloading_isolated_network Failure 718.18 test_ssl_offloading.py

@DaanHoogland

Copy link
Copy Markdown
Contributor

moving to 4.22.2 milestone as it fixes smoke tests, not functionalities

does it still need rebasing on 4.22, @weizhouapache ?

@weizhouapache

Copy link
Copy Markdown
Member Author

moving to 4.22.2 milestone as it fixes smoke tests, not functionalities

does it still need rebasing on 4.22, @weizhouapache ?

Yes

Copilot AI review requested due to automatic review settings August 22, 2026 09:47
@weizhouapache
weizhouapache force-pushed the 4.23-fix-smoke-test-failures branch from a6abcce to 440ca34 Compare August 22, 2026 09:47
@weizhouapache

Copy link
Copy Markdown
Member Author

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 10 out of 10 changed files in this pull request and generated no new comments.

Suppressed comments (1)

test/integration/smoke/test_usage.py:1756

  • PublicIPAddress.list(...) can return None/an empty list (e.g., source-NAT IP not allocated yet or eventual consistency). Indexing src_nat_list[0] will then raise TypeError/IndexError, making the test flaky. Add a short retry + explicit failure message before selecting the first result.
            domainid=cls.virtual_machine.domainid,
            issourcenat=True
        )
        cls.public_ip = src_nat_list[0]

@blueorangutan

Copy link
Copy Markdown

Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18953

@weizhouapache

Copy link
Copy Markdown
Member Author

@blueorangutan test matrix

@blueorangutan

Copy link
Copy Markdown

@weizhouapache a [SL] Trillian-Jenkins matrix job (EL8 mgmt + EL8 KVM, Ubuntu22 mgmt + Ubuntu22 KVM, EL8 mgmt + VMware 7.0u3, EL9 mgmt + XCP-ng 8.2 ) has been kicked to run smoke tests

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian test result (tid-16803)
Environment: kvm-ol8 (x2), zone: Advanced Networking with Mgmt server ol8
Total time taken: 56956 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr13628-t16803-kvm-ol8.zip
Smoke tests completed. 155 look OK, 1 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_01_ssl_offloading_isolated_network Failure 724.59 test_ssl_offloading.py
test_02_ssl_offloading_project_vpc Failure 686.26 test_ssl_offloading.py

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian test result (tid-16805)
Environment: vmware-70u3 (x2), zone: Advanced Networking with Mgmt server ol8
Total time taken: 66816 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr13628-t16805-vmware-70u3.zip
Smoke tests completed. 140 look OK, 16 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_DeleteDomain Error 48.02 test_accounts.py
test_forceDeleteDomain Failure 43.61 test_accounts.py
test_01_user_remove_VM_running Error 128.78 test_accounts.py
test_DeployVmAntiAffinityGroup_in_project Error 107.95 test_affinity_groups_projects.py
test_DeployVmAffinityGroup Error 150.33 test_affinity_groups.py
test_DeployVmAntiAffinityGroup Error 45.03 test_affinity_groups.py
ContextSuite context=TestClusterDRS>:setup Error 0.00 test_cluster_drs.py
test_01_vm_with_thin_disk_offering Error 152.58 test_disk_provisioning_types.py
test_02_vm_with_fat_disk_offering Error 120.70 test_disk_provisioning_types.py
test_03_vm_with_sparse_disk_offering Error 209.11 test_disk_provisioning_types.py
test_03_create_vpc_domain_vpc_offering Error 381.79 test_domain_vpc_offerings.py
test_03_deploy_and_scale_kubernetes_cluster Failure 46.60 test_kubernetes_clusters.py
test_08_upgrade_kubernetes_ha_cluster Failure 240.29 test_kubernetes_clusters.py
test_12_test_deploy_cluster_different_offerings_per_node_type Failure 132.54 test_kubernetes_clusters.py
test_13_test_add_external_nodes_to_cluster Failure 131.48 test_kubernetes_clusters.py
test_05_list_volumes_isrecursive Failure 0.07 test_list_volumes.py
test_07_list_volumes_listall Failure 0.07 test_list_volumes.py
test_01_non_strict_host_anti_affinity Failure 120.76 test_nonstrict_affinity_group.py
test_02_non_strict_host_affinity Error 51.69 test_nonstrict_affinity_group.py
test_01_isolated_persistent_network Failure 105.87 test_persistent_network.py
test_02_L2_persistent_network Failure 2.22 test_persistent_network.py
test_03_deploy_and_destroy_VM_and_verify_network_resources_persist Failure 68.76 test_persistent_network.py
test_01_add_primary_storage_disabled_host Error 37.86 test_primary_storage.py
test_01_primary_storage_scope_change Error 0.12 test_primary_storage_scope.py
test_01_sys_vm_start Failure 0.12 test_secondary_storage.py
test_03_live_migrate_VM_with_two_data_disks Error 39.69 test_vm_life_cycle.py
test_08_migrate_vm Error 0.08 test_vm_life_cycle.py
test_01_deploy_vm_on_specific_host Error 0.11 test_vm_deployment_planner.py
test_04_deploy_vm_on_host_override_pod_and_cluster Error 0.18 test_vm_deployment_planner.py
test_01_migrate_vm_strict_tags_success Error 0.35 test_vm_strict_host_tags.py
test_02_migrate_vm_strict_tags_failure Error 0.32 test_vm_strict_host_tags.py
test_01_restore_vm_strict_tags_success Error 0.29 test_vm_strict_host_tags.py
test_02_restore_vm_strict_tags_failure Error 0.29 test_vm_strict_host_tags.py
test_01_scale_vm_strict_tags_success Error 0.36 test_vm_strict_host_tags.py
test_02_scale_vm_strict_tags_failure Error 0.38 test_vm_strict_host_tags.py
test_01_deploy_vm_on_specific_host_without_strict_tags Error 0.33 test_vm_strict_host_tags.py
test_02_deploy_vm_on_any_host_without_strict_tags Error 2.92 test_vm_strict_host_tags.py
test_03_deploy_vm_on_specific_host_with_strict_tags_success Error 0.33 test_vm_strict_host_tags.py
test_04_deploy_vm_on_any_host_with_strict_tags_success Error 5.96 test_vm_strict_host_tags.py
test_05_deploy_vm_on_specific_host_with_strict_tags_failure Failure 0.30 test_vm_strict_host_tags.py

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian test result (tid-16806)
Environment: xcpng82 (x2), zone: Advanced Networking with Mgmt server ol9
Total time taken: 82694 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr13628-t16806-xcpng82.zip
Smoke tests completed. 151 look OK, 5 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
ContextSuite context=TestClusterDRS>:setup Error 0.00 test_cluster_drs.py
ContextSuite context=TestCloudStackDNSFramework>:setup Error 0.00 test_dns_framework_powerdns.py
test_05_list_volumes_isrecursive Failure 0.04 test_list_volumes.py
test_07_list_volumes_listall Failure 0.04 test_list_volumes.py
test_change_service_offering_for_vm_with_snapshots Failure 1025.17 test_vm_snapshots.py
test_02_cancel_host_maintenace_with_migration_jobs Error 2147.70 test_host_maintenance.py
test_02_cancel_host_maintenace_with_migration_jobs Error 2147.81 test_host_maintenance.py

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian test result (tid-16804)
Environment: kvm-ubuntu22 (x2), zone: Advanced Networking with Mgmt server u22
Total time taken: 104230 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr13628-t16804-kvm-ubuntu22.zip
Smoke tests completed. 140 look OK, 16 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
ContextSuite context=TestClusterDRS>:setup Error 0.00 test_cluster_drs.py
test_01_ssl_offloading_isolated_network Failure 722.71 test_ssl_offloading.py
test_02_ssl_offloading_project_vpc Failure 730.47 test_ssl_offloading.py
test_03_ssvm_internals Failure 3.57 test_ssvm.py
test_05_stop_ssvm Failure 88.72 test_ssvm.py
test_07_reboot_ssvm Failure 146.92 test_ssvm.py
test_09_reboot_ssvm_forced Failure 171.55 test_ssvm.py
test_1_userdata_on_ssvm Failure 216.09 test_systemvm_userdata.py
test_2_userdata_on_cpvm Failure 209.98 test_systemvm_userdata.py
test_3_userdata_on_vr Failure 201.99 test_systemvm_userdata.py
test_01_create_template Error 23.01 test_templates.py
test_CreateTemplateWithDuplicateName Error 21.06 test_templates.py
test_02_create_template_with_checksum_sha1 Error 65.84 test_templates.py
test_03_create_template_with_checksum_sha256 Error 65.82 test_templates.py
test_04_create_template_with_checksum_md5 Error 65.80 test_templates.py
test_05_create_template_with_no_checksum Error 65.80 test_templates.py
test_03_delete_template Error 1.13 test_templates.py
test_04_extract_template Error 1.13 test_templates.py
test_09_list_templates_download_details Failure 0.13 test_templates.py
ContextSuite context=TestISOUsage>:setup Error 0.00 test_usage.py
test_01_snapshot_usage Error 26.06 test_usage.py
test_01_template_usage Error 24.14 test_usage.py
test_01_volume_usage Error 188.92 test_usage.py
test_10_attachAndDetach_iso Failure 1514.91 test_vm_life_cycle.py
ContextSuite context=TestMigrateVMStrictTags>:setup Error 0.00 test_vm_strict_host_tags.py
ContextSuite context=TestRestoreVMStrictTags>:setup Error 0.00 test_vm_strict_host_tags.py
ContextSuite context=TestScaleVMStrictTags>:setup Error 0.00 test_vm_strict_host_tags.py
ContextSuite context=TestVMDeploymentPlannerStrictTags>:setup Error 0.00 test_vm_strict_host_tags.py
test_04_deploy_vnf_appliance Error 317.25 test_vnf_templates.py
test_06_download_detached_volume Error 301.67 test_volumes.py
ContextSuite context=TestVPCConserveModeRules>:setup Error 0.00 test_vpc_conserve_mode.py
ContextSuite context=TestIpv6Vpc>:setup Error 0.00 test_vpc_ipv6.py
ContextSuite context=TestVPCRedundancy>:setup Error 0.00 test_vpc_redundant.py
ContextSuite context=TestVPCNics>:setup Error 0.00 test_vpc_router_nics.py
ContextSuite context=TestRVPCSite2SiteVpn>:setup Error 0.00 test_vpc_vpn.py
ContextSuite context=TestVPCSite2SiteVPNMultipleOptions>:setup Error 0.00 test_vpc_vpn.py
ContextSuite context=TestVpcRemoteAccessVpn>:setup Error 0.00 test_vpc_vpn.py
ContextSuite context=TestVpcSite2SiteVpn>:setup Error 0.00 test_vpc_vpn.py
test_disable_oobm_ha_state_ineligible Error 1518.69 test_hostha_kvm.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants