diff --git a/.gitignore b/.gitignore index 3d59881..4cf02ec 100644 --- a/.gitignore +++ b/.gitignore @@ -136,8 +136,9 @@ bin/ *.tar.gz *.zip -# pytest-ansible +# pytest-ansible and tox-ansible collections/ +kubevirt.core # Collection specific ignores /changelogs/.plugin-cache.yaml diff --git a/Makefile b/Makefile index bf8c961..5ddb50d 100644 --- a/Makefile +++ b/Makefile @@ -16,3 +16,15 @@ build-venv: .PHONY: format format: tox run -e format + +.PHONY: test-sanity +test-sanity: + tox -f sanity --ansible -p auto --conf tox-ansible.ini + +.PHONY: test-unit +test-unit: + tox -f unit --ansible -p auto --conf tox-ansible.ini + +.PHONY: test-integration +test-integration: + tox -f integration --ansible --conf tox-ansible.ini diff --git a/tox-ansible.ini b/tox-ansible.ini new file mode 100644 index 0000000..e69de29