From 3cf727617b7615f90f147ce21e44a8ccece47b5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= <cnkgndgn@gmail.com>
Date: Mon, 7 Sep 2015 10:23:05 +0200
Subject: [PATCH] README.iotlab.md: Add IOTLAB_EXP_NAME and IOTLAB_PHY_NODES

---
 dist/testbed-support/README.iotlab.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dist/testbed-support/README.iotlab.md b/dist/testbed-support/README.iotlab.md
index 3e902b2c1a..7f2b94f023 100644
--- a/dist/testbed-support/README.iotlab.md
+++ b/dist/testbed-support/README.iotlab.md
@@ -31,6 +31,8 @@ brackets):
  * IOTLAB_AUTH ($HOME/.iotlabrc)
  * IOTLAB_USER (taken from $IOTLAB_AUTH)
  * IOTLAB_EXP_ID (taken from first experiment in running state)
+ * IOTLAB_EXP_NAME (RIOT_EXP)
+ * IOTLAB_PHY_NODES
 
 ### Targets
 
@@ -48,9 +50,13 @@ if `IOTLAB_EXP_ID` is not set.
 
 This schedules a new experiment on the FIT IoT-LAB and waits until it enters
 "Running" state. It will request `IOTLAB_NODES` nodes of type `IOTLAB_TYPE`
-for `IOTLAB_DURATION` minutes at site `IOTLAB_SITE`. It will also flash the
+for `IOTLAB_DURATION` minutes at site `IOTLAB_SITE`. With `IOTLAB_PHY_NODES`
+it is possible to choose specific nodes for this experiment by using the resourceid
+string format defined in `experiment-cli submit --help` (example: 1-3+7+10-13).
+Note that the usage of `IOTLAB_PHY_NODES` ignores `IOTLAB_NODES`. It will also flash the
 binary of the current application to all registered nodes. The name of the
-experiment is set to "riot_makefile_experiment"
+experiment is set to "RIOT_EXP" or "RIOT_EXP_$(IOTLAB_EXP_NAME)"
+if `IOTLAB_EXP_NAME` is defined.
 
 #### iotlab-flash
 
-- 
GitLab