openstacksdk/.testr.conf
Everett Toews 22bc68ebfb The first functional test
Just implementing a single functional test to start things off.

This test introduces a new test dependency on os-client-config.
os-client-config is used to configure the SDK to run its functional test
on a particular cloud.

To run the functional tests do a

    tox -e functional

Unit tests continue to be run the same way as always.

Change-Id: Id1e8233c5e366e6ec864fb435f7f3cbf290ffae0
2015-04-14 12:01:54 -05:00

7 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:-./openstack/tests/unit} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list