On Wed, 19 Mar 2014 17:25:41 +0000 Milosz Wasilewski milosz.wasilewski@linaro.org wrote:
I'm trying to communicate between 2 multinode jobs and send some short messages. The docs say that the key-value pairs are stored in the /tmp/lava_multi_node_cache.txt file. So I was expecting something like: my_key=my_value or: my_key: my_value
What I'm getting is: sending-device-name:my_key=my_value
Is this the expected output
Yes. e.g. https://staging.validation.linaro.org/scheduler/job/44756/log_file#L_47_125
Each key=value pair must be distinguished from other key=value pairs from other job definitions, e.g. when used as part of lava-network. The messageid is used to do this.