mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #46567 from dwoz/runtest-n-wart
Honor named tests when running integration suites
This commit is contained in:
commit
b80edb5d26
1 changed files with 1 additions and 0 deletions
|
@ -694,6 +694,7 @@ class SaltTestsuiteParser(SaltCoverageTestingParser):
|
|||
continue
|
||||
results = self.run_suite('', name, suffix='test_*.py', load_from_name=True)
|
||||
status.append(results)
|
||||
return status
|
||||
for suite in TEST_SUITES:
|
||||
if suite != 'unit' and getattr(self.options, suite):
|
||||
status.append(self.run_integration_suite(**TEST_SUITES[suite]))
|
||||
|
|
Loading…
Add table
Reference in a new issue