mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Honor named tests when running integration suites
This commit is contained in:
parent
0a68c22332
commit
3b6901e19d
@ -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…
Reference in New Issue
Block a user