tests/storage: read-only volume should not have save_on_stop=True
This commit is contained in:
		
							parent
							
								
									5ee05e06e5
								
							
						
					
					
						commit
						3f29345d32
					
				| @ -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) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Marek Marczykowski-Górecki
						Marek Marczykowski-Górecki