packstack/releasenotes/notes/add-skip-tempest-tests-option-86cf59ec5a61d349.yaml
yatinkarel 83214319b1 Add config option to skip tempest tests
Add new option "CONFIG_SKIP_TEMPEST_TESTS" to allow
skipping some of tempest tests which are defined
with "CONFIG_RUN_TEMPEST_TESTS". So for scenario to run
all smoke and dashboard tests except "test_volume_create" tests
following can be configured:-

CONFIG_RUN_TEMPEST_TESTS: "smoke dashboard"
CONFIG_SKIP_TEMPEST_TESTS: "test_volume_create"

Change-Id: Idab8dae17437f0940f872195f53fc934893aa283
2021-01-25 23:31:31 +05:30

7 lines
182 B
YAML

---
features:
- |
Add new config option "CONFIG_SKIP_TEMPEST_TESTS" to allow
skipping of some of tempest tests which are running as part
of "CONFIG_RUN_TEMPEST_TESTS".