From de9ff925b985bb6a113b7bdf3ca1ba5e729706c6 Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Tue, 28 Sep 2021 13:41:06 +0800 Subject: [PATCH 1/2] exclude several test cases which need feature registration --- .../azcli_aks_live_test/configs/cli_matrix_default.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/aks-preview/azcli_aks_live_test/configs/cli_matrix_default.json b/src/aks-preview/azcli_aks_live_test/configs/cli_matrix_default.json index 19f1a7137a5..f4b28bc8cc7 100644 --- a/src/aks-preview/azcli_aks_live_test/configs/cli_matrix_default.json +++ b/src/aks-preview/azcli_aks_live_test/configs/cli_matrix_default.json @@ -8,7 +8,11 @@ "need additional feature": [ "test_aks_create_enable_encryption", "test_aks_create_edge_zone", - "test_aks_create_with_auto_upgrade_channel" + "test_aks_create_with_auto_upgrade_channel", + "test_aks_nodepool_add_with_ossku", + "test_aks_create_with_openservicemesh_addon", + "test_aks_enable_openservicemesh_addon", + "test_aks_disable_openservicemesh_addon" ] } } \ No newline at end of file From ecc7a0a9af60d1cbf42aefa1bba1fac5e73f4ab8 Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Wed, 29 Sep 2021 11:24:10 +0800 Subject: [PATCH 2/2] update matrix --- .../azcli_aks_live_test/configs/cli_matrix_default.json | 4 +++- .../azcli_aks_live_test/configs/ext_matrix_default.json | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/aks-preview/azcli_aks_live_test/configs/cli_matrix_default.json b/src/aks-preview/azcli_aks_live_test/configs/cli_matrix_default.json index f4b28bc8cc7..8237bcafc86 100644 --- a/src/aks-preview/azcli_aks_live_test/configs/cli_matrix_default.json +++ b/src/aks-preview/azcli_aks_live_test/configs/cli_matrix_default.json @@ -5,11 +5,13 @@ ] }, "exclude": { + "compatibility issue": [ + "test_aks_nodepool_add_with_ossku" + ], "need additional feature": [ "test_aks_create_enable_encryption", "test_aks_create_edge_zone", "test_aks_create_with_auto_upgrade_channel", - "test_aks_nodepool_add_with_ossku", "test_aks_create_with_openservicemesh_addon", "test_aks_enable_openservicemesh_addon", "test_aks_disable_openservicemesh_addon" 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 66e196e0634..0cc231b2986 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 @@ -5,6 +5,10 @@ ] }, "exclude": { + "compatibility issue": [ + "test_aks_nodepool_add_with_ossku", + "test_aks_create_with_ossku" + ], "need additional feature": [ "test_aks_create_with_azurekeyvaultsecretsprovider_addon", "test_aks_create_addon_with_azurekeyvaultsecretsprovider_with_secret_rotation",