Browse Source

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

tags/v1.1.1
Imran Iqbal 5 years ago
parent
commit
fd675701a5
No account linked to committer's email address
2 changed files with 5 additions and 2 deletions
  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 View 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 View File

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

Loading…
Cancel
Save