|
@@ -19,6 +19,10 @@ end
|
|
# it { should be_enabled }
|
|
# it { should be_enabled }
|
|
#end
|
|
#end
|
|
|
|
|
|
|
|
+describe port(10000) do
|
|
|
|
+ it { should be_listening.with('udp6') }
|
|
|
|
+end
|
|
|
|
+
|
|
describe package('rng-tools') do
|
|
describe package('rng-tools') do
|
|
it { should be_installed }
|
|
it { should be_installed }
|
|
end
|
|
end
|
|
@@ -84,4 +88,8 @@ end
|
|
#describe service('bird6') do
|
|
#describe service('bird6') do
|
|
# it { should be_running }
|
|
# it { should be_running }
|
|
# it { should be_enabled }
|
|
# it { should be_enabled }
|
|
-#end
|
|
|
|
|
|
+#end
|
|
|
|
+
|
|
|
|
+describe interface('meshdummy0') do
|
|
|
|
+ it { should exist }
|
|
|
|
+end
|