Skip to content

Commit

Permalink
{AKS} Update default live test matrix (#5886)
Browse files Browse the repository at this point in the history
* update test

* update matrix
  • Loading branch information
FumingZhang authored Feb 16, 2023
1 parent 3b20a7a commit 51b5643
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
"test_aks_pod_identity_usage",
"test_aks_nodepool_add_with_workload_runtime",
"test_aks_create_with_crg_id",
"test_list_trustedaccess_roles",
"test_aks_custom_ca_trust_flow",
"test_aks_create_with_csi_driver_v2",
"test_aks_create_and_update_csi_driver_to_v2",
"test_aks_nodepool_abort",
"test_aks_update_outbound_from_slb_to_natgateway"
],
"missing namespace registration (AME)": [
"test_aks_create_with_monitoring_aad_auth_msi",
"test_aks_create_with_monitoring_aad_auth_uai",
"test_aks_enable_monitoring_with_aad_auth_msi",
"test_aks_enable_monitoring_with_aad_auth_uai"
"test_aks_update_with_azuremonitormetrics"
],
"missing toggle": [
"KMS (missing toggle)": [
"test_aks_create_with_azurekeyvaultkms_private_key_vault",
"test_aks_update_with_azurekeyvaultkms_private_key_vault",
"test_aks_create_with_azurekeyvaultkms_public_key_vault",
"test_aks_create_with_azurekeyvaultkms_private_cluster_v1_private_key_vault"
],
"trusted access role (waiting GA)": [
"test_get_trustedaccess_roles",
"test_aks_trustedaccess_rolebinding"
],
"no gpu quota": [
"test_aks_nodepool_add_with_gpu_instance_profile"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4098,7 +4098,7 @@ def test_aks_create_with_enable_cilium_dataplane(self, resource_group, resource_
'--network-plugin azure --network-plugin-mode overlay --ssh-key-value={ssh_key_value} ' \
'--pod-cidr 10.244.0.0/16 --node-count 1 ' \
'--enable-cilium-dataplane ' \
'--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/CiliumDataplanePreview'
'--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/CiliumDataplanePreview,AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureOverlayPreview'
self.cmd(create_cmd, checks=[
self.check('provisioningState', 'Succeeded'),
self.check('networkProfile.podCidr', '10.244.0.0/16'),
Expand Down

0 comments on commit 51b5643

Please sign in to comment.