From 381a8e9f1e5dc828b1dea56a72cbb08d0663d29d Mon Sep 17 00:00:00 2001 From: Ken Gaillot Date: Mar 09 2021 06:18:50 +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: