mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	test_06_destroy_vm in test/integration/smoke/test_vm_life_cycle.py fails because the expunge parameter is set to true, this also cause tests that execute in test_vm_life_cycle.py after this test to fail.
Signed-off-by: Nitin Mehta <nitin.mehta@citrix.com>
This commit is contained in:
		
							parent
							
								
									1176a836af
								
							
						
					
					
						commit
						f7c72cdedc
					
				| @ -405,7 +405,7 @@ class TestVMLifeCycle(cloudstackTestCase): | |||||||
|         #    of this VM should be "Destroyed". |         #    of this VM should be "Destroyed". | ||||||
| 
 | 
 | ||||||
|         self.debug("Destroy VM - ID: %s" % self.small_virtual_machine.id) |         self.debug("Destroy VM - ID: %s" % self.small_virtual_machine.id) | ||||||
|         self.small_virtual_machine.delete(self.apiclient) |         self.small_virtual_machine.delete(self.apiclient, expunge=False) | ||||||
| 
 | 
 | ||||||
|         list_vm_response = VirtualMachine.list( |         list_vm_response = VirtualMachine.list( | ||||||
|                                             self.apiclient, |                                             self.apiclient, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user