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