 cd732ac14f
			
		
	
	cd732ac14f
	
	
	
		
			
			maxscale-system-test changed in order to control test environment by itself. Every test checks which machines are running, compare with list of needed machines and start new VMs is they are missing in the running machines list. Tests are executiong MDBCI commands, MDBCI executable should be in the PATH
		
			
				
	
	
		
			12 lines
		
	
	
		
			353 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			353 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include "testconnections.h"
 | |
| 
 | |
| /**
 | |
|  * @brief copy_rules Copy rules file for firewall filter to Maxscale machine
 | |
|  * @param Test TestConnections object
 | |
|  * @param rules_name Name of file to be copied
 | |
|  * @param rules_dir Directory where file is located
 | |
|  */
 | |
| void copy_rules(TestConnections* Test, const char* rules_name, const char* rules_dir);
 |