6bdc836965
Functional unit tests should not be a part of unit tests job. This patch adds new tox environment to run functional tests: $ tox -e functional It also removes logging from functional tests. Some of log calls were replaced with asserts. Related Implements: blueprint cinder-integrated-tests Change-Id: I0ebfef2fe05f502cd5fb08fbc8af09008949e457
9 lines
356 B
Plaintext
9 lines
356 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 ./ ${OS_TEST_PATH:-./cinder/tests/unit} $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|