Merge "Add the port check for breaker"

This commit is contained in:
Jenkins 2017-01-03 20:07:42 +00:00 committed by Gerrit Code Review
commit 1e7baef271

View File

@ -62,6 +62,12 @@ describe 'basic watcher' do
apply_manifest(pp, :catch_failures => true)
apply_manifest(pp, :catch_changes => true)
end
if os[:family].casecmp('RedHat') == 0
describe port(9322) do
it { is_expected.to be_listening }
end
end
end
end