Sfoglia il codice sorgente

test(suse): update version to `7.0` for `opensuse-leap-15`

tags/v1.1.1
Imran Iqbal 5 anni fa
parent
commit
fd675701a5
Nessun account collegato all'indirizzo email del committer
2 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. +1
    -1
      test/integration/default/controls/package_spec.rb
  2. +4
    -1
      test/salt/pillar/suse.sls

+ 1
- 1
test/integration/default/controls/package_spec.rb Vedi File

@@ -36,7 +36,7 @@ control 'Php package' do
end

def test_suse
describe package('php5') do
describe package('php7') do
it { should be_installed }
end
end

+ 4
- 1
test/salt/pillar/suse.sls Vedi File

@@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
php: {}
php:
lookup:
pkgs:
php: php7

Loading…
Annulla
Salva