mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-13 13:02:04 +00:00
chore: Add tox-ansible configuration
Add tox-ansible configuration that allows to run tests with all required ansible and python versions. Add Makefile targets to make use of it. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
12
Makefile
12
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
|
||||
|
||||
Reference in New Issue
Block a user