As defined on the planning of sprint 2016-2, we'll maintain unit and functional tests in separate directories and have a tox environment to run functional tests. This patch re-configures the environment of tox and re-arrange the testing modules. Change-Id: I8ad43e73fb627c2881e50bef426e34eb989b3858
8 lines
359 B
Plaintext
8 lines
359 B
Plaintext
[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 -t ./ ${TESTS_DIR:-./oneview_client/tests/unit} $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|