7d8aae08e7
In the past ceilometer was generaly hosted at / and URL generation was relatively straightforward. It should also be possible to host at /foobar or /telemetry and for URL generation to still work. This changeset adds tests to confirm prefixed requests can work and fixes the small number of issues that were found. Note that because the ceilometer api has the temerity to not set location headers, we can't test that those are working, because there aren't any. In general that's the place where SCRIPT_NAME mounting would show bugs. But we can confirm that content-location headers are okay. Closes-Bug: #1468796 Change-Id: I6e5cf440bc3bd8ffb4cc5c86aa19225b3c5f87ed
10 lines
470 B
Plaintext
10 lines
470 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:-600} \
|
|
${PYTHON:-python} -m subunit.run discover ${OS_TEST_PATH:-./ceilometer/tests} -t . $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|
|
# NOTE(chdent): Only used/matches on gabbi-related tests.
|
|
group_regex=(gabbi\.driver\.test_gabbi_(?:prefix_|)[^_]+)_
|