Nikolay Mahotkin bd12b4fd1e Adding a new version of python LBaaS API
* For review, it is added as source code instead of archive
 * Note that it should be packed into .tar.gz, then encoded using base64
   and renamed to 'lbaas.tar.gz.bs64' before uploading the package to murano

Change-Id: I2b6d49aea9c383b877cebbd603cf3a23f65a66d1
2016-04-11 18:08:37 +04:00

10 lines
389 B
Plaintext

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
${PYTHON:-python} -m subunit.run discover -t ./ ./lbaas/tests/unit $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list