Skip to content
Snippets Groups Projects
Commit 4bc8ce1c authored by nimrod's avatar nimrod
Browse files

- Added an Ansible test example.

parent 2994a6e1
No related branches found
No related tags found
No related merge requests found
five: 5
six: 6
eleven: '{{ five + six }}'
def test_example(Command):
assert Command('uname').rc == 0
def test_ansible(Ansible):
assert Ansible('debug', 'msg={{ eleven }}')['msg'] == '11'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment