mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Add global variables to setUp
This commit is contained in:
parent
4828f315ec
commit
79963c9020
@ -53,6 +53,13 @@ class MacSystemModuleTest(integration.ModuleCase):
|
||||
'''
|
||||
Get current settings
|
||||
'''
|
||||
global ATRUN_ENABLED
|
||||
global REMOTE_LOGIN_ENABLED
|
||||
global REMOTE_EVENTS_ENABLED
|
||||
global COMPUTER_NAME
|
||||
global SUBNET_NAME
|
||||
global KEYBOARD_DISABLED
|
||||
|
||||
if not salt.utils.is_darwin():
|
||||
self.skipTest('Test only available on Mac OS X')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user