Skip to content

Commit

Permalink
fix(redhat): correct python rados package; update kitchen
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Jul 1, 2019
1 parent d3e9f03 commit 905d85b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 9 additions & 2 deletions deepsea/osfingermap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@
# osfingermap: {}
---
# os: Debian
Debian-9: {}
Debian-8: {}
Debian-9:
pkg:
deps:
- python-rados

Debian-8:
pkg:
deps:
- python-rados

# os: CentOS
CentOS-7:
Expand Down
2 changes: 2 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ platforms:
image: netmanagers/salt-develop-py3:centos-7
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- yum install make -y
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
- name: fedora-29-develop-py3
driver:
image: netmanagers/salt-develop-py3:fedora-29
provision_command:
- yum install make -y
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
- name: opensuse-leap-15-develop-py3
Expand Down
4 changes: 0 additions & 4 deletions test/integration/default/controls/services_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@
it { should be_running }
end

describe command('service salt-minion status') do
its('stdout') { should match 'running' }
its('exit_status') { should eq 0 }
end
end

0 comments on commit 905d85b

Please sign in to comment.