|
@@ -13,12 +13,6 @@ describe service('fastd') do
|
|
|
# it { should be_enabled }
|
|
|
end
|
|
|
|
|
|
-# Detection of running service fails in Debian 7.8. Needs investigation.
|
|
|
-#describe service('rng-tools') do
|
|
|
-# it { should be_running }
|
|
|
-# it { should be_enabled }
|
|
|
-#end
|
|
|
-
|
|
|
describe file('/etc/fastd/fastd-blacklist.sh') do
|
|
|
it { should exist }
|
|
|
it { should be_executable }
|
|
@@ -41,6 +35,16 @@ describe file('/etc/default/rng-tools') do
|
|
|
its(:content) { should match /HRNGDEVICE=\/dev\/urandom/ }
|
|
|
end
|
|
|
|
|
|
+# Detection of running service fails in Debian 7.8. Needs investigation.
|
|
|
+#describe service('rng-tools') do
|
|
|
+# it { should be_running }
|
|
|
+# it { should be_enabled }
|
|
|
+#end
|
|
|
+
|
|
|
+describe process("rngd") do
|
|
|
+ it { should be_running }
|
|
|
+end
|
|
|
+
|
|
|
describe user('fastd') do
|
|
|
it { should exist }
|
|
|
it { should have_login_shell '/bin/false' }
|