computing-offload/generic_vdpa/libvirt/tests-disabale-storage-tests.patch
jiangdongxu 79c4324644 add generic_vdpa basecode
Change-Id: I2d302dda68298877c65c99147f5bf22186a59aac
2024-09-19 17:19:46 +08:00

46 lines
1.1 KiB
Diff

From c4001b2b3f3a078db03ffdc0812e72881972b300 Mon Sep 17 00:00:00 2001
From: imxcc <xingchaochao@huawei.com>
Date: Fri, 14 Jan 2022 11:46:27 +0800
Subject: [PATCH] tests: disabale storage tests
The storagetest in obs cannot be, and related tests are temporarily
disabled
Signed-off-by: imxcc <xingchaochao@huawei.com>
---
tests/Makefile.am | 7 -------
1 file changed, 7 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ada5b8f..abb261e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -363,16 +363,10 @@ endif WITH_NWFILTER
if WITH_STORAGE
test_programs += storagevolxml2argvtest
-test_programs += storagepoolxml2argvtest
test_programs += virstorageutiltest
-test_programs += storagepoolxml2xmltest
test_programs += storagepoolcapstest
endif WITH_STORAGE
-if WITH_STORAGE_FS
-test_programs += virstoragetest
-endif WITH_STORAGE_FS
-
if WITH_LINUX
test_programs += virscsitest
endif WITH_LINUX
@@ -430,7 +424,6 @@ test_scripts += $(libvirtd_test_scripts)
test_programs += \
eventtest \
- virdrivermoduletest \
virdriverconnvalidatetest
else ! WITH_LIBVIRTD
EXTRA_DIST += $(libvirtd_test_scripts)
--
2.27.0