-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Issue in execution of network virtual Appliance unit test #27385
Copy link
Copy link
Open
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...act-quality-productivity-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.potential-pruning
Milestone
Metadata
Metadata
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...act-quality-productivity-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.potential-pruning
Describe the bug
Trying to run test "azdev test --live test_network_virtual_appliance"
Currently, the test is under skip flag.
if I remove the skip flag, I am getting below error in execution.
E knack.util.CLIError: Unable to get extension index.
E Response body does not contain valid json. Error detail: The json response body exceeds the default limit of 128kb. Use '@AllowLargeResponse' on your test method to increase the limit or update test logics to avoid big payloads
test_results.txt
Related command
azdev test --live test_network_virtual_appliance
Errors
E knack.util.CLIError: Unable to get extension index.
E Response body does not contain valid json. Error detail: The json response body exceeds the default limit of 128kb. Use '@AllowLargeResponse' on your test method to increase the limit or update test logics to avoid big payloads
src\azure-cli-core\azure\cli\core\extension_index.py:57: CLIError
Issue script & Debug output
test_result.xml attached
Expected behavior
Test should execute
Environment Summary
(venv) PS D:\Code\azcli\azure-cli> python --version
Python 3.11.5
Additional context
No response