X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/45c0862be818c87ac9825ed36a7a2e9d3a1aab7c..22bf736efc9c971696fbc42a910b84c9f3895260:/test/integration/dhcpd/serverspec/dhcpd_spec.rb diff --git a/test/integration/dhcpd/serverspec/dhcpd_spec.rb b/test/integration/dhcpd/serverspec/dhcpd_spec.rb deleted file mode 100644 index 643f083f4..000000000 --- a/test/integration/dhcpd/serverspec/dhcpd_spec.rb +++ /dev/null @@ -1,17 +0,0 @@ -require "serverspec" - -# Required by serverspec -set :backend, :exec - -describe package("isc-dhcp-server") do - it { should be_installed } -end - -describe service("isc-dhcp-server") do - it { should be_enabled } - it { should be_running } -end - -describe port(67) do - it { should be_listening.with("udp") } -end