We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1acc9e commit 0658dd1Copy full SHA for 0658dd1
tests/CLI/modules/block_tests.py
@@ -59,6 +59,7 @@ def test_volume_detail(self):
59
result = self.run_command(['block', 'volume-detail', '1234'])
60
61
self.assert_no_fail(result)
62
+ isinstance(json.loads(result.output)['IOPs'], float)
63
self.assertEqual({
64
'Username': 'username',
65
'LUN Id': '2',
0 commit comments