mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
tag venafi as destructive and expensive
This commit is contained in:
parent
6dfb63f15d
commit
27d9caac42
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ import string
|
|||
|
||||
# Import Salt Testing libs
|
||||
from tests.support.case import ShellCase
|
||||
from tests.support.helpers import destructiveTest, expensiveTest
|
||||
from salt.ext.six.moves import range
|
||||
|
||||
|
||||
|
@ -31,6 +32,8 @@ def with_random_name(func):
|
|||
return wrapper
|
||||
|
||||
|
||||
@destructiveTest
|
||||
@expensiveTest
|
||||
class VenafiTest(ShellCase):
|
||||
'''
|
||||
Test the venafi runner
|
||||
|
|
Loading…
Add table
Reference in a new issue