Skip to content

Add generic VM extension case#4425

Merged
LiliDeng merged 3 commits into
mainfrom
baihua/vm_extension_0416
Apr 20, 2026
Merged

Add generic VM extension case#4425
LiliDeng merged 3 commits into
mainfrom
baihua/vm_extension_0416

Conversation

@lubaihua33
Copy link
Copy Markdown
Collaborator

@lubaihua33 lubaihua33 commented Apr 17, 2026

Description

Add a generic test for validating VM extension install and uninstall. Extension publisher, type, and version are provided via runbook variables.

Related Issue

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Refactoring
  • Documentation update

Checklist

  • Description is filled in above
  • No credentials, secrets, or internal details are included
  • Peer review requested (if not, add required peer reviewers after raising PR)
  • Tests executed and results posted below

Test Validation

Runbook:

variable:
  - name: extension_publisher
    value: "Microsoft.Azure.Monitor"
    is_case_visible: true
  - name: extension_type
    value: "AzureMonitorLinuxAgent"
    is_case_visible: true
  - name: extension_version
    value: "1.7"
    is_case_visible: true

Key Test Cases:

verify_vm_extension_install_uninstall

Impacted LISA Features:

None

Tested Azure Marketplace Images:

Canonical 0001-com-ubuntu-server-focal 20_04-lts-gen2 latest

Test Results

2026-04-16 09:44:24.353[29068][INFO] lisa.RootRunner GenericVmExtension.verify_vm_extension_install_uninstall: PASSED
2026-04-16 09:44:24.353[29068][INFO] lisa.RootRunner test result summary
2026-04-16 09:44:24.353[29068][INFO] lisa.RootRunner TOTAL : 1
2026-04-16 09:44:24.353[29068][INFO] lisa.RootRunner QUEUED : 0
2026-04-16 09:44:24.353[29068][INFO] lisa.RootRunner ASSIGNED : 0
2026-04-16 09:44:24.353[29068][INFO] lisa.RootRunner RUNNING : 0
2026-04-16 09:44:24.353[29068][INFO] lisa.RootRunner FAILED : 0
2026-04-16 09:44:24.354[29068][INFO] lisa.RootRunner PASSED : 1
2026-04-16 09:44:24.354[29068][INFO] lisa.RootRunner SKIPPED : 0

Image VM Size Result
Canonical 0001-com-ubuntu-server-focal 20_04-lts-gen2 latest Standard_D2s_v3 PASSED

Copilot AI review requested due to automatic review settings April 17, 2026 01:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new generic VM extension validation test suite under the VM extensions test area, allowing extension publisher/type/version to be supplied via runbook variables.

Changes:

  • Introduces GenericVmExtension.verify_vm_extension_install_uninstall to install an extension, verify provisioning success, uninstall it, and re-check VM connectivity.
  • Adds helper methods for extension cleanup/install/delete/existence checks with basic retries.

Comment thread lisa/microsoft/testsuites/vm_extensions/generic_vm_extension.py
Comment thread lisa/microsoft/testsuites/vm_extensions/generic_vm_extension.py Outdated
Comment thread lisa/microsoft/testsuites/vm_extensions/generic_vm_extension.py
Comment thread lisa/microsoft/testsuites/vm_extensions/generic_vm_extension.py
Comment thread lisa/microsoft/testsuites/vm_extensions/generic_vm_extension.py
Comment thread lisa/microsoft/testsuites/vm_extensions/generic_vm_extension.py Outdated
@github-actions
Copy link
Copy Markdown

❌ AI Test Selection — FAILED

49 test case(s) selected (view run)

Marketplace image: canonical 0001-com-ubuntu-server-jammy 22_04-lts-gen2 latest

