aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt/install-missing-file.patch
blob: 94c72998500b5c4ce368d07989bc7449e2823a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
From 4aea9dbeb7f7990ac5a2227d80251570b4a5bca1 Mon Sep 17 00:00:00 2001
From: Dengke Du <dengke.du@windriver.com>
Date: Wed, 8 May 2019 17:24:17 +0800
Subject: [PATCH] Install missing conf file

openvzutilstest.conf file is needed by openvzutilstest test.

Upstream-Status: Inapproriate

Signed-off-by: Catalin Enache <catalin.enache@windriver.com>
[KK: Update context for 1.3.5.]
Signed-off-by: Kai Kang <kai.kang@windriver.com>
[MA: Update context for v4.3.0]
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
[DDU: Update context for v5.3.0]
Signed-off-by: Dengke Du <dengke.du@windriver.com>
---
 tests/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7d0387e..68c3561 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -168,6 +168,7 @@ EXTRA_DIST = \
 	$(NULL)
 
 test_helpers = commandhelper ssh
+test_misc =
 test_programs = virshtest sockettest \
 	virhostcputest virbuftest \
 	commandtest seclabeltest \
@@ -303,6 +304,7 @@ endif WITH_LXC
 
 if WITH_OPENVZ
 test_programs += openvzutilstest
+test_misc += openvzutilstest.conf
 endif WITH_OPENVZ
 
 if WITH_ESX
@@ -1539,7 +1541,7 @@ endif ! WITH_CIL
 
 buildtest-TESTS: $(TESTS) $(test_libraries) $(test_helpers)
 
-PTESTS = $(TESTS) $(test_helpers) test-lib.sh virschematest
+PTESTS = $(TESTS) $(test_helpers) $(test_misc) test-lib.sh virschematest
 
 install-ptest:
 	list='$(TESTS) $(test_helpers) test-lib.sh virschematest'
-- 
2.7.4