Hi,The issue/error I am facing in results page with out "-boot" section in my YAML file is as follows i.e"lava-dispatcher, installed at version: 2019.12
start: 0 validate
Start time: 2020-03-23 18:31:11.011685+00:00 (UTC)
validate duration: 0.00
case: validate
case_id: 339
definition: lava
result: pass
start: 1 lava-test-interactive-retry (timeout 00:15:00) [common]
start: 1.1 lava-test-interactive (timeout 00:15:00) [common]
Connection closed
end: 1.1 lava-test-interactive (duration 00:00:00) [common]
case: lava-test-interactive
case_id: 340
definition: lava
duration: 0.00
extra: ...
level: 1.1
namespace: common
result: fail
lava-test-interactive-retry failed: 1 of 1 attempts. 'Connection closed'
Connection closed
end: 1 lava-test-interactive-retry (duration 00:00:00) [common]
case: lava-test-interactive-retry
case_id: 341
definition: lava
duration: 0.00
extra: ...
level: 1
namespace: common
result: fail
Cleaning after the job
start: 2.1 power-off (timeout 00:00:10) [common]
end: 2.1 power-off (duration 00:00:00) [common]
case: power-off
case_id: 342
definition: lava
duration: 0.00
extra: ...
level: 2.1
namespace: common
result: pass
start: 2.2 read-feedback (timeout 00:15:00) [common]
end: 2.2 read-feedback (duration 00:00:00) [common]
InfrastructureError: The Infrastructure is not working correctly. Please report this error to LAVA admins.
case: job
case_id: 343
definition: lava
error_msg: Connection closed
error_type: Infrastructure
result: fail"Regards,KotiOn Tue, 24 Mar 2020 at 00:13, koti koti <kotisoftwaretest@gmail.com> wrote:Hi,I am able to boot and run the tests with Provisioned(booted) board using attached YAML i.e "working_yaml.yaml".But, I am facing the issue while running the tests on Provisioned (booted) board with out "-boot" section. (you can see my YAML file as mentioned below which I have used now)Please can some one help me for the same?1. Basically I am facing the connection issue with out "-boot" section.2. Why this dependency to connect terminal for boot section ? ( I am able to connect serial port when I use "-boot" section in yaml file)3. Please can some one provide me right YAML to run my tests with out "-boot" section. ( to resolve serial connection issue with out "-boot" section)"device_type: beaglebone-black
job_name: begalbone healthcheck
timeouts:
job:
minutes: 30
action:
minutes: 15
connection:
minutes: 5
priority: medium
visibility: public
context:
test_character_delay: 10
actions:
#- boot:
# timeout:
# minutes: 15
# method: minimal
## reset: false
## auto_login:
## login_prompt: '.* login:'
## username: root
# prompts:
# - root@dragonboard-410c:~#
- test:
interactive:
- name: reset
prompts: ["#"]
script:
- name: reset
command: reset"Regards,Koti