Hi, lava team!
First question: I'm working with fastboot device, is it possible after test part put device again to fastboot mode, run some fastboot command ( not to flash ), boot again, run test. job steps:
1. deploy lxc 2. boot lxc 3. test lxc 4. deploy fastboot ( put to fastboot ) 5. boot fastboot device 6. run test 7. reboot and put device to fastboot mode 8. run fastboot commands 9. continue run test.
Can you give any advice how to do it? Better to able reboot device inside test. I tried to reboot device from test part, lava just stuck and wait when reboot action will end. But looks like it does not recognize end.
Second question: In job have lxc namespace and device namespace, how to run command_action from host os, not lxc?
Best regards, Ilya Feduisv
On Tue, 3 Mar 2020 at 09:59, Ilya Fedusiv ilya.f@l4b-software.com wrote:
Hi, lava team!
First question: I'm working with fastboot device, is it possible after test part put device again to fastboot mode, run some fastboot command ( not to flash ), boot again, run test. job steps:
deploy lxc boot lxc test lxc deploy fastboot ( put to fastboot ) boot fastboot device run test reboot and put device to fastboot mode run fastboot commands continue run test.
Can you give any advice how to do it?
https://github.com/Linaro/test-definitions/tree/master/automated/android/tra... This implements tradefed (CTS, VTS) execution in LAVA. VTS often reboots the boards so it should give you some idea how your task can be solved.
milosz
Better to able reboot device inside test. I tried to reboot device from test part, lava just stuck and wait when reboot action will end. But looks like it does not recognize end.
Second question: In job have lxc namespace and device namespace, how to run command_action from host os, not lxc?
What would be the use case? Device should be available in LXC so I don't see a reason to run anything on host.
milosz
Best regards, Ilya Feduisv _______________________________________________ Lava-users mailing list Lava-users@lists.lavasoftware.org https://lists.lavasoftware.org/mailman/listinfo/lava-users
lava-users@lists.lavasoftware.org