mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #4706 from cgundogan/pr/iotlab-testbed/makefile_stop
make iotlab: stop
This commit is contained in:
commit
daf4cae380
3
dist/testbed-support/Makefile.iotlab
vendored
3
dist/testbed-support/Makefile.iotlab
vendored
@ -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)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user