Merge pull request #52686 from Ch3LL/add-run-expensive

Make sure --run-expensive runtests.py arg works
This commit is contained in:
Megan Wilhite 2019-04-25 11:26:01 -04:00 committed by GitHub
commit 7c5b490d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,6 +189,7 @@ TEST_SUITES = collections.OrderedDict(sorted(TEST_SUITES_UNORDERED.items(),
class SaltTestsuiteParser(SaltCoverageTestingParser):
support_docker_execution = True
support_destructive_tests_selection = True
support_expensive_tests_selection = True
source_code_basedir = SALT_ROOT
def _get_suites(self, include_unit=False, include_cloud_provider=False,