[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/3] Improvements for the boot-sector tester
From: |
Thomas Huth |
Subject: |
[Qemu-ppc] [PATCH 0/3] Improvements for the boot-sector tester |
Date: |
Tue, 11 Oct 2016 17:19:34 +0200 |
Here are two patches that try to improve the situation with the
slow pxe-test on ppc64 a little bit, and one patch that fixes
a potential race condition between tests that run in parallel
by using a random filename instead of an invariant one.
Thomas Huth (3):
tests/boot-sector: Use minimum length for the Forth boot script
tests/boot-sector: Use mkstemp() to create a unique file name
tests/boot-sector: Increase time-out to 90 seconds
tests/bios-tables-test.c | 2 +-
tests/boot-sector.c | 25 ++++++++++++++++---------
tests/boot-sector.h | 4 ++--
tests/pxe-test.c | 2 +-
4 files changed, 20 insertions(+), 13 deletions(-)
--
1.8.3.1
- [Qemu-ppc] [PATCH 0/3] Improvements for the boot-sector tester,
Thomas Huth <=