Merge "Tegile tests: Change volume size to int"

This commit is contained in:
Jenkins 2016-01-23 01:07:47 +00:00 committed by Gerrit Code Review
commit b32f151bf8

View File

@ -47,7 +47,7 @@ test_volume = {'host': 'node#testPool',
test_snapshot = {'name': 'testSnap',
'id': '07ae9978-5445-405e-8881-28f2adfee732',
'volume': {'host': 'node#testPool',
'size': '1',
'size': 1,
'_name_id': 'testvol'
}
}