27 lines
964 B
Diff
27 lines
964 B
Diff
|
From 610e54caf9a695d3d108c87c735a630f2ea5657f Mon Sep 17 00:00:00 2001
|
||
|
From: Ken Gaillot <kgaillot@redhat.com>
|
||
|
Date: Wed, 2 Dec 2020 15:09:35 -0600
|
||
|
Subject: [PATCH] Test: cts-fencing: update expected output
|
||
|
|
||
|
b16b24ed changed the order of some XML attributes
|
||
|
---
|
||
|
cts/cts-fencing.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/cts/cts-fencing.in b/cts/cts-fencing.in
|
||
|
index c901c6c..224b5d4 100644
|
||
|
--- a/cts/cts-fencing.in
|
||
|
+++ b/cts/cts-fencing.in
|
||
|
@@ -1102,7 +1102,7 @@ class Tests(object):
|
||
|
|
||
|
test.add_cmd("stonith_admin", "--output-as=xml -F node3 -t 5 -V")
|
||
|
|
||
|
- test.add_cmd_check_stdout("stonith_admin", "--output-as=xml -H node3", 'status="success" .* action="off" target="node3"')
|
||
|
+ test.add_cmd_check_stdout("stonith_admin", "--output-as=xml -H node3", 'action="off" target="node3" .* status="success"')
|
||
|
|
||
|
# simple test of dynamic list query
|
||
|
for test_type in test_types:
|
||
|
--
|
||
|
1.8.3.1
|
||
|
|