85a0b201ff
This patch is restructuring the VirtualBMC repository according to the OpenStack template for projects (Cookiecutter). This patch also removes the dependency on the python-daemon library since it is not present in the OpenStack global-requirements, now a new class called "detach_process" has been added to the virtualbmc/utils.py module that will take care of detaching the process context from its parent and session. Change-Id: Id4ae1db5b73a18abc54276fe1dfbf3ceff7adc06
8 lines
319 B
Plaintext
8 lines
319 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 ./ . $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|