Restructure tests

Match the layout used in other projects.

Change-Id: I2d2f368722ba8d2201c2776d10e0e6d3c0ccb85d
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2026-01-19 11:17:14 +01:00
parent 120e67e5a0
commit 655cec4925
9 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
[DEFAULT]
test_path=${OS_TEST_PATH:-./oslo_privsep/tests}
test_path=${OS_TEST_PATH:-./oslo_privsep/tests/unit}
top_path=./

View File

View File

@@ -11,7 +11,7 @@ commands = stestr run --slowest {posargs}
[testenv:functional]
setenv =
OS_TEST_PATH=./oslo_privsep/functional
OS_TEST_PATH=./oslo_privsep/tests/functional
OS_LOG_CAPTURE=1
[testenv:venv]