From 5a763fb5b6f37c78320ae3cefc3ef3350bdf0f6f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 23 Jul 2014 22:34:56 -0400 Subject: [PATCH] Add some negative tests on the same parsing infrastructure. --- test/integration/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/integration/Makefile b/test/integration/Makefile index 573e1612af7..85d1bd20928 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -19,6 +19,9 @@ VAULT_PASSWORD_FILE = vault-password all: non_destructive destructive check_mode test_hash test_handlers test_group_by test_vault parsing parsing: + ansible-playbook bad_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -vvv $(TEST_FLAGS) --tags common,scenario1; [ $$? -eq 3 ] + ansible-playbook bad_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -vvv $(TEST_FLAGS) --tags common,scenario2; [ $$? -eq 3 ] + ansible-playbook bad_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -vvv $(TEST_FLAGS) --tags common,scenario3; [ $$? -eq 3 ] ansible-playbook good_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS) non_destructive: