Hello Lava team,
I am trying to test a flashed board that does'nt require to upload tests images ( uImage dtb, rootfs). The images have been previously flashed on the board under test, by an external Flasher.
To do that, I am using the boot method "minimal" that we have been using for other cases.
In my test, I power on the board, and wait for the kernel prompt ("root@"). When I got the prompt, LAVA try to mount the test partition (previously prepared in deploy phase), but it fails. I get the following message "No connection retrieved from namespace data".
* Is it possible to do this operation with the boot method "minimal" ? * Do you have jobs example that do the same operations ?
Find below the boot and test phase I am using : ( In the deploy phase, I have downloaded images that I don't use. ) - boot: method: minimal failure_retry: 2 prompts: - 'root@' timeout: minutes: 2 - test: timeout: minutes: 5 namespace: flash_to_sd definitions: - from: git repository: /local/dev/frq93151/dispatcher/lava-tests path: tests-def/ddr_test_definition.yaml name: ddr_tests
BR
Philippe