mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
6 lines
179 B
Python
6 lines
179 B
Python
def test_salt_pillar(salt_cli, salt_minion):
|
|
"""
|
|
Test pillar.items
|
|
"""
|
|
ret = salt_cli.run("pillar.items", minion_tgt=salt_minion.id)
|
|
assert "info" in ret.data
|