mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge branch '2017.7' into fix_win_service
This commit is contained in:
commit
c69560ccb2
@ -616,4 +616,4 @@ class CPModuleTest(ModuleCase):
|
||||
os.unlink(tgt_cache_file)
|
||||
|
||||
def test_envs(self):
|
||||
self.assertEqual(self.run_function('cp.envs'), ['base', 'prod'])
|
||||
self.assertEqual(sorted(self.run_function('cp.envs')), sorted(['base', 'prod']))
|
||||
|
@ -6,12 +6,13 @@ from __future__ import absolute_import
|
||||
# Import Salt Testing libs
|
||||
from tests.support.case import ModuleCase
|
||||
from tests.support.unit import skipIf
|
||||
from tests.support.helpers import destructiveTest
|
||||
from tests.support.helpers import destructiveTest, flaky
|
||||
|
||||
# Import Salt Libs
|
||||
import salt.utils
|
||||
|
||||
|
||||
@flaky
|
||||
@skipIf(not salt.utils.is_windows(), 'Tests for only Windows')
|
||||
class NTPTest(ModuleCase):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user