Skip to content

Commit df074d0

Browse files
author
Lily Pan
committed
update region
1 parent 3b369fc commit df074d0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/azure-cli/azure/cli/command_modules/acs/tests/latest/test_aks_commands.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12008,7 +12008,7 @@ def test_aks_create_add_nodepool_with_motd(self, resource_group, resource_group_
1200812008

1200912009
@AllowLargeResponse()
1201012010
@AKSCustomResourceGroupPreparer(
12011-
random_name_length=17, name_prefix="clitest", location="westcentralus"
12011+
random_name_length=17, name_prefix="clitest", location="westus2"
1201212012
)
1201312013
def test_aks_create_gpu_driver_flow(self, resource_group, resource_group_location):
1201412014
# reset the count so in replay mode the random names will start with 0
@@ -12035,6 +12035,9 @@ def test_aks_create_gpu_driver_flow(self, resource_group, resource_group_locatio
1203512035
"--enable-managed-identity "
1203612036
"--ssh-key-value={ssh_key_value} "
1203712037
)
12038+
self.cmd(create_cmd, checks=[
12039+
self.check('provisioningState', 'Succeeded')
12040+
])
1203812041

1203912042
# 2. add nodepool with --gpu-driver none
1204012043
self.cmd(

0 commit comments

Comments
 (0)