@@ -153,6 +153,7 @@ def tearDown(self):
153153 def test_01_vm_per_account (self ):
154154 """Test VM limit per account
155155 """
156+ tags = ["advanced" ,"advancedns" ]
156157
157158 # Validate the following
158159 # 1. Set user_vm=1 limit for account 1.
@@ -245,6 +246,7 @@ def test_01_vm_per_account(self):
245246 def test_02_publicip_per_account (self ):
246247 """Test Public IP limit per account
247248 """
249+ tags = ["advanced" ,"advancedns" ]
248250
249251 # Validate the following
250252 # 1. Set Public_IP= 2 limit for account 1.
@@ -387,6 +389,7 @@ def test_02_publicip_per_account(self):
387389 def test_03_snapshots_per_account (self ):
388390 """Test Snapshot limit per account
389391 """
392+ tags = ["advanced" ,"advancedns" ]
390393
391394 # Validate the following
392395 # 1. Set snapshot= 2 limit for account 1.
@@ -542,6 +545,7 @@ def test_03_snapshots_per_account(self):
542545 def test_04_volumes_per_account (self ):
543546 """Test Volumes limit per account
544547 """
548+ tags = ["advanced" ,"advancedns" ]
545549
546550 # Validate the following
547551 # 1. Set volumes=2 limit for account 1.
@@ -683,6 +687,7 @@ def test_04_volumes_per_account(self):
683687 def test_05_templates_per_account (self ):
684688 """Test Templates limit per account
685689 """
690+ tags = ["advanced" ,"advancedns" ]
686691
687692 # Validate the following
688693 # 1. Set templates=1 limit for account 1.
@@ -912,6 +917,7 @@ def tearDown(self):
912917 def test_01_vm_per_domain (self ):
913918 """Test VM limit per domain
914919 """
920+ tags = ["advanced" ,"advancedns" ]
915921
916922 # Validate the following
917923 # 1. Set max VM per domain to 2
@@ -977,6 +983,7 @@ def test_01_vm_per_domain(self):
977983 def test_01_publicip_per_domain (self ):
978984 """Test Public IP limit per domain
979985 """
986+ tags = ["advanced" ,"advancedns" ]
980987
981988 # Validate the following
982989 # 1. set max no of IPs per domain to 2.
@@ -1046,6 +1053,7 @@ def test_01_publicip_per_domain(self):
10461053 def test_03_snapshots_per_domain (self ):
10471054 """Test Snapshot limit per domain
10481055 """
1056+ tags = ["advanced" ,"advancedns" ]
10491057
10501058 # Validate the following
10511059 # 1. set max no of snapshots per domain to 1.
@@ -1128,6 +1136,7 @@ def test_03_snapshots_per_domain(self):
11281136 def test_04_volumes_per_domain (self ):
11291137 """Test Volumes limit per domain
11301138 """
1139+ tags = ["advanced" ,"advancedns" ]
11311140
11321141 # Validate the following
11331142 # 1. set max no of volume per domain to 1.
@@ -1180,6 +1189,7 @@ def test_04_volumes_per_domain(self):
11801189 def test_05_templates_per_domain (self ):
11811190 """Test Templates limit per domain
11821191 """
1192+ tags = ["advanced" ,"advancedns" ]
11831193
11841194 # Validate the following
11851195 # 1. set max no of templates per domain to 2.
@@ -1325,6 +1335,7 @@ def tearDown(self):
13251335
13261336 def test_01_zones (self ):
13271337 """Check the status of zones"""
1338+ tags = ["advanced" ,"advancedns" ]
13281339
13291340 # Validate the following
13301341 # 1. List zones
@@ -1350,6 +1361,7 @@ def test_01_zones(self):
13501361
13511362 def test_02_pods (self ):
13521363 """Check the status of pods"""
1364+ tags = ["advanced" ,"advancedns" ]
13531365
13541366 # Validate the following
13551367 # 1. List pods
@@ -1375,6 +1387,7 @@ def test_02_pods(self):
13751387
13761388 def test_03_clusters (self ):
13771389 """Check the status of clusters"""
1390+ tags = ["advanced" ,"advancedns" ]
13781391
13791392 # Validate the following
13801393 # 1. List clusters
@@ -1400,6 +1413,7 @@ def test_03_clusters(self):
14001413
14011414 def test_04_hosts (self ):
14021415 """Check the status of hosts"""
1416+ tags = ["advanced" ,"advancedns" ]
14031417
14041418 # Validate the following
14051419 # 1. List hosts with type=Routing
@@ -1426,6 +1440,7 @@ def test_04_hosts(self):
14261440
14271441 def test_05_storage_pools (self ):
14281442 """Check the status of Storage pools"""
1443+ tags = ["advanced" ,"advancedns" ]
14291444
14301445 # Validate the following
14311446 # 1. List storage pools for the zone
@@ -1451,6 +1466,7 @@ def test_05_storage_pools(self):
14511466
14521467 def test_06_secondary_storage (self ):
14531468 """Check the status of secondary storage"""
1469+ tags = ["advanced" ,"advancedns" ]
14541470
14551471 # Validate the following
14561472 # 1. List secondary storage
0 commit comments