Skip to content

Commit

Permalink
test empty stderr on el8+
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 29, 2022
1 parent b0dea37 commit 6226263
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/acceptance/cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ class { 'pulpcore::cli':
# SubjectAltNameWarning: Certificate for centos8-64.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818.
# its(:stderr) { is_expected.to eq '' }
end

describe command("REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status"), unless: %w[centos redhat].include?(os[:family]) && os[:release].to_i == 7 do
its(:stderr) { is_expected.to eq '' }
end
end

describe 'installation of cli only' do
Expand Down

0 comments on commit 6226263

Please sign in to comment.