|  | @@ -430,15 +430,33 @@ cd $BATS_ARCHIVES
 | 
	
		
			
				|  |  |  sudo -E bats $BATS_TESTS/*.bats
 | 
	
		
			
				|  |  |  -------------------------------------------------
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -Note: Starting vagrant VM outside of the elasticsearch folder requires to
 | 
	
		
			
				|  |  | -indicates the folder that contains the Vagrantfile using the VAGRANT_CWD
 | 
	
		
			
				|  |  | -environment variable:
 | 
	
		
			
				|  |  | +You can also use Gradle to prepare the test environment and then starts a single VM:
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  -------------------------------------------------
 | 
	
		
			
				|  |  | -gradle vagrantSetUp
 | 
	
		
			
				|  |  | -VAGRANT_CWD=/path/to/elasticsearch vagrant up centos-7 --provider virtualbox
 | 
	
		
			
				|  |  | +gradle vagrantFedora24#up
 | 
	
		
			
				|  |  | +-------------------------------------------------
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +Or any of vagrantCentos6#up, vagrantDebian8#up, vagrantFedora24#up, vagrantOel6#up,
 | 
	
		
			
				|  |  | +vagrantOel7#up, vagrantOpensuse13#up, vagrantSles12#up, vagrantUbuntu1204#up,
 | 
	
		
			
				|  |  | +vagrantUbuntu1604#up.
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +Once up, you can then connect to the VM using SSH from the elasticsearch directory:
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +-------------------------------------------------
 | 
	
		
			
				|  |  | +vagrant ssh fedora-24
 | 
	
		
			
				|  |  |  -------------------------------------------------
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +Or from another directory:
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +-------------------------------------------------
 | 
	
		
			
				|  |  | +VAGRANT_CWD=/path/to/elasticsearch vagrant ssh fedora-24
 | 
	
		
			
				|  |  | +-------------------------------------------------
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +Note: Starting vagrant VM outside of the elasticsearch folder requires to
 | 
	
		
			
				|  |  | +indicates the folder that contains the Vagrantfile using the VAGRANT_CWD
 | 
	
		
			
				|  |  | +environment variable.
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  == Coverage analysis
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  Tests can be run instrumented with jacoco to produce a coverage report in
 |