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