Re-enable gearman port listening check

postconditions was starting zuul, not zuul-scheduler. If we start
zuul-scheduler, then gearman should be running.

Change-Id: Icf228843495717fbb89b76b4ebad6b74d6e72b54
This commit is contained in:
Monty Taylor 2018-01-20 12:24:06 -06:00
parent ab65041a1a
commit f9e69bc8f4
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 5 additions and 6 deletions

View File

@ -179,9 +179,8 @@ describe 'puppet-zuul module', :if => ['debian', 'ubuntu'].include?(os[:family])
it { should be_listening }
end
# TODO(mordred) Why is this not listening?
# describe port(4730) do
# it { should be_listening }
# end
describe port(4730) do
it { should be_listening }
end
end
end

View File

@ -1,5 +1,5 @@
exec { 'starting zuul server':
command => '/etc/init.d/zuul start',
exec { 'starting zuul scheduler':
command => '/etc/init.d/zuul-scheduler start',
}
exec { 'starting zuul merger':