aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/meson.build
diff options
context:
space:
mode:
authorJason Wang <jasowang@redhat.com>2021-04-02 11:05:12 +0800
committerJason Wang <jasowang@redhat.com>2021-04-08 17:33:59 +0800
commit22317309df52d165c02a20bddfdd710c8deed583 (patch)
tree5a4269a6e43bfdcf94ebd36e141d2f324c340544 /tests/qtest/meson.build
parent56e6f594bf47a0a543ff5e6d14701355fe99b098 (diff)
Revert "tests: Add tests for query-netdev command"
Several issues has been reported for query-netdev series. Consider it's late in the rc, this reverts commit 3c3b656885473ef0d699290ba966177f17839aa5. Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'tests/qtest/meson.build')
-rw-r--r--tests/qtest/meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index 902cfef7cb..420cd9986e 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -33,9 +33,6 @@ qtests_generic = \
if config_host.has_key('CONFIG_MODULES')
qtests_generic += [ 'modules-test' ]
endif
-if slirp.found()
- qtests_generic += [ 'test-query-netdev' ]
-endif
qtests_pci = \
(config_all_devices.has_key('CONFIG_VGA') ? ['display-vga-test'] : []) + \