mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Include parser option for --no-tests
This commit is contained in:
parent
df52f85b37
commit
56650f7e35
@ -56,6 +56,12 @@ class SaltTestsuiteParser(SaltCoverageTestingParser):
|
|||||||
default='zeromq',
|
default='zeromq',
|
||||||
choices=('zeromq', 'raet'),
|
choices=('zeromq', 'raet'),
|
||||||
help='Set to raet to run integration tests with raet transport. Default: %default')
|
help='Set to raet to run integration tests with raet transport. Default: %default')
|
||||||
|
self.add_option(
|
||||||
|
'--no-test',
|
||||||
|
default=False,
|
||||||
|
action='store_true',
|
||||||
|
help='Do not run any tests. Simply start the daemons.'
|
||||||
|
)
|
||||||
|
|
||||||
self.test_selection_group.add_option(
|
self.test_selection_group.add_option(
|
||||||
'-m',
|
'-m',
|
||||||
|
Loading…
Reference in New Issue
Block a user