mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add pillar module verification
This commit is contained in:
parent
6dadf88000
commit
47768c7149
12
tests/integration/modules/pillar.py
Normal file
12
tests/integration/modules/pillar.py
Normal file
@ -0,0 +1,12 @@
|
||||
# Import salt libs
|
||||
import integration
|
||||
|
||||
class PillarModuleTest(integration.ModuleCase):
|
||||
'''
|
||||
Validate the pillar module
|
||||
'''
|
||||
def test_data(self):
|
||||
'''
|
||||
pillar.data
|
||||
'''
|
||||
self.assertEqual(self.run_function('pillar.data'), {'monty': 'python'})
|
Loading…
Reference in New Issue
Block a user