
This patch implements the hooks so that functional and integration tests can be run in the group-based-policy repo. Currently, the configured devstack for this job is enabled to run GBP exercise scripts, which result in complete end-to-end integration testing of the GBP service and client components along with integration with Neutron and Nova. A placeholder functional test case is also added. A functional test suite will be added in a separate commit. Change-Id: Id705e5755b9662f6e297f29836d6983d66f845a8
8 lines
366 B
Plaintext
8 lines
366 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:-./gbpservice/neutron/tests/unit} $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|