summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2020-05-07 11:33:35 +0100
committerMichael Adam <obnox@samba.org>2020-05-07 19:54:20 +0200
commitc594b2d40eef33871e560eb92ab827845478c1c6 (patch)
tree95cc7c304c753f306d8482e1402c8c2d31b59e39
parente64896a9b89034aa97076be9f2cb15118ba23d75 (diff)
downloadsamba-integration-c594b2d40eef33871e560eb92ab827845478c1c6.tar.gz
samba-integration-c594b2d40eef33871e560eb92ab827845478c1c6.tar.xz
samba-integration-c594b2d40eef33871e560eb92ab827845478c1c6.zip
Add target to call tests using ssh
Can be used by to manually re-run tests. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
-rw-r--r--vagrant/Makefile5
1 files changed, 4 insertions, 1 deletions
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