~jibel/+junk/UEFI

« back to all changes in this revision

Viewing changes to tests/basic_bootcycle/test

  • Committer: Jean-Baptiste Lallement
  • Date: 2013-12-17 14:23:13 UTC
  • Revision ID: jean-baptiste.lallement@ubuntu.com-20131217142313-zfz4cgq9ewdfqzqk
Do not overwrite fstab on install
Several fix to the test runner

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
BIOS=${BIOS:-/tmp/uefi.tests/results/bios.bin}
4
4
 
5
5
vm_boot -D $DISK -b $BIOS
6
 
vm_run "echo \"This is a test\" && ls -l /bin && sleep 10"
 
6
vm_run "/media/runtest /media/tests"
7
7
vm_poweroff