Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Add efi_loader grub2 link to travis env
Browse files Browse the repository at this point in the history
Out test framework for efi_loader in test/py gained support to test grub2
functionality. Expose the respective grub2 file as environment variable
to the test, so that it can access it.

Signed-off-by: Alexander Graf <agraf@suse.de>
  • Loading branch information
agraf committed Nov 18, 2016
1 parent 2c2bcb4 commit b5bb29e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions py/travis-ci/u_boot_boardenv_qemu_x86_na.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

env__net_tftp_readable_file = travis_tftp.file2env('u-boot')
env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworld.efi')
env__efi_loader_grub_file = travis_tftp.file2env('grub_x86.efi')
1 change: 1 addition & 0 deletions py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

env__net_tftp_readable_file = travis_tftp.file2env('u-boot')
env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworld.efi')
env__efi_loader_grub_file = travis_tftp.file2env('grub_arm.efi')
1 change: 1 addition & 0 deletions py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

env__net_tftp_readable_file = travis_tftp.file2env('u-boot')
env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworld.efi')
env__efi_loader_grub_file = travis_tftp.file2env('grub_arm.efi')

0 comments on commit b5bb29e

Please sign in to comment.