On 14 July 2017 at 05:40, ankit gupta <ankitrtk@gmail.com> wrote:
> Hi All,
> I am adding BBB board on LAVA server I want to change
> "UBOOT_AUTOLOAD_MESSAGE" in constant.py,
Which version of LAVA are you running? In latest code (in Debian
unstable and available from the LAVA repositories), this would be
UBOOT_AUTOBOOT_PROMPT and has moved into the jinja2 template support,
so it modifiable in the device dictionary.
{% set uboot_autoboot_prompt = 'Press SPACE to abort autoboot in 10 seconds' %}
i.e. the bootloader prompt is not part of the test job because it
doesn't change with every test job, it only changes when a new UBoot
is installed onto the device and that's an admin task, so it is part
of the device configuration. The template contains a default but
different devices of the same type could have different versions of
UBoot (not encouraged, but possible), so the device dictionary is the
right place for that override.
> ______________________________
> I used "interrupt_prompt"
> parameters in job submission but it took the message written in constant.py.
> If I changed the message in constant.py its working but I know this is not
> the right way to do that, Please suggest if any one has idea what is the
> problem with me.
>
>
> Below is the my Job:
>
> device_type: beaglebone-black
>
> # NFS fails on panda and arndale.
>
> job_name: BBB smoke test
> timeouts:
> job:
> minutes: 240
> action:
> minutes: 240
> connection:
> minutes: 2
> priority: medium
> visibility: public
>
> metadata:
> source: https://git.linaro.org/lava-team/refactoring.git
> path: health-checks/beaglebone-black-health.yaml
> build-readme:
> http://images.validation.linaro.org/snapshots.linaro. org/components/lava/standard/ debian/jessie/armhf/4/debian- armmp-armhf-readme.html
> build-console:
> https://ci.linaro.org/view/lava-ci/job/lava-debian-armmp- armhf/1/console
> build-script:
> http://images.validation.linaro.org/snapshots.linaro. org/components/lava/standard/ debian/jessie/armhf/4/armmp- nfs.sh
>
> actions:
> - deploy:
> timeout:
> minutes: 40
> to: tftp
> kernel:
> url: file:////home/pi/lava/dl/vmlinuz
> ramdisk:
> url: file:////home/pi/lava/dl/initramfs.cpio.gz
> compression: gz
> # the bootloader needs a u-boot header on the modified ramdisk
> add-header: u-boot
> modules:
> url: file:////home/pi/lava/dl/modules.tar.gz
> compression: gz
> nfsrootfs:
> url: file:////home/pi/lava/dl/jessie-armhf-nfs.tar.gz
> compression: gz
> os: debian
> dtb:
> url: file:////home/pi/lava/dl/am335x-boneblack.dtb
>
> - boot:
> method: u-boot
> commands: nfs
> parameters:
> shutdown-message: 'INIT: Sending processes the TERM signal'
> interrupt_prompt: 'Press SPACE to abort autoboot in 10 seconds'
> interrupt_char: ' '
> send_char: False
> type: bootz
> auto_login:
> login_prompt: 'beaglebone login: '
> username: root
> prompts:
> - 'root@jessie:'
> timeout:
> minutes: 10
>
>
> - test:
> timeout:
> minutes: 50
> definitions:
> - repository: git://git.linaro.org/qa/test-definitions.git
> from: git
> path: ubuntu/smoke-tests-basic.yaml
> name: smoke-tests
>
>
_________________
> Lava-users mailing list
> Lava-users@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lava-users
>
--
Neil Williams
=============
neil.williams@linaro.org
http://www.linux.codehelp.co.uk/