Merge "Fix integrated test cases for assisted-volume-snapshots"

This commit is contained in:
Jenkins 2014-09-21 01:47:19 +00:00 committed by Gerrit Code Review
commit 110addf6ba
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"volume_id": "521752a6-acf6-4b2d-bc7a-119f9148cd8c",
"create_info": {
"snapshot_id": "421752a6-acf6-4b2d-bc7a-119f9148cd8c",
"type": "qcow",
"type": "qcow2",
"new_file": "new_file_name"}
}
}

View File

@ -3,7 +3,7 @@
<volume_id>521752a6-acf6-4b2d-bc7a-119f9148cd8c</volume_id>
<create_info>
<snapshot_id>421752a6-acf6-4b2d-bc7a-119f9148cd8c</snapshot_id>
<type>qcow</type>
<type>qcow2</type>
<new_file>new_file_name</new_file>
</create_info>
</snapshot>

View File

@ -4031,7 +4031,7 @@ class AssistedVolumeSnapshotsJsonTest(ApiSampleTestBaseV2):
'description': 'Daily backup',
'volume_id': '521752a6-acf6-4b2d-bc7a-119f9148cd8c',
'snapshot_id': '421752a6-acf6-4b2d-bc7a-119f9148cd8c',
'type': 'qcow',
'type': 'qcow2',
'new_file': 'new_file_name'
}
subs.update(self._get_regexes())