On 28 May 2018 at 09:59, Onkar Bokshe <boksheonkars.503@gmail.com> wrote:
Hi All,

I am trying to run test  on multiple ssh devices using multi-node functionality(protocols,tags and ssh connection) , device is detected in multi-node information as below but no unable to get the debug log i.e no actions are processing after devices detection please help me to resolve this.

Following is working fine
a) I am able to run test using single node on both devices
b) Framework detects devices mentioned in protocols as mentioned below  

Mulitnode info :
125.0 (125) on: uno-ssh as: node1 
125.1 (126) on: nano-mel as: node2 
125.2 (127) No device assigned as node2.

You have asked for three devices in total - do you have three devices available? The job will not start until all required devices are available at the same time.

      node1:
        context:
          arch: x86
        count: 1

      node2:
        device_type: ssh
        context:
          arch: x86
        count: 2


 


Job Info is displaying :

136  Submitted      ssh       python-test-suite     obokshe        May28, 8:47a.m. — —

125 Scheduling        uno-ssh             python-test-suite               obokshe         May28, 8:47a.m. — —

124 Scheduling        nano-mel        python-test-suite        obokshe May28, 8:47a.m. — —


Please find test definition used by me for lava-multinode test run at

https://pastebin.com/Tdp7q6SF 


Thanks and Regards,

Onkar  


_______________________________________________
Lava-users mailing list
Lava-users@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lava-users




--