Skip to content

Commit

Permalink
Merge pull request #17 from migibert/idempotence_test
Browse files Browse the repository at this point in the history
Add idempotence test
  • Loading branch information
migibert committed Apr 9, 2015
2 parents 45c84e4 + 791e736 commit aca68e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ test:
- ansible-playbook --syntax-check -i inventory $PLAYBOOK
- ansible-playbook --list-tasks -i inventory $PLAYBOOK
- sudo ansible-playbook --connection=local -i inventory $PLAYBOOK
- sudo ansible-playbook --connection=local -i inventory $PLAYBOOK | grep -q 'changed=0.*failed=0'
- sudo ps aux | grep -v grep | grep orientdb
- sudo netstat -ntlp | grep 2480
- sudo netstat -ntlp | grep 2424

0 comments on commit aca68e9

Please sign in to comment.