Count
✅ Passed 26
❌ Failed 29
⏭️ Skipped 4
Total 59
Test case details
Test Case Status Time (s) Message
verify_azure_disk_encryption_provisioned (lisa_0_5) ❌ FAILED 24.927 failed. ResourceNotFoundError: (ResourceGroupNotFound) Resource group 'azure-eastus2-general-4b42d415-d0d3-47ca-a2d9-f22
verify_azure_disk_encryption_enabled (lisa_0_4) ❌ FAILED 25.075 failed. ResourceNotFoundError: (ResourceGroupNotFound) Resource group 'azure-eastus2-general-4b42d415-d0d3-47ca-a2d9-f22
verify_asr_by_cvt (lisa_0_1) ⏭️ SKIPPED 8.527 before_case skipped: cvtbinaries_sasuri is not provided.
verify_azuremonitoragent_linux (lisa_0_2) ⏭️ SKIPPED 8.332 before_case skipped: Ubuntu 22.04.5 LTS is not supported.
verify_metricsextension (lisa_0_3) ⏭️ SKIPPED 8.452 skipped: Unsupported system: 'Ubuntu 22.04.5 LTS'. MetricsExtension doesn't support this version.
verify_azsecpack (lisa_0_9) ❌ FAILED 154.481 failed. LisaTimeoutException: timeout: Expected the azuremonitoragent package to be installed
verify_key_vault_extension (lisa_0_0) ❌ FAILED 9.102 failed. ResourceNotFoundError: (ResourceGroupNotFound) Resource group 'azure-eastus2-general-4b42d415-d0d3-47ca-a2d9-f22
verify_application_health_extension (lisa_0_10) ✅ PASSED 69.396
verify_vm_assess_patches (lisa_0_12) ✅ PASSED 217.443
verify_vm_install_patches (lisa_0_13) ✅ PASSED 607.300
verify_azure_network_watcher (lisa_0_8) ✅ PASSED 245.726
verify_existing_script_run (lisa_0_47) ✅ PASSED 32.654
verify_custom_script_run (lisa_0_48) ✅ PASSED 63.390
verify_private_uri_script_run_failed (lisa_0_53) ❌ FAILED 0.614 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_script_run_with_named_parameter (lisa_0_49) ✅ PASSED 63.367
verify_sas_uri_script_run (lisa_0_54) ❌ FAILED 0.580 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_script_run_with_unnamed_parameter (lisa_0_50) ✅ PASSED 63.305
verify_script_run_with_timeout (lisa_0_55) ✅ PASSED 32.907
verify_script_run_with_timeout_failed (lisa_0_56) ✅ PASSED 63.043
verify_script_run_with_protected_parameter (lisa_0_51) ✅ PASSED 93.376
verify_script_run_with_valid_user (lisa_0_57) ✅ PASSED 124.215
verify_script_run_with_invalid_user (lisa_0_58) ✅ PASSED 124.626
verify_public_uri_script_run (lisa_0_52) ❌ FAILED 0.546 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_vmsnapshot_extension (lisa_0_6) ✅ PASSED 69.886
verify_exclude_disk_support_restore_point (lisa_0_7) ✅ PASSED 159.298
verify_valid_password_run (lisa_0_15) ✅ PASSED 37.033
verify_openssh_key_run (lisa_0_16) ✅ PASSED 63.645
verify_password_and_ssh_key_run (lisa_0_17) ✅ PASSED 63.817
verify_no_password_and_ssh_key_run_failed (lisa_0_18) ✅ PASSED 66.252
verify_pem_certificate_ssh_key_run (lisa_0_19) ✅ PASSED 63.492
verify_ssh2_key_run (lisa_0_20) ✅ PASSED 64.282
verify_valid_expiration_run (lisa_0_22) ✅ PASSED 63.953
verify_remove_username_run (lisa_0_21) ✅ PASSED 124.393
verify_vm_agent (lisa_0_14) ✅ PASSED 32.740
verify_private_script_without_sas_run_failed (lisa_0_31) ❌ FAILED 0.591 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_sas_script_run (lisa_0_33) ❌ FAILED 0.596 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_base64_script_with_command_run (lisa_0_28) ✅ PASSED 91.384
verify_public_script_run (lisa_0_23) ❌ FAILED 0.614 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_second_public_script_run (lisa_0_24) ❌ FAILED 0.575 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_script_in_both_settings_failed (lisa_0_25) ❌ FAILED 0.566 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_protected_settings_run (lisa_0_26) ❌ FAILED 0.522 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_without_command_run (lisa_0_27) ❌ FAILED 0.591 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_with_base64_script_run (lisa_0_29) ❌ FAILED 0.530 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_with_gzip_base64_script_run (lisa_0_30) ❌ FAILED 0.508 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_script_with_storage_credentials_run (lisa_0_32) ❌ FAILED 0.546 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_python_script_run (lisa_0_34) ❌ FAILED 0.526 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_sas_script_run (lisa_0_45) ❌ FAILED 0.560 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_base64_script_with_command_run_failed (lisa_0_40) ✅ PASSED 64.989
verify_public_script_run (lisa_0_35) ❌ FAILED 0.591 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_second_public_script_run (lisa_0_36) ❌ FAILED 0.566 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_script_in_both_settings_failed (lisa_0_37) ❌ FAILED 0.548 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_protected_settings_run (lisa_0_38) ❌ FAILED 0.538 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_without_command_run_failed (lisa_0_39) ❌ FAILED 0.575 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_with_base64_script_run (lisa_0_41) ❌ FAILED 0.538 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_with_gzip_base64_script_run (lisa_0_42) ❌ FAILED 0.515 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_script_with_storage_credentials_run (lisa_0_44) ❌ FAILED 0.589 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_python_script_run (lisa_0_46) ❌ FAILED 0.543 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_script_without_sas_run_failed (lisa_0_43) ❌ FAILED 8.798 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_azure_performance_diagnostics (lisa_0_11) ⏭️ SKIPPED 0.313 before_case skipped: Ubuntu 22.04.5 LTS is not supported.

Copilot AI review requested due to automatic review settings April 17, 2026 02:31
@lubaihua33 lubaihua33 force-pushed the baihua/vm_extension_0416 branch from 4279a94 to 4ddbedd Compare April 17, 2026 02:31
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 1 out of 1 changed files in this pull request and generated 5 comments.

Comment thread lisa/microsoft/testsuites/vm_extensions/generic_vm_extension.py
Comment thread lisa/microsoft/testsuites/vm_extensions/generic_vm_extension.py
Comment thread lisa/microsoft/testsuites/vm_extensions/generic_vm_extension.py
Comment thread lisa/microsoft/testsuites/vm_extensions/generic_vm_extension.py
Comment thread lisa/microsoft/testsuites/vm_extensions/generic_vm_extension.py
@github-actions
Copy link
Copy Markdown

❌ AI Test Selection — FAILED

49 test case(s) selected (view run)

Marketplace image: canonical 0001-com-ubuntu-server-jammy 22_04-lts-gen2 latest

Count
✅ Passed 27
❌ Failed 28
⏭️ Skipped 4
Total 59
Test case details
Test Case Status Time (s) Message
verify_asr_by_cvt (lisa_0_1) ⏭️ SKIPPED 7.975 before_case skipped: cvtbinaries_sasuri is not provided.
verify_metricsextension (lisa_0_3) ⏭️ SKIPPED 7.990 skipped: Unsupported system: 'Ubuntu 22.04.5 LTS'. MetricsExtension doesn't support this version.
verify_application_health_extension (lisa_0_10) ✅ PASSED 157.928
verify_key_vault_extension (lisa_0_0) ❌ FAILED 8.671 failed. ResourceNotFoundError: (ResourceGroupNotFound) Resource group 'azure-centralus-general-1171ced8-73f1-42e4-ae34-c
verify_azure_disk_encryption_provisioned (lisa_0_5) ❌ FAILED 24.130 failed. ResourceNotFoundError: (ResourceGroupNotFound) Resource group 'azure-centralus-general-1171ced8-73f1-42e4-ae34-c
verify_azure_disk_encryption_enabled (lisa_0_4) ❌ FAILED 22.814 failed. ResourceNotFoundError: (ResourceGroupNotFound) Resource group 'azure-centralus-general-1171ced8-73f1-42e4-ae34-c
verify_azsecpack (lisa_0_9) ✅ PASSED 204.771
verify_azuremonitoragent_linux (lisa_0_2) ⏭️ SKIPPED 7.845 before_case skipped: Ubuntu 22.04.5 LTS is not supported.
verify_azure_network_watcher (lisa_0_8) ✅ PASSED 248.957
verify_vm_assess_patches (lisa_0_12) ✅ PASSED 188.050
verify_vm_install_patches (lisa_0_13) ✅ PASSED 548.066
verify_vmsnapshot_extension (lisa_0_6) ✅ PASSED 77.241
verify_exclude_disk_support_restore_point (lisa_0_7) ✅ PASSED 266.871
verify_existing_script_run (lisa_0_47) ✅ PASSED 31.334
verify_custom_script_run (lisa_0_48) ✅ PASSED 63.289
verify_script_run_with_named_parameter (lisa_0_49) ✅ PASSED 63.272
verify_private_uri_script_run_failed (lisa_0_53) ❌ FAILED 0.514 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_sas_uri_script_run (lisa_0_54) ❌ FAILED 0.770 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_script_run_with_unnamed_parameter (lisa_0_50) ✅ PASSED 63.254
verify_script_run_with_protected_parameter (lisa_0_51) ✅ PASSED 63.595
verify_script_run_with_timeout_failed (lisa_0_56) ✅ PASSED 32.558
verify_script_run_with_timeout (lisa_0_55) ✅ PASSED 63.319
verify_script_run_with_valid_user (lisa_0_57) ✅ PASSED 124.002
verify_script_run_with_invalid_user (lisa_0_58) ✅ PASSED 94.443
verify_public_uri_script_run (lisa_0_52) ❌ FAILED 0.492 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_valid_password_run (lisa_0_15) ✅ PASSED 157.871
verify_openssh_key_run (lisa_0_16) ✅ PASSED 63.819
verify_password_and_ssh_key_run (lisa_0_17) ✅ PASSED 64.298
verify_pem_certificate_ssh_key_run (lisa_0_19) ✅ PASSED 33.186
verify_ssh2_key_run (lisa_0_20) ✅ PASSED 63.224
verify_no_password_and_ssh_key_run_failed (lisa_0_18) ✅ PASSED 69.543
verify_remove_username_run (lisa_0_21) ✅ PASSED 94.317
verify_valid_expiration_run (lisa_0_22) ✅ PASSED 64.350
verify_vm_agent (lisa_0_14) ✅ PASSED 62.994
verify_private_script_without_sas_run_failed (lisa_0_31) ❌ FAILED 0.519 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_sas_script_run (lisa_0_33) ❌ FAILED 0.486 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_base64_script_with_command_run (lisa_0_28) ✅ PASSED 62.394
verify_public_script_run (lisa_0_23) ❌ FAILED 0.508 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_second_public_script_run (lisa_0_24) ❌ FAILED 1.535 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_script_in_both_settings_failed (lisa_0_25) ❌ FAILED 0.518 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_protected_settings_run (lisa_0_26) ❌ FAILED 0.510 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_without_command_run (lisa_0_27) ❌ FAILED 0.485 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_with_base64_script_run (lisa_0_29) ❌ FAILED 0.480 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_with_gzip_base64_script_run (lisa_0_30) ❌ FAILED 0.476 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_script_with_storage_credentials_run (lisa_0_32) ❌ FAILED 0.480 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_python_script_run (lisa_0_34) ❌ FAILED 0.494 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_sas_script_run (lisa_0_45) ❌ FAILED 0.481 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_base64_script_with_command_run_failed (lisa_0_40) ✅ PASSED 61.377
verify_public_script_run (lisa_0_35) ❌ FAILED 0.499 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_second_public_script_run (lisa_0_36) ❌ FAILED 0.489 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_script_in_both_settings_failed (lisa_0_37) ❌ FAILED 0.487 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_protected_settings_run (lisa_0_38) ❌ FAILED 0.471 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_with_base64_script_run (lisa_0_41) ❌ FAILED 0.480 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_without_command_run_failed (lisa_0_39) ❌ FAILED 0.567 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_with_gzip_base64_script_run (lisa_0_42) ❌ FAILED 0.477 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_script_with_storage_credentials_run (lisa_0_44) ❌ FAILED 0.509 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_python_script_run (lisa_0_46) ❌ FAILED 0.470 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_script_without_sas_run_failed (lisa_0_43) ❌ FAILED 8.489 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_azure_performance_diagnostics (lisa_0_11) ⏭️ SKIPPED 0.306 before_case skipped: Ubuntu 22.04.5 LTS is not supported.

