Skip to content

Commit c851210

Browse files
author
indusridhar
committed
Add test for nodepool rollback with @live_only() decorator
Test case test_aks_nodepool_rollback is marked with @live_only() as recording file will be generated via the live test pipeline in a follow-up.
1 parent 1d0508c commit c851210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20940,6 +20940,7 @@ def test_aks_nodepool_get_rollback_versions(self, resource_group, resource_group
2094020940
@AKSCustomResourceGroupPreparer(
2094120941
random_name_length=17, name_prefix="clitest", location="westus2"
2094220942
)
20943+
@live_only()
2094320944
def test_aks_nodepool_rollback(self, resource_group, resource_group_location):
2094420945
"""Test az aks nodepool rollback command with various scenarios"""
2094520946
aks_name = self.create_random_name("cliakstest", 16)

0 commit comments

Comments
 (0)