1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Test-Command: cd debian/tests && rspec spec/puppet/*_spec.rb
Depends:
cron,
puppet-agent,
ruby-serverspec,
Restrictions: needs-sudo, isolation-container
Features: test-name=spec-puppet
Test-Command: cd debian/tests && rspec spec/puppet/*_spec.rb
Depends:
cron,
puppet-agent,
ruby-serverspec,
@recommends@,
Restrictions: needs-sudo, isolation-container
Features: test-name=spec-puppet-recommends
Test-Command: cd debian/tests && ./service-setup systemd && rspec spec/service-systemd/*_spec.rb
Depends:
puppet-agent,
ruby-serverspec,
systemd-sysv,
Restrictions: needs-root, isolation-container
Features: test-name=spec-service-systemd
Test-Command: for v in `dh_ruby --print-supported`; do $v -e "require 'puppet'"; done
Depends:
gem2deb,
puppet-agent,
ruby-all-dev,
Features: test-name=ruby
Test-Command: gem2deb-test-runner --check-dependencies
Depends:
gem2deb-test-runner,
puppet-agent,
Features: test-name=gem-dependencies
## Disabled; there's currently no way to reliably switch init systems on the fly
# Test-Command: cd debian/tests && ./service-setup sysvinit && rspec spec/service-sysvinit/*_spec.rb
# Depends:
# puppet,
# sysvinit-core,
# ruby-serverspec,
# Restrictions: needs-root, isolation-container, needs-reboot
|