mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: examples: use IOTLAB_NODE=auto instead of auto-ssh
This commit is contained in:
parent
079abeb2f7
commit
12a03c60e5
@ -75,7 +75,7 @@ for that device.
|
||||
|
||||
2. flash device, set appropriate keys and test
|
||||
|
||||
$ DEVEUI=<device eui> APPEUI=<application eui> APPKEY=<application key> IOTLAB_NODE=auto-ssh make -C examples/lorawan/ flash test
|
||||
$ DEVEUI=<device eui> APPEUI=<application eui> APPKEY=<application key> 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.
|
||||
the experiment id you started.
|
||||
|
@ -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.
|
||||
the experiment id you started.
|
||||
|
Loading…
Reference in New Issue
Block a user