Skip to content

Commit

Permalink
Tidy/remove unused tests (#596)
Browse files Browse the repository at this point in the history
* Remove unused tests
  • Loading branch information
damacus authored Mar 30, 2020
1 parent 56ba891 commit aa665d9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 42 deletions.
6 changes: 3 additions & 3 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ platforms:
- name: centos-7
- name: debian-9
- name: debian-10
# - name: freebsd-11
# - name: fedora-29
# - name: opensuse-leap-42
- name: freebsd-11
- name: fedora-29
- name: opensuse-leap-42
- name: ubuntu-16.04
- name: ubuntu-18.04

Expand Down
4 changes: 2 additions & 2 deletions resources/jce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
property :jdk_version, String, default: lazy { node['java']['jdk_version'].to_s }, description: 'The Java version to install into'
property :jce_url, String, default: lazy { node['java']['oracle']['jce'][jdk_version]['url'] }, description: 'The URL for the JCE distribution'
property :jce_checksum, String, default: lazy { node['java']['oracle']['jce'][jdk_version]['checksum'] }, description: 'The checksum of the JCE distribution'
property :java_home, String, default: lazy { node['java']['java_home'] }, description: 'Indicates that you accept Oracles EULA'
property :java_home, String, default: lazy { node['java']['java_home'] }, description: 'The location of the Java installation'
property :jce_home, String, default: lazy { node['java']['oracle']['jce']['home'] }, description: 'The location where JCE files will be decompressed for installation'
property :jce_cookie, String, default: lazy { node['java']['oracle']['accept_oracle_download_terms'] ? 'oraclelicense=accept-securebackup-cookie' : '' }, description: 'The location of the Java installation'
property :jce_cookie, String, default: lazy { node['java']['oracle']['accept_oracle_download_terms'] ? 'oraclelicense=accept-securebackup-cookie' : '' }, description: 'Indicates that you accept Oracles EULA'
property :principal, String, default: lazy { platform_family?('windows') ? node['java']['windows']['owner'] : 'administrator' }, description: 'For Windows installations only, this determines the owner of the JCE files'

action :install do
Expand Down
4 changes: 0 additions & 4 deletions templates/ibm_jdk.installer.properties.erb

This file was deleted.

14 changes: 0 additions & 14 deletions test/integration/homebrew/verify_homebrew.rb

This file was deleted.

3 changes: 0 additions & 3 deletions test/integration/ibm/verify_ibm.rb

This file was deleted.

16 changes: 0 additions & 16 deletions test/integration/oracle-8/verify_oracle-8.rb

This file was deleted.

0 comments on commit aa665d9

Please sign in to comment.