tests/storage: read-only volume should not have save_on_stop=True

This commit is contained in:
Marek Marczykowski-Górecki 2017-02-21 00:49:00 +01:00
parent 5ee05e06e5
commit 3f29345d32
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -116,7 +116,7 @@ class StorageTestMixin(qubes.tests.SystemTestsMixin):
'pool': self.pool.name,
'size': size,
'internal': False,
'save_on_stop': True,
'save_on_stop': False,
'rw': False,
}
testvol = self.vm1.storage.init_volume('testvol', volume_config)