Skip to content

Commit 79e5663

Browse files
committed
Added aix skip needs work to getgroups.cf test
The test expecs root, bin, daemon - in that order. However, on aix it is root, daemon, bin. Ticket: ENT-13504, CFE-4605 Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 93a47de commit 79e5663

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/acceptance/01_vars/02_functions/getgroups.cf

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ bundle agent check
1717
"description" -> { "ENT-12722" }
1818
string => "Test whether the entries of getroups() are like the ones inside /etc/group";
1919
"test_skip_needs_work"
20-
string => "suse_15|sles_15",
21-
comment => "expects first three groups are root, bin, daemon but on suse_15 they are root, shadow, trusted.",
22-
meta => { "ENT-13504" };
20+
string => "suse_15|sles_15|aix",
21+
comment => "expects first three groups are root, bin, daemon. However, on:
22+
- suse_15 they are root, shadow, trusted.
23+
- aix they are root, daemon, bin (i.e. different order).",
24+
meta => { "ENT-13504", "CFE-4605" };
2325

2426
"test_skip_unsupported"
2527
string => "windows";

0 commit comments

Comments
 (0)