Magellan Linux

Diff of /trunk/grubby/test.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3009 by niro, Tue Jun 27 14:29:55 2017 UTC revision 3028 by niro, Tue Jun 27 14:46:21 2017 UTC
# Line 320  testing="Z/IPL display default title" Line 320  testing="Z/IPL display default title"
320  ziplDisplayTest zipl.1 defaulttitle/z.1 --default-title  ziplDisplayTest zipl.1 defaulttitle/z.1 --default-title
321  testing="Z/IPL display default kernel"  testing="Z/IPL display default kernel"
322  ziplDisplayTest zipl.1 defaultkernel/z.1 --default-kernel  ziplDisplayTest zipl.1 defaultkernel/z.1 --default-kernel
323    testing="Z/IPL display entry information"
324    ziplDisplayTest zipl.2 info/z2.1 --info=1
325    
326  testing="GRUB fallback directive"  testing="GRUB fallback directive"
327  grubTest grub.5 fallback/g5.1 --remove-kernel=/boot/vmlinuz-2.4.7-ac3 \  grubTest grub.5 fallback/g5.1 --remove-kernel=/boot/vmlinuz-2.4.7-ac3 \
# Line 565  if [ "$testgrub2" == "y" ]; then Line 567  if [ "$testgrub2" == "y" ]; then
567          --copy-default --title 'Red Hat Enterprise Linux Server' \          --copy-default --title 'Red Hat Enterprise Linux Server' \
568          --args=root=/dev/mapper/foo--          --args=root=/dev/mapper/foo--
569    
570        grub2Test grub2.19 remove/g2.19 --env grubenv.4 \
571            --remove-kernel=/boot/vmlinuz-2.6.38.2-9.fc15.x86_64 \
572            --boot-filesystem=/boot/
573        commandTest "saved_default output" \
574            "grub2-editenv test/grub2-support_files/env_temp list" \
575            "saved_entry=Linux, with Fedora 2.6.38.8-32.fc15.x86_64"
576    
577      # copy a stanza and add arguments as well, while using --set-index=      # copy a stanza and add arguments as well, while using --set-index=
578      testing="GRUB2 add stanza and new args with --set-index="      testing="GRUB2 add stanza and new args with --set-index="
579      grub2Test grub2.18 add/g2-1.18  --env grubenv.3 \      grub2Test grub2.18 add/g2-1.18  --env grubenv.3 \

Legend:
Removed from v.3009  
changed lines
  Added in v.3028