393d9ba42f
A new paramter introduced to separate unit and inegration test launch. Since nosetests is not used anymore, it was removed from requirements. Readme for integration tests updated. Change-Id: I6415e2885cae8571c0adb75216d9b11c7372462a Fixes: bug #1259927
8 lines
331 B
Plaintext
Executable File
8 lines
331 B
Plaintext
Executable File
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
|
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
|
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
|
|
${PYTHON:-python} -m subunit.run discover $DISCOVER_DIRECTORY $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|