From 35b2d3ef6bc6bb16bc677dbcbf61b796a09c28c2 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Thu, 27 Jun 2024 15:43:03 +0200 Subject: [PATCH] tests: Use ansible-test for integration tests Integration tests do not work with tox, therefore use ansible-test to run them. Signed-off-by: Felix Matouschek --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8348f7..d32b507 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,4 @@ test-unit: .PHONY: test-integration test-integration: - tox -f integration --ansible --conf tox-ansible.ini + ansible-test integration