[Qemu-devel] [PATCH for-4.0 0/5] Make more tests independent of global_qtest

Thomas Huth posted 5 patches 5 years, 4 months ago
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1544114998-1513-1-git-send-email-thuth@redhat.com
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(-)
[Qemu-devel] [PATCH for-4.0 0/5] Make more tests independent of global_qtest
Posted by Thomas Huth 5 years, 4 months ago
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