uefishell.cfg 1.9 KB
Newer Older
Q
qizhu 已提交
1 2 3 4 5
- uefishell:
    only q35
    only ovmf
    type = uefishell
    start_vm = no
6
    last_error = "lasterror.*=.*0x0"
Q
qizhu 已提交
7 8 9 10 11 12 13 14 15 16
    variants:
        - secureboot:
            test_scenarios = "enrollkeys"
            command_enrollkeys = "EnrollDefaultKeys.efi"
            check_result_enrollkeys = "SecureBootEnable=1"
        - check_oprom:
            test_scenarios = "connect oprom"
            command_connect = "connect -r"
            command_oprom = "dh -d -v -p SimpleNetwork"
            check_result_oprom = "Controller Name.*:.*iPXE"
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
        - uefi_cmd:
            test_scenarios = "connect alias attrib dump date dblk devices "
            test_scenarios += "devtree dh dmem dmpstore drivers getmtc help "
            test_scenarios += "ifcfg map memmap pci type ver vol"
            command_connect = "connect -r"
            command_alias = "alias"
            command_attrib = "attrib"
            command_dump = "bcfg boot dump"
            command_date = "date"
            command_dblk = "dblk fs0"
            command_devices = "devices"
            command_devtree = "devtree"
            command_dh = "dh"
            command_dmem = "dmem"
            command_dmpstore = "dmpstore"
            command_drivers = "drivers"
            command_getmtc = "getmtc"
            command_help = "help"
            command_ifcfg = "ifconfig -l"
            command_map = "map -v"
            command_memmap = "memmap"
            command_pci = "pci"
            command_type = "type EnrollDefaultKeys.efi"
            command_ver = "ver"
            command_vol = "vol"
Y
yama 已提交
42 43 44 45 46 47 48 49
        - check_smbios:
            test_scenarios = "smbios"
            command_smbios = "smbiosview"
            variants:
                - @default:
                - updated:
                    extra_params += "-smbios type=0,vendor=test_redhat,version=test_v1,date=06/01/2018,uefi=on"
                    check_result_smbios = "Vendor.*:.*test_redhat, BiosVersion.*:.*test_v1, BiosReleaseDate.*:.*06/01/2018"