Skip to content

Commit 2425864

Browse files
author
Prasanna Santhanam
committed
serviceCapabilityList is case sensitive
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent 6e63bb7 commit 2425864

7 files changed

Lines changed: 5 additions & 15 deletions

test/integration/component/test_netscaler_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def __init__(self):
104104
"UserData": 'VirtualRouter',
105105
"StaticNat": 'VirtualRouter',
106106
},
107-
"servicecapabilitylist": {
107+
"serviceCapabilityList": {
108108
"SourceNat": {
109109
"SupportedSourceNatTypes": "peraccount"
110110
},

test/integration/component/test_netscaler_lb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __init__(self):
9393
"UserData": 'VirtualRouter',
9494
"StaticNat": 'VirtualRouter',
9595
},
96-
"servicecapabilitylist": {
96+
"serviceCapabilityList": {
9797
"SourceNat": {
9898
"SupportedSourceNatTypes": "peraccount"
9999
},

test/integration/component/test_netscaler_nw_off.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __init__(self):
117117
"UserData": 'VirtualRouter',
118118
"StaticNat": 'VirtualRouter',
119119
},
120-
"servicecapabilitylist": {
120+
"serviceCapabilityList": {
121121
"SourceNat": {
122122
"SupportedSourceNatTypes": "peraccount"
123123
},
@@ -157,11 +157,10 @@ def __init__(self):
157157
"publicport": 22,
158158
"openfirewall": False,
159159
},
160-
"ostypeid": '01853327-513e-4508-9628-f1f55db1946f',
160+
"ostype": 'Cent OS 5.3 (64 bit)',
161161
# Cent OS 5.3 (64 bit)
162162
"sleep": 60,
163163
"timeout": 10,
164-
"mode": 'advanced'
165164
}
166165

167166

test/integration/component/test_vpc_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def test_06_create_network_with_rvr(self):
752752
self.validate_vpc_network(vpc)
753753

754754
# Enable redundant router capability for the network offering
755-
self.services["network"]["servicecapabilitylist"] = {
755+
self.services["network"]["serviceCapabilityList"] = {
756756
"SourceNat": {
757757
"RedundantRouter": "true",
758758
},

test/integration/component/test_vpc_network_lbrules.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ def __init__(self):
8787
"StaticNat": 'VpcVirtualRouter',
8888
"NetworkACL": 'VpcVirtualRouter'
8989
},
90-
"servicecapabilitylist": {
91-
},
9290
},
9391
"network_offering_no_lb": {
9492
"name": 'VPC Network offering',
@@ -176,7 +174,6 @@ def __init__(self):
176174
"ostype": 'CentOS 5.3 (64-bit)',
177175
"sleep": 60,
178176
"timeout": 10,
179-
"mode": 'advanced'
180177
}
181178

182179
class TestVPCNetworkLBRules(cloudstackTestCase):

test/integration/component/test_vpc_network_pfrules.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ def __init__(self):
8484
"StaticNat": 'VpcVirtualRouter',
8585
"NetworkACL": 'VpcVirtualRouter'
8686
},
87-
"servicecapabilitylist": {
88-
},
8987
},
9088
"network_offering_no_lb": {
9189
"name": 'VPC Network offering',
@@ -175,7 +173,6 @@ def __init__(self):
175173
"ostype": 'CentOS 5.3 (64-bit)',
176174
"sleep": 60,
177175
"timeout": 10,
178-
"mode": 'advanced'
179176
}
180177

181178

test/integration/component/test_vpc_network_staticnatrule.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ def __init__(self):
8383
"StaticNat": 'VpcVirtualRouter',
8484
"NetworkACL": 'VpcVirtualRouter'
8585
},
86-
"servicecapabilitylist": {
87-
},
8886
},
8987
"network_offering_no_lb": {
9088
"name": 'VPC Network offering',
@@ -174,7 +172,6 @@ def __init__(self):
174172
"ostype": 'CentOS 5.3 (64-bit)',
175173
"sleep": 60,
176174
"timeout": 10,
177-
"mode": 'advanced'
178175
}
179176

180177

0 commit comments

Comments
 (0)