From 7b88a7803b1e6a622c994bd25fc3214a2bfa6a39 Mon Sep 17 00:00:00 2001 From: Ken Gaillot Date: Feb 24 2021 16:08:57 +0000 Subject: Test: cts-fencing: update expected output b16b24ed changed the order of some XML attributes patch_name: 026-tests.patch present_in_specfile: true location_in_specfile: 26 squash_commits: true --- diff --git a/cts/cts-fencing.in b/cts/cts-fencing.in index feeedbb..48bf188 100644 --- a/cts/cts-fencing.in +++ b/cts/cts-fencing.in @@ -1068,7 +1068,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: