Fix functional CI job
The glanceclient-dsvm-functional job is currently running unit tests, whereas it should be running the functional tests. Fixed by honoring the path in .stestr.conf like other trees. Also removed tox.ini from the list of irrelevant-files for this job, because as it turns out, it is relevant. Change-Id: I59773caa00ff0dfc970c0e4d45aa5d8ae006b1c6
This commit is contained in:
		
				
					committed by
					
						
						Dan Smith
					
				
			
			
				
	
			
			
			
						parent
						
							626c50061f
						
					
				
				
					commit
					6c8108ea33
				
			@@ -1,3 +1,3 @@
 | 
				
			|||||||
[DEFAULT]
 | 
					[DEFAULT]
 | 
				
			||||||
test_path=./glanceclient/tests/unit
 | 
					test_path=${OS_TEST_PATH:-./glanceclient/tests/unit}
 | 
				
			||||||
top_path=./
 | 
					top_path=./
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -34,7 +34,6 @@
 | 
				
			|||||||
      - ^(test-|)requirements.txt$
 | 
					      - ^(test-|)requirements.txt$
 | 
				
			||||||
      - ^lower-constraints.txt$
 | 
					      - ^lower-constraints.txt$
 | 
				
			||||||
      - ^setup.cfg$
 | 
					      - ^setup.cfg$
 | 
				
			||||||
      - ^tox.ini$
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
- job:
 | 
					- job:
 | 
				
			||||||
    name: glanceclient-tox-keystone-tips-base
 | 
					    name: glanceclient-tox-keystone-tips-base
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user