monasca-common/.testr.conf
Tomasz Trębski c5a64fe22f Migrate to ostestr framework and PY3
Following commits does several things:

* migrates CI of monasca-common to ostestr
* enables PY35 compatybility

Also:

* marked one tests as excluded under PY35 because changing
it would require affecting embedded kafka library which
will be eventually removed in future

(cherry-picked from commit cabc2ddd5f239e5f44e090d35aaac0770e5849ba)

Change-Id: I432a466e2620bc8d305ef2630307b636461c8e81
2017-03-07 13:05:12 +01:00

9 lines
381 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:-160} \
${PYTHON:-python} -m subunit.run discover -t ./ $OS_TEST_PATH $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list
group_regex=monasca_common\.tests(?:\.|_)([^_]+)