Merge "[ci] Re-enable scenario tests for lvm job"

This commit is contained in:
Zuul 2020-07-18 17:51:08 +00:00 committed by Gerrit Code Review
commit 88105201c4

View File

@ -195,7 +195,7 @@ elif [[ "$TEST_TYPE" == "scenario" ]]; then
fi
if [[ "$DRIVER" == "lvm" ]]; then
MANILA_TESTS="(^manila_tempest_tests.tests.api)(?=.*\[.*\bbackend\b.*\])"
MANILA_TESTS="(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])"
MANILA_TEMPEST_CONCURRENCY=8
RUN_MANILA_SG_TESTS=False
RUN_MANILA_MANAGE_TESTS=False