Adds the required infraestructure to run functional tests: - With multiple backends, giving meaningful name to the tests - With externally defined backends configuration - Automatic cleanup of attachments, connections, volumes, and snapshots. Additionally provides a basic LVM configuration for the functional tests and a script to set things up in the system before running the actual tests. The tests have been validated using a configuration that included 3 backends: - LVM - XtremIO - Kaminario
		
			
				
	
	
		
			2 lines
		
	
	
		
			24 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			24 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# -*- coding: utf-8 -*-
 |