Pārlūkot izejas kodu

test(service_spec): add `should be_installed`

tags/v1.3.3
Imran Iqbal pirms 4 gadiem
vecāks
revīzija
b5461a0eba
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
4 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      test/integration/v201803-py2/controls/service_spec.rb
  2. +1
    -0
      test/integration/v201902-py2/controls/service_spec.rb
  3. +1
    -0
      test/integration/v201902-py3/controls/service_spec.rb
  4. +1
    -0
      test/integration/v3000-py3/controls/service_spec.rb

+ 1
- 0
test/integration/v201803-py2/controls/service_spec.rb Parādīt failu

@@ -8,6 +8,7 @@ control 'salt services' do
salt-minion
].each do |p|
describe service(p) do
it { should be_installed }
it { should be_enabled }
it { should be_running }
end

+ 1
- 0
test/integration/v201902-py2/controls/service_spec.rb Parādīt failu

@@ -8,6 +8,7 @@ control 'salt services' do
salt-minion
].each do |p|
describe service(p) do
it { should be_installed }
it { should be_enabled }
it { should be_running }
end

+ 1
- 0
test/integration/v201902-py3/controls/service_spec.rb Parādīt failu

@@ -8,6 +8,7 @@ control 'salt services' do
salt-minion
].each do |p|
describe service(p) do
it { should be_installed }
it { should be_enabled }
it { should be_running }
end

+ 1
- 0
test/integration/v3000-py3/controls/service_spec.rb Parādīt failu

@@ -8,6 +8,7 @@ control 'salt services' do
salt-minion
].each do |p|
describe service(p) do
it { should be_installed }
it { should be_enabled }
it { should be_running }
end

Notiek ielāde…
Atcelt
Saglabāt