File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ def test_list_block_volumes(self):
87
87
'bytesUsed,' \
88
88
'serviceResource.datacenter[name],' \
89
89
'serviceResourceBackendIpAddress,' \
90
- 'activeTransactionCount'
90
+ 'activeTransactionCount,' \
91
+ 'replicationPartnerCount'
91
92
92
93
self .assert_called_with (
93
94
'SoftLayer_Account' ,
@@ -128,7 +129,8 @@ def test_list_block_volumes_with_additional_filters(self):
128
129
'bytesUsed,' \
129
130
'serviceResource.datacenter[name],' \
130
131
'serviceResourceBackendIpAddress,' \
131
- 'activeTransactionCount'
132
+ 'activeTransactionCount,' \
133
+ 'replicationPartnerCount'
132
134
133
135
self .assert_called_with (
134
136
'SoftLayer_Account' ,
Original file line number Diff line number Diff line change @@ -294,7 +294,8 @@ def test_list_file_volumes(self):
294
294
'serviceResource.datacenter[name],' \
295
295
'serviceResourceBackendIpAddress,' \
296
296
'activeTransactionCount,' \
297
- 'fileNetworkMountAddress'
297
+ 'fileNetworkMountAddress,' \
298
+ 'replicationPartnerCount'
298
299
299
300
self .assert_called_with (
300
301
'SoftLayer_Account' ,
@@ -335,7 +336,8 @@ def test_list_file_volumes_with_additional_filters(self):
335
336
'serviceResource.datacenter[name],' \
336
337
'serviceResourceBackendIpAddress,' \
337
338
'activeTransactionCount,' \
338
- 'fileNetworkMountAddress'
339
+ 'fileNetworkMountAddress,' \
340
+ 'replicationPartnerCount'
339
341
340
342
self .assert_called_with (
341
343
'SoftLayer_Account' ,
You can’t perform that action at this time.
0 commit comments