From 12a03c60e5d4f0cc8a66c17eb5a4b47f3cd29a59 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 28 May 2021 17:21:53 +0200 Subject: [PATCH] tests: examples: use IOTLAB_NODE=auto instead of auto-ssh --- examples/lorawan/README.md | 4 ++-- tests/pkg_semtech-loramac/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/lorawan/README.md b/examples/lorawan/README.md index 578ce7eac5..66cf1c343e 100644 --- a/examples/lorawan/README.md +++ b/examples/lorawan/README.md @@ -75,7 +75,7 @@ for that device. 2. flash device, set appropriate keys and test - $ DEVEUI= APPEUI= APPKEY= IOTLAB_NODE=auto-ssh make -C examples/lorawan/ flash test + $ DEVEUI= APPEUI= APPKEY= IOTLAB_NODE=auto make -C examples/lorawan/ flash test 3. stop the iotlab experiment: @@ -84,4 +84,4 @@ for that device. _note_: if you have multiple running experiments you will need to set `IOTLAB_EXP_ID` to the appropriate experiment, when using the `iotlab-exp` you will see a: `Waiting that experiment 175694 gets in state Running`. That number matches - the experiment id you started. \ No newline at end of file + the experiment id you started. diff --git a/tests/pkg_semtech-loramac/README.md b/tests/pkg_semtech-loramac/README.md index 3da6d09fc5..e2cf16efee 100644 --- a/tests/pkg_semtech-loramac/README.md +++ b/tests/pkg_semtech-loramac/README.md @@ -256,7 +256,7 @@ for ABP. The test assumes that both devices have the same Application EUI. 2. flash device with the appropriate keys and test - $ DEVEUI=<...> APPEUI=<...> APPKEY=<...> DEVADDR=<...> NWKSKEY=<...> APPSKEY=<...> RX2_DR=<...> IOTLAB_NODE=auto-ssh make -C tests/pkg_semtech-loramac flash test + $ DEVEUI=<...> APPEUI=<...> APPKEY=<...> DEVADDR=<...> NWKSKEY=<...> APPSKEY=<...> RX2_DR=<...> IOTLAB_NODE=auto make -C tests/pkg_semtech-loramac flash test 3. stop the iotlab experiment: @@ -265,4 +265,4 @@ for ABP. The test assumes that both devices have the same Application EUI. _note_: if you have multiple running experiments you will need to set `IOTLAB_EXP_ID` to the appropriate experiment, when using the `iotlab-exp` you will see a: `Waiting that experiment 175694 gets in state Running`. That number matches - the experiment id you started. \ No newline at end of file + the experiment id you started.