Add OS_TEST_PATH to testr
Change default test path to unit tets, and support setting $OS_TEST_PATH to specify a different path (such as functional). Change-Id: Id58351f02e79b35990719ea1698a2fd2169a9cf6 Partial-Bug: #1429289
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| [DEFAULT] | ||||
| test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION | ||||
| test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./neutronclient/tests/unit} $LISTOPT $IDOPTION | ||||
| test_id_option=--load-list $IDFILE | ||||
| test_list_option=--list | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kyle Mestery
					Kyle Mestery