@@ -67,7 +67,7 @@ def test_volume_detail(self):
6767 'LUN Id' : '2' ,
6868 'Notes' : "{'status': 'available'}" ,
6969 'Endurance Tier' : 'READHEAVY_TIER' ,
70- 'IOPs' : 1000 ,
70+ 'IOPs' : 1000.0 ,
7171 'Snapshot Capacity (GB)' : '10' ,
7272 'Snapshot Used (Bytes)' : 1024 ,
7373 'Capacity (GB)' : '20GB' ,
@@ -80,17 +80,12 @@ def test_volume_detail(self):
8080 'Replicant Count' : '1' ,
8181 'Replication Status' : 'Replicant Volume Provisioning '
8282 'has completed.' ,
83- 'Replicant Volumes' : [[
84- {'Replicant ID' : 'Volume Name' , '1784' : 'TEST_REP_1' },
85- {'Replicant ID' : 'Target IP' , '1784' : '10.3.174.79' },
86- {'Replicant ID' : 'Data Center' , '1784' : 'wdc01' },
87- {'Replicant ID' : 'Schedule' , '1784' : 'REPLICATION_HOURLY' },
88- ], [
89- {'Replicant ID' : 'Volume Name' , '1785' : 'TEST_REP_2' },
90- {'Replicant ID' : 'Target IP' , '1785' : '10.3.177.84' },
91- {'Replicant ID' : 'Data Center' , '1785' : 'dal01' },
92- {'Replicant ID' : 'Schedule' , '1785' : 'REPLICATION_DAILY' },
93- ]],
83+ 'Replicant Volumes' : [
84+ {'Name' : 'Replicant Id' , 'Value' : 1785 },
85+ {'Name' : 'Volume Name' , 'Value' : 'TEST_REP_2' },
86+ {'Name' : 'Target IP' , 'Value' : '10.3.177.84' },
87+ {'Name' : 'Data Center' , 'Value' : 'dal01' },
88+ {'Name' : 'Schedule' , 'Value' : 'REPLICATION_DAILY' }],
9489 'Original Volume Properties' : [
9590 {'Property' : 'Original Volume Size' ,
9691 'Value' : '20' },
0 commit comments