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