[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH for-4.0 0/5] Make more tests independent of global_q
From: |
Thomas Huth |
Subject: |
[Qemu-devel] [PATCH for-4.0 0/5] Make more tests independent of global_qtest |
Date: |
Thu, 6 Dec 2018 17:49:53 +0100 |
We should avoid and finally get rid of the global_qtest variable in
our tests, since it causes trouble when running tests in parallel,
e.g. migration tests. Here are some more small patches to make some
tests independent of this variable.
Thomas Huth (5):
tests/boot-serial: Get rid of global_qtest variable
tests/test-filter: Make tests independent of global_qtest
tests/machine-none: Make test independent of global_qtest
tests/prom-env: Make test independent of global_qtest
tests/pxe: Make test independent from global_qtest
tests/boot-serial-test.c | 13 +++++++------
tests/machine-none-test.c | 7 ++++---
tests/prom-env-test.c | 17 ++++++++---------
tests/pxe-test.c | 7 ++++---
tests/test-filter-mirror.c | 9 +++++----
tests/test-filter-redirector.c | 16 +++++++++-------
6 files changed, 37 insertions(+), 32 deletions(-)
--
1.8.3.1