mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Test is not destructive.
Changes salt's testing config, which is what testing is all about, but does not change the underlying OS.
This commit is contained in:
parent
63663cfc1c
commit
a8f7b464f5
@ -8,14 +8,12 @@ from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
||||
# Import Salt Testing Libs
|
||||
from tests.support.case import ModuleCase
|
||||
from tests.support.helpers import destructiveTest
|
||||
from tests.support.mixins import SaltReturnAssertsMixin
|
||||
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@destructiveTest
|
||||
class BeaconStateTestCase(ModuleCase, SaltReturnAssertsMixin):
|
||||
'''
|
||||
Test beacon states
|
||||
|
Loading…
Reference in New Issue
Block a user