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 http://134.86.62.95/scheduler/job/125.0 (125) on: uno-ssh http://134.86.62.95/scheduler/device/uno-ssh as: node1 125.1 http://134.86.62.95/scheduler/job/125.1 (126) on: nano-mel http://134.86.62.95/scheduler/device/nano-mel as: node2 125.2 http://134.86.62.95/scheduler/job/125.2 (127) No device assigned as node2.
Job Info is displaying :
13*6** Submitted* *ssh* python-test-suite obokshe May28, 8:47a.m. — —
12*5** Scheduling* uno-ssh http://134.86.62.95/scheduler/device/uno-ssh python-test-suite obokshe May28, 8:47a.m. — — *124 Scheduling* nano-mel http://134.86.62.95/scheduler/device/nano-mel python-test-suite obokshe May28, 8:47a.m. — —
Please find test definition used by me for lava-multinode test run at
Thanks and Regards,
Onkar
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 http://134.86.62.95/scheduler/job/125.0 (125) on: uno-ssh http://134.86.62.95/scheduler/device/uno-ssh as: node1 125.1 http://134.86.62.95/scheduler/job/125.1 (126) on: nano-mel http://134.86.62.95/scheduler/device/nano-mel as: node2 125.2 http://134.86.62.95/scheduler/job/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 :
13*6** Submitted* *ssh* python-test-suite obokshe May28, 8:47a.m. — —
12*5** Scheduling* uno-ssh http://134.86.62.95/scheduler/device/uno-ssh python-test-suite obokshe May28, 8:47a.m. — — *124 Scheduling* nano-mel http://134.86.62.95/scheduler/device/nano-mel python-test-suite obokshe May28, 8:47a.m. — —
Please find test definition used by me for lava-multinode test run at
Thanks and Regards,
Onkar
Lava-users mailing list Lava-users@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lava-users
Hi Neil,
Thanks for taking a look and directing me to count value ,No there are only two devices(uno-ssh and nano-ssh), The issue resolved for me after adding similar count value i.e count: 1 for both node1/node2 and the test runs fine on both devices, Please explain me what is the significances of count value for multi-node test runs which will help me further.
Regards,
Onkar
On Tue, May 29, 2018 at 11:29 AM, Neil Williams neil.williams@linaro.org wrote:
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 http://134.86.62.95/scheduler/job/125.0 (125) on: uno-ssh http://134.86.62.95/scheduler/device/uno-ssh as: node1 125.1 http://134.86.62.95/scheduler/job/125.1 (126) on: nano-mel http://134.86.62.95/scheduler/device/nano-mel as: node2 125.2 http://134.86.62.95/scheduler/job/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 :
13*6** Submitted* *ssh* python-test-suite obokshe May28, 8:47a.m. — —
12*5** Scheduling* uno-ssh http://134.86.62.95/scheduler/device/uno-ssh python-test-suite obokshe May28, 8:47a.m. — — *124 Scheduling* nano-mel http://134.86.62.95/scheduler/device/nano-mel python-test-suite obokshe May28, 8:47a.m. — —
Please find test definition used by me for lava-multinode test run at
Thanks and Regards,
Onkar
Lava-users mailing list Lava-users@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lava-users
--
Neil Williams
neil.williams@linaro.org http://www.linux.codehelp.co.uk/
On 29 May 2018 at 07:08, Onkar Bokshe boksheonkars.503@gmail.com wrote:
Hi Neil,
Thanks for taking a look and directing me to count value ,No there are only two devices(uno-ssh and nano-ssh), The issue resolved for me after adding similar count value i.e count: 1 for both node1/node2 and the test runs fine on both devices, Please explain me what is the significances of count value for multi-node test runs which will help me further.
The count is the number of devices to be assigned to that role.
Regards,
Onkar
On Tue, May 29, 2018 at 11:29 AM, Neil Williams neil.williams@linaro.org wrote:
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 http://134.86.62.95/scheduler/job/125.0 (125) on: uno-ssh http://134.86.62.95/scheduler/device/uno-ssh as: node1 125.1 http://134.86.62.95/scheduler/job/125.1 (126) on: nano-mel http://134.86.62.95/scheduler/device/nano-mel as: node2 125.2 http://134.86.62.95/scheduler/job/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 :
13*6** Submitted* *ssh* python-test-suite obokshe May28, 8:47a.m. — —
12*5** Scheduling* uno-ssh http://134.86.62.95/scheduler/device/uno-ssh python-test-suite obokshe May28, 8:47a.m. — — *124 Scheduling* nano-mel http://134.86.62.95/scheduler/device/nano-mel python-test-suite obokshe May28, 8:47a.m. — —
Please find test definition used by me for lava-multinode test run at
Thanks and Regards,
Onkar
Lava-users mailing list Lava-users@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lava-users
--
Neil Williams
neil.williams@linaro.org http://www.linux.codehelp.co.uk/
lava-users@lists.lavasoftware.org