python-octaviaclient/.testr.conf
Ankur Gupta 970a232dc0 Initialize plugin for OSC
Initial Octavia client command to list load balancers in a given
project.

Sets up many of the base classes and base files needed for
the rest of the client when it comes up.

Change-Id: I5d426e1a3a364abbe77edea5e8aaad2c8c2213c1
2017-04-06 18:07:10 -05:00

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