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 24extra_params = -append 'test 123' 25 26[intercept] 27file = intercept.elf 28 29[emulator] 30file = emulator.elf 31 32[sieve] 33file = sieve.elf 34groups = selftest 35# can take fairly long when KVM is nested inside z/VM 36timeout = 600 37 38[sthyi] 39file = sthyi.elf 40 41[skey] 42file = skey.elf 43 44[diag10] 45file = diag10.elf 46 47[pfmf] 48file = pfmf.elf 49 50[cmm] 51file = cmm.elf 52 53[vector] 54file = vector.elf 55 56[gs] 57file = gs.elf 58 59[iep] 60file = iep.elf 61