From feea0139c473a78b6bc42f47214d1bbd3e090a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Wed, 27 Jan 2016 19:54:16 +0100 Subject: [PATCH] make iotlab: stop --- dist/testbed-support/Makefile.iotlab | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/testbed-support/Makefile.iotlab b/dist/testbed-support/Makefile.iotlab index 4364294ff8..0a11e6624e 100644 --- a/dist/testbed-support/Makefile.iotlab +++ b/dist/testbed-support/Makefile.iotlab @@ -58,6 +58,9 @@ iotlab-debug-server: $(IOTLAB_AUTH) iotlab-check-exp @echo "Debug on node $(IOTLAB_DEBUG_NODE)" $(AD)ssh -N -L $(IOTLAB_DEBUG_PORT):$(IOTLAB_DEBUG_NODE):3333 $(IOTLAB_AUTHORITY) +iotlab-stop: $(IOTLAB_AUTH) iotlab-check-exp + $(AD)experiment-cli stop -i $(IOTLAB_EXP_ID) + iotlab-term: iotlab-check-exp $(AD)ssh -t $(IOTLAB_AUTHORITY) "test -f ~/.iotlabrc || auth-cli -u $(IOTLAB_USER)"