LiliDeng
LiliDeng previously approved these changes Apr 20, 2026
@github-actions
Copy link
Copy Markdown

❌ AI Test Selection — FAILED

49 test case(s) selected (view run)

Marketplace image: canonical 0001-com-ubuntu-server-jammy 22_04-lts-gen2 latest

Count
✅ Passed 27
❌ Failed 28
⏭️ Skipped 4
Total 59
Test case details
Test Case Status Time (s) Message
verify_azure_disk_encryption_provisioned (lisa_0_5) ❌ FAILED 24.267 failed. ResourceNotFoundError: (ResourceGroupNotFound) Resource group 'azure-centralus-general-840c9adb-d9de-4cec-9e20-b
verify_azure_disk_encryption_enabled (lisa_0_4) ❌ FAILED 31.316 failed. ResourceNotFoundError: (ResourceGroupNotFound) Resource group 'azure-centralus-general-840c9adb-d9de-4cec-9e20-b
verify_metricsextension (lisa_0_3) ⏭️ SKIPPED 7.942 skipped: Unsupported system: 'Ubuntu 22.04.5 LTS'. MetricsExtension doesn't support this version.
verify_asr_by_cvt (lisa_0_1) ⏭️ SKIPPED 8.023 before_case skipped: cvtbinaries_sasuri is not provided.
verify_key_vault_extension (lisa_0_0) ❌ FAILED 8.503 failed. ResourceNotFoundError: (ResourceGroupNotFound) Resource group 'azure-centralus-general-840c9adb-d9de-4cec-9e20-b
verify_application_health_extension (lisa_0_10) ✅ PASSED 246.856
verify_azuremonitoragent_linux (lisa_0_2) ⏭️ SKIPPED 8.019 before_case skipped: Ubuntu 22.04.5 LTS is not supported.
verify_azsecpack (lisa_0_9) ✅ PASSED 238.912
verify_vm_assess_patches (lisa_0_12) ✅ PASSED 185.893
verify_vm_install_patches (lisa_0_13) ✅ PASSED 516.408
verify_azure_network_watcher (lisa_0_8) ✅ PASSED 217.491
verify_vmsnapshot_extension (lisa_0_6) ✅ PASSED 190.659
verify_exclude_disk_support_restore_point (lisa_0_7) ✅ PASSED 152.728
verify_existing_script_run (lisa_0_47) ✅ PASSED 63.272
verify_custom_script_run (lisa_0_48) ✅ PASSED 63.109
verify_script_run_with_named_parameter (lisa_0_49) ✅ PASSED 62.864
verify_private_uri_script_run_failed (lisa_0_53) ❌ FAILED 0.543 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_sas_uri_script_run (lisa_0_54) ❌ FAILED 0.463 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_script_run_with_protected_parameter (lisa_0_51) ✅ PASSED 32.916
verify_script_run_with_unnamed_parameter (lisa_0_50) ✅ PASSED 63.102
verify_script_run_with_timeout (lisa_0_55) ✅ PASSED 63.078
verify_script_run_with_timeout_failed (lisa_0_56) ✅ PASSED 63.402
verify_script_run_with_invalid_user (lisa_0_58) ✅ PASSED 94.028
verify_script_run_with_valid_user (lisa_0_57) ✅ PASSED 124.539
verify_public_uri_script_run (lisa_0_52) ❌ FAILED 1.531 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_valid_password_run (lisa_0_15) ✅ PASSED 67.013
verify_openssh_key_run (lisa_0_16) ✅ PASSED 63.630
verify_password_and_ssh_key_run (lisa_0_17) ✅ PASSED 63.642
verify_pem_certificate_ssh_key_run (lisa_0_19) ✅ PASSED 63.452
verify_ssh2_key_run (lisa_0_20) ✅ PASSED 63.621
verify_no_password_and_ssh_key_run_failed (lisa_0_18) ✅ PASSED 95.870
verify_valid_expiration_run (lisa_0_22) ✅ PASSED 93.770
verify_remove_username_run (lisa_0_21) ✅ PASSED 154.710
verify_vm_agent (lisa_0_14) ✅ PASSED 63.460
verify_private_script_without_sas_run_failed (lisa_0_31) ❌ FAILED 3.508 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_sas_script_run (lisa_0_33) ❌ FAILED 0.820 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_base64_script_with_command_run (lisa_0_28) ✅ PASSED 61.705
verify_public_script_run (lisa_0_23) ❌ FAILED 0.500 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_second_public_script_run (lisa_0_24) ❌ FAILED 0.599 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_script_in_both_settings_failed (lisa_0_25) ❌ FAILED 0.495 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_protected_settings_run (lisa_0_26) ❌ FAILED 0.637 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_without_command_run (lisa_0_27) ❌ FAILED 0.469 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_with_base64_script_run (lisa_0_29) ❌ FAILED 0.504 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_with_gzip_base64_script_run (lisa_0_30) ❌ FAILED 0.477 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_script_with_storage_credentials_run (lisa_0_32) ❌ FAILED 0.499 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_python_script_run (lisa_0_34) ❌ FAILED 0.484 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_sas_script_run (lisa_0_45) ❌ FAILED 0.464 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_base64_script_with_command_run_failed (lisa_0_40) ✅ PASSED 61.477
verify_public_script_run (lisa_0_35) ❌ FAILED 0.554 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_second_public_script_run (lisa_0_36) ❌ FAILED 0.479 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_script_in_both_settings_failed (lisa_0_37) ❌ FAILED 0.575 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_protected_settings_run (lisa_0_38) ❌ FAILED 0.630 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_without_command_run_failed (lisa_0_39) ❌ FAILED 0.684 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_with_base64_script_run (lisa_0_41) ❌ FAILED 0.599 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_script_with_gzip_base64_script_run (lisa_0_42) ❌ FAILED 0.505 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_script_with_storage_credentials_run (lisa_0_44) ❌ FAILED 0.478 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_public_python_script_run (lisa_0_46) ❌ FAILED 0.461 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_private_script_without_sas_run_failed (lisa_0_43) ❌ FAILED 8.129 failed. ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www
verify_azure_performance_diagnostics (lisa_0_11) ⏭️ SKIPPED 0.531 before_case skipped: Ubuntu 22.04.5 LTS is not supported.

@LiliDeng LiliDeng merged commit 4c2141b into main Apr 20, 2026
61 checks passed
@LiliDeng LiliDeng deleted the baihua/vm_extension_0416 branch April 20, 2026 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants