27 lines
724 B
Diff
27 lines
724 B
Diff
From a66f63e1001c2c93e286978c0383b4256abfce6b Mon Sep 17 00:00:00 2001
|
|
From: Chris Lumens <clumens@redhat.com>
|
|
Date: Mon, 4 Jan 2021 16:46:52 -0500
|
|
Subject: [PATCH] Test: cts: Distribute the new constraints.xml file.
|
|
|
|
---
|
|
cts/Makefile.am | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/cts/Makefile.am b/cts/Makefile.am
|
|
index 6abb42f..5666a9f 100644
|
|
--- a/cts/Makefile.am
|
|
+++ b/cts/Makefile.am
|
|
@@ -60,7 +60,8 @@ cts_SCRIPTS = CTSlab.py \
|
|
pacemaker-cts-dummyd
|
|
|
|
clidir = $(testdir)/cli
|
|
-dist_cli_DATA = cli/crm_diff_new.xml \
|
|
+dist_cli_DATA = cli/constraints.xml \
|
|
+ cli/crm_diff_new.xml \
|
|
cli/crm_diff_old.xml \
|
|
cli/crm_mon.xml \
|
|
cli/crm_mon-partial.xml \
|
|
--
|
|
1.8.3.1
|
|
|