mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add running sdb tests
This commit is contained in:
parent
962b3612b0
commit
f941ea265f
1 changed files with 11 additions and 0 deletions
|
@ -179,6 +179,9 @@ TEST_SUITES = {
|
|||
'scheduler':
|
||||
{'display_name': 'Scheduler',
|
||||
'path': 'integration/scheduler'},
|
||||
'sdb':
|
||||
{'display_name': 'Sdb',
|
||||
'path': 'integration/sdb'},
|
||||
}
|
||||
|
||||
|
||||
|
@ -469,6 +472,14 @@ class SaltTestsuiteParser(SaltCoverageTestingParser):
|
|||
default=False,
|
||||
help='Run salt-api tests'
|
||||
)
|
||||
self.test_selection_group.add_option(
|
||||
'--sdb',
|
||||
'--sdb-tests',
|
||||
dest='sdb',
|
||||
action='store_true',
|
||||
default=False,
|
||||
help='Run sdb tests'
|
||||
)
|
||||
self.test_selection_group.add_option(
|
||||
'-P',
|
||||
'--proxy',
|
||||
|
|
Loading…
Add table
Reference in a new issue