Hello Team,

Good Day to All!

We are setting up a new device into LAVA Automation with the following requirements.

Flash panel to R4 image
Copy delta to R5
Deploy R5
reboot
Make sure the panel boots to R5

The Test definition i'm using is as follows:
actions:
- deploy:
    to: flasher
    images:
      package:
        url: https://artifactory.softwaretools.com/artifactory/mfgtools-***-0v3
- boot:
    timeout:
      minutes: 15
    commands:
       - boot
    method: u-boot
    prompts:
    - 'root@hon-grip'
    auto_login:
      login_prompt: 'login: '
      username: root
      password_prompt: 'Password:'
      password: root
      login_commands:
      - coredump --enable
      - sysinfo
      - ifconfig
      - networkctl status
      - wget http://192.100.**.**/oslat
      - ostree static-delta apply-offline /home/root/oslat
      - ostree admin deploy 35b3297cf3e4bc59d2a21e2ae9f7a02ef3f7a940e37389a7e9ae66a610c60b7
      - reboot
After reboot command is executed, the panel again prompts for login and password, whereas I cannot declare auto_login for the second time.

Please let me know how to disable auto login after the reboot (for second time login)

Best Regards
Pavan Kumar