Merge "Ubuntu: Check TCP port in acceptance tests"

This commit is contained in:
Zuul 2023-03-23 14:54:31 +00:00 committed by Gerrit Code Review
commit f175b9b2c6
1 changed files with 2 additions and 5 deletions

View File

@ -24,11 +24,8 @@ describe 'basic sahara' do
apply_manifest(pp, :catch_changes => true)
end
if os[:family].casecmp('RedHat') == 0
describe port(8386) do
it { is_expected.to be_listening.with('tcp') }
end
describe port(8386) do
it { is_expected.to be_listening.with('tcp') }
end
end
end