summary refs log tree commit diff stats
path: root/tests/qtest/virtio-net-test.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2021-11-09 11:34:30 +0100
committerRichard Henderson <richard.henderson@linaro.org>2021-11-09 11:34:30 +0100
commit21cc2bda7fda39ba749da607d6db50f55354f1fb (patch)
treef85a97d8f16c058985f87beee9ef48df5a57fb7c /tests/qtest/virtio-net-test.c
parent85549204552b624fe254831537e7a0f6450228b8 (diff)
parent66d96a1901b7d9cfdbc454d407710ca8bfb90947 (diff)
downloadfocaccia-qemu-21cc2bda7fda39ba749da607d6db50f55354f1fb.tar.gz
focaccia-qemu-21cc2bda7fda39ba749da607d6db50f55354f1fb.zip
Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull-request' into staging
Trivial branch patches pull request 20211109

# gpg: Signature made Tue 09 Nov 2021 10:12:04 AM CET
# gpg:                using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
# gpg:                issuer "laurent@vivier.eu"
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
# gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
# gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full]

* remotes/vivier/tags/trivial-branch-for-6.2-pull-request:
  docs/about/deprecated: Remove empty 'related binaries' section
  tests/qtest/virtio-net: fix hotplug test case
  meson: Fix 'interpretor' typo
  .mailmap: Fix more contributor entries
  hw/m68k: Fix typo in SPDX tag
  hmp: Add shortcut to stop command to match cont

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/qtest/virtio-net-test.c')
-rw-r--r--tests/qtest/virtio-net-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/virtio-net-test.c b/tests/qtest/virtio-net-test.c
index a08e2ffe12..8bf74e516c 100644
--- a/tests/qtest/virtio-net-test.c
+++ b/tests/qtest/virtio-net-test.c
@@ -319,7 +319,7 @@ static void register_virtio_net_test(void)
         .before = virtio_net_test_setup,
     };
 
-    qos_add_test("hotplug", "virtio-pci", hotplug, &opts);
+    qos_add_test("hotplug", "virtio-net-pci", hotplug, &opts);
 #ifndef _WIN32
     qos_add_test("basic", "virtio-net", send_recv_test, &opts);
     qos_add_test("rx_stop_cont", "virtio-net", stop_cont_test, &opts);