Home
last modified time | relevance | path

Searched refs:run (Results 1 – 22 of 22) sorted by relevance

/kvm-unit-tests/arm/efi/
H A Drun13 source scripts/arch-run.bash
61 $TEST_DIR/run \
76 UEFI_SHELL_RUN=y $TEST_DIR/run -machine dumpdtb="$EFI_CASE_DIR/$FDT_BASENAME" "${qemu_args[@]}"
81 UEFI_SHELL_RUN=y $TEST_DIR/run \
88 $TEST_DIR/run \
/kvm-unit-tests/docs/
H A Dunittests.txt6 directory, and how to run it. This way, for example, a single file can
7 provide multiple test cases by being run with different host configurations
19 a set of parameters that control how the test case is run. The name is
27 Note! Some parameters like smp and extra_params modify how a test is run,
29 test is run.
36 directory to run. Typically this is <name>.flat or <name>.elf, depending
42 the test to the specified arch. By default, the test will run on any
48 the test to the specified machine. By default, the test will run on
56 Optional, the number of processors created in the machine to run the test.
71 Used to group the test cases for the `run_tests.sh -g ...` run group
[all …]
/kvm-unit-tests/riscv/efi/
H A Drun13 source scripts/arch-run.bash
61 $TEST_DIR/run \
78 UEFI_SHELL_RUN=y $TEST_DIR/run \
87 UEFI_SHELL_RUN=y $TEST_DIR/run \
98 $TEST_DIR/run \
/kvm-unit-tests/x86/efi/
H A DREADME.md1 # Build kvm-unit-tests and run under UEFI
5 This dir provides code to build kvm-unit-tests test cases and run them under
12 - [UEFI firmware](https://github.com/tianocore/edk2): to run test cases in QEMU
23 To run a test case with UEFI:
25 ./x86/efi/run ./x86/msr.efi
31 EFI_UEFI=/path/to/OVMF.fd ./x86/efi/run ./x86/msr.efi
/kvm-unit-tests/
H A DREADME61 ./x86-run ./x86/msr.flat
66 to run them all.
72 QEMU=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64 ./x86-run ./x86/msr.flat
77 ACCEL=kvm ./x86-run ./x86/msr.flat
124 Some tests are not safe to run by default, as they may crash the
129 it is only run when invoked
131 a) independently, `ARCH-run ARCH/test`
136 c) by specifying all tests should be run, `./run_tests.sh -a`
145 With the errata condition the unsafe unit test is only run
152 c) by specifying all tests should be run, `./run_tests.sh -a`
[all …]
H A DREADME.md61 ./x86-run ./x86/msr.flat
66 to run them all.
72 QEMU=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64 ./x86-run ./x86/msr.flat
77 ACCEL=kvm ./x86-run ./x86/msr.flat
124 Some tests are not safe to run by default, as they may crash the
129 it is only run when invoked
131 a) independently, `ARCH-run ARCH/test`
136 c) by specifying all tests should be run, `./run_tests.sh -a`
145 With the errata condition the unsafe unit test is only run
152 c) by specifying all tests should be run, `./run_tests.sh -a`
[all …]
H A Drun_tests.sh30 specify the appropriate qemu binary for ARCH-run.
158 run "$@"
160 run "$@" &
H A DMakefile4 $(error run ./configure first. See ./configure -h)
139 $(RM) lib/asm lib/config.h config.mak $(TEST_DIR)-run msr.out cscope.* build-head
151 …shellcheck -P $(SRCDIR) -a $(SRCDIR)/run_tests.sh $(SRCDIR)/*/run $(SRCDIR)/*/efi/run $(SRCDIR)/sc…
H A D.gitignore20 /*-run
H A Dconfigure89 --target-cpu=CPU the CPU model to run on. If left unset, the run script
135 --[enable|disable]-efi Boot and run from UEFI (disabled by default, x86_64 and arm64 only)
139 Select whether to run EFI tests directly with QEMU's -kernel
410 ln -fs "$srcdir/$testdir/efi/run" $testdir-run
412 ln -fs "$srcdir/$testdir/run" $testdir-run
H A DLICENSE104 when run, you must cause it, when started running for such
/kvm-unit-tests/x86/
H A DREADME2 Tests for the x86 architecture are run as kernel images for qemu that support
10 These invocations run the msr test case and outputs to stdio.
35 smptest: run smp_id() on every cpu and compares return value to number
46 The run script converts the qemu-system exit status to 0 (SUCCESS), and
H A Drun9 source scripts/arch-run.bash
/kvm-unit-tests/s390x/
H A Drun9 source scripts/arch-run.bash
/kvm-unit-tests/scripts/
H A Dgit.difforder9 */run
H A Dcheck-patch.py54 ret = subprocess.run(["scripts/checkpatch.pl", "--terse", "--no-tree", "--git",
H A Dmkstandalone.sh74 cat scripts/arch-run.bash "$TEST_DIR/run") | temp_file RUNTIME_arch_run
H A Druntime.bash77 function run() function
/kvm-unit-tests/riscv/
H A Drun9 source scripts/arch-run.bash
/kvm-unit-tests/powerpc/
H A Drun18 source scripts/arch-run.bash
/kvm-unit-tests/arm/
H A Drun9 source scripts/arch-run.bash
H A Dmicro-bench.c305 bool run; member
407 if (!tests[i].run) in main()