summaryrefslogtreecommitdiff
path: root/android/multinode-target.yaml
AgeCommit message (Collapse)Author
2016-08-26android/multinode-target.yaml: get ip address via ifconfigYongqin Liu
nougat does not have dhcp.eth0.ipaddress property set now Change-Id: I689b5b21091c83a08af1e03035be7fc18747ea8e Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-06-30android/multinode-target.yaml: remove all lava-test-case commandYongqin Liu
so that to reduce the chance for result parsing error like here: https://validation.linaro.org/scheduler/job/979668/log_file#L_123 Change-Id: I198abadfa302a168546f6db435aa311d553ad340 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-06-23android/multinode-target.yaml: avoid test case id generationYongqin Liu
this way lava will not generate tag <LAVA_SIGNAL_, and it will not be broken by the output of echo LAVA_ACK Change-Id: If55d5593fe97d6f6fb9363d57f21bafcc1fb4d3b Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-06-13android/multinode-target.yaml: embed ping time out in yamlYongqin Liu
so that we can use this android/multinode-target.yaml directly, no need to clone the entire repository Change-Id: Icb7a76018301a99c23f0f06ad7c7b661cf5588a1 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-06-10android multinode-target.yaml: add check for ip before send ip to hostYongqin Liu
Since there are adbd restart instructions there, and this will cause the dhcpd_eth0 restarted, so we need to wait for the IP available via ping before run the lava-send command Change-Id: I1e5ac7b2fba3b84aa2b8c317438a1fa35d0365b2 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-06-07android: multinode-target: fixed sync signallingMilosz Wasilewski
Added some sleep period to allow for kernel messages output after re-enabling the kmsg. This should prevent polluting LAVA signal names Change-Id: Id28277d509f31288e25cdc84573b63e346c5c3cb Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2015-11-25Android: added check for tmp file existence in multinode-targetMilosz Wasilewski
When the tmp file dissapears or is not created, test fails to complete. This patch fixes the issue. Change-Id: Iac2e8e90fdd745d1df48053318a3359d9cbe81a3 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2015-10-15Android: fixed broken condition in multinode targetMilosz Wasilewski
Now multinode targed will send _MISSING_ only in case both IP address and serial number are missing. This should fix the issues with failing multinode jobs. Change-Id: I1d4661f45eb5a9d1bf91adb3ad39ff3ad327f2fa Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2015-10-13android: multinode-target: disable kernel messages during critical ↵Tyler Baker
synchronization Specifically on HiKey, when the adb daemon is restarted it causes kernel messages to flood the console. These messages can easily confuse the LAVA dispatcher signal handler and cause poor test reliabilty. This patch reads the current kernel messaging levels into a file, sets them to the lowests values, and restores them after the critical synchronization steps have finished. Change-Id: I3d481e878ddcb6f57fc8908924e531072adc9bbb Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2015-10-05Android: Multinode target side unificationMilosz Wasilewski
CTS and lava-android-test shared almost the same target side YAML files. This change merges both files into one and adds support for USB only devices. To preserve backward compatibility symilnks were created. These should be considered as deprecated and will be removed after all templates are migrated to new YAML files. Change-Id: Ie47eefb2ee5d1872a96925d3d0ec72501ed8fd71 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>