Skip to content

Commit

Permalink
test(fixes): fix two kitchen test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Jun 23, 2019
1 parent 3bd6a83 commit b01a5d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@ platforms:
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
# https://github.com/saltstack/salt/issues/39314
- apt-get remove python-boto3 -y
- name: ubuntu-1804-develop-py3
driver:
image: netmanagers/salt-develop-py3:ubuntu-18.04
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
# https://github.com/saltstack/salt/issues/39314
- apt-get remove python-boto3 -y
- name: centos-7-develop-py3
driver:
image: netmanagers/salt-develop-py3:centos-7
Expand All @@ -42,6 +46,8 @@ platforms:
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
# https://github.com/saltstack/salt/issues/39314
- zypper rm python-boto3 -y
run_command: /usr/lib/systemd/systemd

## SALT 2019.2
Expand Down

0 comments on commit b01a5d4

Please sign in to comment.