Skip to content

Commit 49aa27e

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 49aa27e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ 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.",
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).",
2224
meta => { "ENT-13504" };
2325

2426
"test_skip_unsupported"

0 commit comments

Comments
 (0)