1############################################################################## 2# unittest configuration 3# 4# [unittest_name] 5# file = <name>.elf # Name of the elf file to be used. 6# extra_params = -append <params...> # Additional parameters used. 7# groups = <group_name1> <group_name2> ... # Used to identify test cases 8# # with run_tests -g ... 9# # Specify group_name=nodefault 10# # to have test not run by default 11# accel = kvm|tcg # Optionally specify if test must run with 12# # kvm or tcg. If not specified, then kvm will 13# # be used when available. 14# timeout = <duration> # Optionally specify a timeout. 15# check = <path>=<value> # check a file for a particular value before running 16# # a test. The check line can contain multiple files 17# # to check separated by a space but each check 18# # parameter needs to be of the form <path>=<value> 19############################################################################## 20 21[selftest-setup] 22file = selftest.elf 23groups = selftest 24# please keep the kernel cmdline in sync with $(TEST_DIR)/selftest.parmfile 25extra_params = -append 'test 123' 26 27[intercept] 28file = intercept.elf 29 30[emulator] 31file = emulator.elf 32 33[sieve] 34file = sieve.elf 35groups = selftest 36# can take fairly long when KVM is nested inside z/VM 37timeout = 600 38 39[sthyi] 40file = sthyi.elf 41 42[skey] 43file = skey.elf 44 45[diag10] 46file = diag10.elf 47 48[diag308] 49file = diag308.elf 50 51[pfmf] 52file = pfmf.elf 53 54[cmm] 55file = cmm.elf 56 57[vector] 58file = vector.elf 59 60[gs] 61file = gs.elf 62 63[iep] 64file = iep.elf 65 66[cpumodel] 67file = cpumodel.elf 68 69[diag288] 70file = diag288.elf 71extra_params=-device diag288,id=watchdog0 --watchdog-action inject-nmi 72 73[stsi] 74file = stsi.elf 75extra_params=-name kvm-unit-test --uuid 0fb84a86-727c-11ea-bc55-0242ac130003 -smp 1,maxcpus=8 76 77[smp] 78file = smp.elf 79smp = 2 80 81[sclp-1g] 82file = sclp.elf 83extra_params = -m 1G 84 85[sclp-3g] 86file = sclp.elf 87extra_params = -m 3G 88 89[css] 90file = css.elf 91extra_params = -device virtio-net-ccw 92 93[skrf] 94file = skrf.elf 95smp = 2 96 97[uv-guest] 98file = uv-guest.elf 99 100[sie] 101file = sie.elf 102 103[mvpg] 104file = mvpg.elf 105timeout = 10 106