multinode: allow exchange messages with white space.
Currently, lava-send a="1 2" b=3
will be handled by lava as lava-send a=1 b=3
, and in /tmp/lava_multi_node_cache.txt
, we will just see something like next:
100:a=1
100:b=3
We have requirements to exchange messages which the message has white space in it, something like lava-send command="telnet localhost 7001"
etc. This patch will allow the message content could have white space there. Then we could in /tmp/lava_multi_node_cache.txt
to have something like:
100:a=1 2
100:b=3
100:c=telnet localhost 7001
Sample job: job_define.txt
Job log: job_5005.log