From 32ef57b19bfc9c7eab4ae5d7416fb61d9321dd5c Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Thu, 16 Feb 2023 17:22:18 +0800 Subject: [PATCH 1/2] update test --- .../azext_aks_preview/tests/latest/test_aks_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py b/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py index 4a08712de73..f7236e4ad67 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py +++ b/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py @@ -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'), From 34a93f2d372a50d51e8252cadbaffade15a3d68b Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Thu, 16 Feb 2023 17:35:32 +0800 Subject: [PATCH 2/2] update matrix --- .../configs/ext_matrix_default.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/aks-preview/azcli_aks_live_test/configs/ext_matrix_default.json b/src/aks-preview/azcli_aks_live_test/configs/ext_matrix_default.json index ec81fa34ea0..bb9aee8777d 100644 --- a/src/aks-preview/azcli_aks_live_test/configs/ext_matrix_default.json +++ b/src/aks-preview/azcli_aks_live_test/configs/ext_matrix_default.json @@ -18,7 +18,6 @@ "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", @@ -26,17 +25,18 @@ "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" ]