When running iotlab-experiment with two distinct binaries with the same name e.g. (using RIOT's tests/gnrc_udp for two different boards):
iotlab-experiment submit -d 30 \
-l1,archi=samr21:at86rf233+site=saclay,bin/samr21-xpro/tests_gnrc_udp.elf \
-l1,archi=arduino-zero:xbee+site=bin/arduino-zero/tests_gnrc_udp.elf
I get an error:
usage: iotlab-experiment [-h] [-u USERNAME] [-p PASSWORD] [-v]
[--jmespath JMESPATH] [--format FORMAT]
{submit,script,stop,get,load,reload,info,wait} ...
iotlab-experiment: error: Has different values for same key 'tests_gnrc_udp.elf'
Is there a way (except renaming the binary) to get around this somehow?