Skip to content

Commit

Permalink
Merge pull request puppetlabs#9156 from mhashizume/maint/7.x/mac-ssh
Browse files Browse the repository at this point in the history
(maint) Restore macOS group test
  • Loading branch information
joshcooper committed Nov 16, 2023
2 parents f33de24 + e9d5c20 commit d3caef9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions acceptance/tests/resource/group/should_query_all.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@
skip_test('this test fails on windows French due to Cygwin/UTF Issues - PUP-8319,IMAGES-492') if agent['platform'] =~ /windows/ && agent['locale'] == 'fr'
step "query natively"

# [PA-4555] Added below code to enable SSH permissions before test starts if they are disabled by default
if (agent['platform'] =~ /osx-12-arm64/ || agent['platform'] =~ /osx-13-arm64/)
on(agent, 'dscl . list /Groups | grep com.apple.access_ssh') do
stdout.each_line do |line|
if line =~ /com.apple.access_ssh-disabled/
on(agent, 'dscl . change /Groups/com.apple.access_ssh-disabled RecordName com.apple.access_ssh-disabled com.apple.access_ssh')
end
end
end
end

groups = agent.group_list

fail_test("No groups found") unless groups
Expand Down

0 comments on commit d3caef9

Please sign in to comment.