aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-07-01scripts: Fix the check whether testname is in the only_tests listPaolo Bonzini1-3/+8
2020-05-18scripts/arch-run: Support testing of hvf accelRoman Bolshakov1-0/+13
2020-04-07arch-run: Add reserved variables to the default environAndrew Jones2-49/+85
2020-04-07runtime: Always honor the unittests.cfg accel requirementAndrew Jones1-1/+8
2020-04-07run_migration: Implement our own waitAndrew Jones1-1/+5
2020-01-21expect python3 in the pathPaolo Bonzini1-1/+1
2020-01-07scripts: Fix premature_failure() check with newer versions of QEMUThomas Huth1-1/+1
2019-11-27runtime: set MAX_SMP to number of online cpusAndrew Jones1-1/+1
2019-02-22tap13: list testcases individuallyStefan Raspl1-16/+3
2019-02-20run_tests: allow specifying desired tests on the command linePaolo Bonzini1-0/+4
2019-01-30scripts: add option to output in TAP formatSergey Bronnikov1-9/+39
2019-01-30scripts: Speedup MAX_SMP checkChristoffer Dall1-1/+1
2018-12-20pretty_print_stacks: port to Python 3Paolo Bonzini1-2/+2
2018-09-19kvm-unit-test: fix incorrect script outputPeng Hao1-1/+2
2018-07-17scripts/arch-run: don't use env ENVAndrew Jones1-9/+9
2018-07-17scripts/arch-run: fix bad commitAndrew Jones1-1/+2
2018-07-13Make scripts/arch-run.bash compatible with Bash 4.1 and olderPeter Shier1-3/+3
2018-02-14powerpc: don't use NMI's to signal end of migrationAndrew Jones1-5/+8
2018-02-14scripts/arch-run: run_migration improvementsAndrew Jones1-11/+13
2017-08-25Appease older versions of bashJim Mattson1-2/+2
2017-08-03scripts: ShellCheck found cleanupsAndrew Jones3-11/+11
2017-07-26scripts/mkstandalone: fix quotingRadim Krčmář1-8/+4
2017-07-13errata: check kernel-extraversionAndrew Jones1-5/+31
2017-06-30arch/run: unify accelerator detectionRadim Krčmář1-0/+26
2017-06-29scripts/arch-run: fix qemu binary search failure pathRadim Krčmář1-3/+3
2017-06-28s390+powerpc/run: improve output handlingRadim Krčmář1-0/+23
2017-06-28run_tests: add summary to powerpc and s390Radim Krčmář1-1/+1
2017-06-28arch/run: simplify copy-paste of the command lineRadim Krčmář1-2/+16
2017-06-13mkstandalone: provide errata to testsAndrew Jones2-2/+8
2017-06-13arch-run: generate errata when no environ is providedAndrew Jones1-0/+46
2017-06-13arch-run: provide errata from run envAndrew Jones1-0/+28
2017-06-13arch-run: introduce initrd_createAndrew Jones1-0/+6
2017-05-19Makefiles: fix up the arm build dirs and include/link pathsAlex Bennée1-1/+3
2017-05-12arch-run: more qemu binary search cleanupAndrew Jones1-21/+18
2017-04-25Use /bin/env in shebang to make scripts more portableSergey Bronnikov1-3/+3
2017-04-21scripts/arch-run: function to search qemu binaryBalamuruhan S1-0/+25
2017-03-28Add the possibility to do simple migration testsThomas Huth2-0/+66
2017-03-14run_tests: add run all tests parameterAndrew Jones1-0/+1
2017-01-12run_tests: put logs into per-test filePeter Xu2-1/+1
2017-01-12Add git-diff orderFileAndrew Jones1-0/+25
2017-01-12arch-run: fix terminal issues without sttyAndrew Jones1-4/+2
2016-12-22report: move blank line to better side of SUMMARYAndrew Jones1-0/+1
2016-11-21runtime: better handling of QEMU abortsAndrew Jones2-2/+8
2016-11-15scripts/arch-run: print stderr immediatelyRadim Krčmář1-3/+2
2016-08-23scripts/runtime: Add ability to mark test as don't run by defaultSuraj Jitindar Singh1-1/+24
2016-06-13scripts/runtime: Adjust the premature_failure checkLukáš Doktor1-3/+3
2016-05-26scripts/arch-run: change QEMU failure detectionRadim Krčmář1-1/+1
2016-05-26scripts/runtime: skip tests that cannot runRadim Krčmář1-1/+27
2016-05-26run_tests: log stderrRadim Krčmář2-1/+3
2016-05-26run_tests: print SUMMARY line in summaryRadim Krčmář2-5/+14
2016-05-26scripts/runtime: consolidate summary tagsRadim Krčmář1-6/+10
2016-05-17lib/report: allow test skippingRadim Krčmář1-0/+2
2016-05-10scripts: Handle ppc64le machine name in mkstandaloneLukáš Doktor1-1/+1
2016-04-25pretty_print_stacks: addr2line may need a cross prefixAndrew Jones1-1/+8
2016-04-25pretty_print_stacks: use elf file for the kernelAndrew Jones1-1/+1
2016-04-25pretty_print_stacks: keep the 'STACK:' lineAndrew Jones1-1/+2
2016-04-06scripts: automatically pretty print stacksPeter Feiner1-0/+2
2016-04-06scripts: pretty print stack tracesPeter Feiner1-0/+89
2016-03-03run scripts: add BUILD_HEADAndrew Jones1-0/+2
2016-03-03run scripts: add timeout supportAndrew Jones3-6/+20
2016-03-03runtime: enable some unittest config overridingAndrew Jones1-3/+3
2016-03-03arch-run: reduce return code ambiguityAndrew Jones3-4/+68
2016-03-03run scripts need consistent exit statusAndrew Jones2-10/+8
2016-02-29mkstandalone: add support for powerpcAndrew Jones1-0/+5
2016-02-18config: no need to mix arch makefilesAndrew Jones1-0/+41
2016-01-26runtime: move getopts to run_tests.shAndrew Jones1-36/+1
2016-01-26mkstandalone: fix generation for armAndrew Jones1-1/+10
2016-01-26run_tests.sh: a few rewrite fixupsAndrew Jones1-5/+10
2016-01-19scripts/mkstandalone: document what it writes toPaolo Bonzini1-0/+1
2016-01-19scripts/mkstandalone: return the exit value of a testRadim Krčmář2-2/+4
2016-01-19scripts/mkstandalone: sanitize one_kernel handlingRadim Krčmář1-15/+14
2016-01-19scripts/mkstandalone: simplifiy redirection, againRadim Krčmář1-18/+19
2016-01-19scripts/mkstandalone: use scripts/runtimeRadim Krčmář1-43/+14
2016-01-19scripts/mkstandalone: refactor check for test kernelRadim Krčmář1-7/+8
2016-01-19scripts/runtime: change callsite of $TEST_DIR/runRadim Krčmář1-2/+4
2016-01-19run_tests: move reusable code to scripts/runtimeRadim Krčmář1-0/+98
2016-01-19scripts/mkstandalone: reuse $TEST_DIR/runRadim Krčmář1-19/+5
2016-01-19scripts/mkstandalone: use bash in standalone testRadim Krčmář1-3/+2
2016-01-19scripts/mkstandalone: refactor temp file creationRadim Krčmář1-7/+19
2016-01-19scripts/mkstandalone: fix ARCHRadim Krčmář1-11/+1
2016-01-19scripts/mkstandalone: simplify redirectionRadim Krčmář1-11/+14
2015-11-10run_tests: probe for max-smpAndrew Jones1-1/+8
2015-11-10arm/run: use ACCEL to choose between kvm and tcgAndrew Jones2-6/+17
2015-07-30scripts: Introduce mkstandalone.shAndrew Jones1-0/+131
2015-07-30run_tests.sh: share run_all as for_each_unittestAndrew Jones1-0/+42