From c594b2d40eef33871e560eb92ab827845478c1c6 Mon Sep 17 00:00:00 2001 From: Sachin Prabhu Date: Thu, 7 May 2020 11:33:35 +0100 Subject: Add target to call tests using ssh Can be used by to manually re-run tests. Signed-off-by: Sachin Prabhu --- vagrant/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant/Makefile b/vagrant/Makefile index b4c07ba..597c6e8 100644 --- a/vagrant/Makefile +++ b/vagrant/Makefile @@ -28,4 +28,7 @@ setup.clients: setup.site: setup.cluster setup.clients -.PHONY: local hosts.update.only setup.prep.only setup.prep setup.test.only setup.cluster.only setup.cluster setup.clients setup.site +client1.test: + @$(VSSH) client1 "sudo make -C /root/samba-integration-tests test" + +.PHONY: local hosts.update.only setup.prep.only setup.prep setup.test.only setup.cluster.only setup.cluster setup.clients setup.site client1.test -- cgit