mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	CLOUDSTACK-8124: Skipping snapshot test cases on hyperv
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
		
							parent
							
								
									93429443d5
								
							
						
					
					
						commit
						7f10e6fe0b
					
				| @ -731,7 +731,7 @@ class TestTemplates(cloudstackTestCase): | |||||||
| 
 | 
 | ||||||
|         cls.testClient = super(TestTemplates, cls).getClsTestClient() |         cls.testClient = super(TestTemplates, cls).getClsTestClient() | ||||||
|         cls.api_client = cls.testClient.getApiClient() |         cls.api_client = cls.testClient.getApiClient() | ||||||
| 
 |         cls.hypervisor = cls.testClient.getHypervisorInfo() | ||||||
|         cls.services = Services().services |         cls.services = Services().services | ||||||
|         # Get Zone, Domain and templates |         # Get Zone, Domain and templates | ||||||
|         cls.zone = get_zone(cls.api_client, cls.testClient.getZoneForTests()) |         cls.zone = get_zone(cls.api_client, cls.testClient.getZoneForTests()) | ||||||
| @ -857,6 +857,8 @@ class TestTemplates(cloudstackTestCase): | |||||||
|         # 4. Check the size of snapshot and template |         # 4. Check the size of snapshot and template | ||||||
| 
 | 
 | ||||||
|         # Create a snapshot from the ROOTDISK |         # Create a snapshot from the ROOTDISK | ||||||
|  |         if self.hypervisor.lower() in ['hyperv']: | ||||||
|  |             self.skipTest("Snapshots feature is not supported on Hyper-V") | ||||||
|         snapshot = Snapshot.create( |         snapshot = Snapshot.create( | ||||||
|                                    self.apiclient, |                                    self.apiclient, | ||||||
|                                    self.volume.id, |                                    self.volume.id, | ||||||
| @ -922,6 +924,8 @@ class TestTemplates(cloudstackTestCase): | |||||||
|         # 5. Template should be created succesfully |         # 5. Template should be created succesfully | ||||||
| 
 | 
 | ||||||
|         # Create a snapshot from the ROOTDISK |         # Create a snapshot from the ROOTDISK | ||||||
|  |         if self.hypervisor.lower() in ['hyperv']: | ||||||
|  |             self.skipTest("Snapshots feature is not supported on Hyper-V") | ||||||
|         snapshot = Snapshot.create( |         snapshot = Snapshot.create( | ||||||
|                                    self.apiclient, |                                    self.apiclient, | ||||||
|                                    self.volume.id, |                                    self.volume.id, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user