mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add some negative tests on the same parsing infrastructure.
This commit is contained in:
parent
02c63cee26
commit
5a763fb5b6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
all: non_destructive destructive check_mode test_hash test_handlers test_group_by test_vault parsing
|
||||||
|
|
||||||
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)
|
ansible-playbook good_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS)
|
||||||
|
|
||||||
non_destructive:
|
non_destructive:
|
||||||
|
|
Loading…
Reference in a new issue