glance/.stestr.conf
Sean McGinnis 466c10420b Separate out functional tests
This breaks out the functional tests from the unit tests to allow running
just unit test for faster validation. Additional gate jobs will be added
to run the new functional test jobs so we don't lose that coverage, but
during development, by default only the unit tests will run.

Change-Id: I93d7216340bef70fc18fc9943da5c740ba3d4761
2018-01-22 10:29:34 -06:00

4 lines
65 B
Plaintext

[DEFAULT]
test_path=${TEST_PATH:-./glance/tests/unit}
top_dir=./