beaker 4.14.1 → 4.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 8ae5268dd5f170b5acdb5648faea0eff584bbffd
4
- data.tar.gz: 17c7c6464a0e72618eeafdbd47520983ad574d9e
2
+ SHA256:
3
+ metadata.gz: 202dc17b3f60a07a9a96bd16a252cbca228cca4ae969fc38595e2f1e0806415d
4
+ data.tar.gz: 99d2385877a317dac33c2500fab84ede0a6890dd64a3b29015e50c5c0230bee4
5
5
  SHA512:
6
- metadata.gz: 9f7de3115ce34456102bbd1bae72177635f9f0e0727c91e0a7ac015256cacf8d3e25dd9c29030684ef8db2cf9159ddc02a2eceabd98d626da251fc619585b23b
7
- data.tar.gz: 03ff32371683a30a0670ee0b39aa4e656e3324859b40f41883f089913d5733f9dc700ea404b248982f0b6cf31308c37f1157f9bd59b1008d10d411f38a4d556b
6
+ metadata.gz: 9658a076c692a948f6d56b18ae975d02064179d51c9500c83b6acd60cc8a777234fccf573ac068c3ccdff19d481658beee28506f890ea9af03558eaa3d4484ba
7
+ data.tar.gz: efa9b80bae656f0daf6c53c9ac9d5e07f1a537b72bfe1a10d6fb66fa4c8e545e5a7a38a82bf9da121a93a194ed5e89f7ec53a033d412da1d936320e74927fdf6
@@ -11,7 +11,13 @@ Tracking in this Changelog began for this project in version 3.25.0.
11
11
  If you're looking for changes from before this, refer to the project's
12
12
  git logs & PR history.
13
13
 
14
- # [Unreleased](https://github.com/puppetlabs/beaker/compare/4.14.1...master)
14
+ # [Unreleased](https://github.com/puppetlabs/beaker/compare/4.15.0...master)
15
+
16
+ # [4.15.0](https://github.com/puppetlabs/beaker/compare/4.14.1...4.15.0) - 2020-01-30
17
+
18
+ ### Added
19
+
20
+ - macOS 10.15 Catalina support (BKR-1621)
15
21
 
16
22
  # [4.14.1](https://github.com/puppetlabs/beaker/compare/4.14.0...4.14.1) - 2019-11-18
17
23
 
data/Rakefile CHANGED
@@ -192,14 +192,6 @@ Run the hypervisor beaker acceptance tests
192
192
  beaker_test(:hypervisor)
193
193
  end
194
194
 
195
- desc <<-EOS
196
- Run the puppet beaker acceptance tests on a pe install.
197
- #{USAGE}
198
- EOS
199
- task :puppetpe => 'gen_hosts' do
200
- beaker_test(:puppetpe)
201
- end
202
-
203
195
 
204
196
  desc 'Generate Beaker Host Config File'
205
197
  task :gen_hosts do
@@ -1,6 +1,6 @@
1
1
  ruby_version, ruby_source = ENV['RUBY_VER'], "job parameter"
2
2
  unless ruby_version
3
- ruby_version = "2.3.1"
3
+ ruby_version = "2.4.1"
4
4
  ruby_source = "default"
5
5
  end
6
6
  test_name "Install and configure Ruby #{ruby_version} (from #{ruby_source}) on the SUT" do
@@ -21,7 +21,7 @@ module Mac::Exec
21
21
  # (from {#ssh_service_restart})
22
22
  def ssh_permit_user_environment
23
23
  ssh_config_file = '/etc/sshd_config'
24
- ssh_config_file = '/private/etc/ssh/sshd_config' if self['platform'] =~ /osx-10\.*(11|12|13|14)/
24
+ ssh_config_file = '/private/etc/ssh/sshd_config' if self['platform'] =~ /^osx-/
25
25
 
26
26
  exec(Beaker::Command.new("echo '\nPermitUserEnvironment yes' >> #{ssh_config_file}"))
27
27
  ssh_service_restart()
@@ -1,5 +1,5 @@
1
1
  module Beaker
2
2
  module Version
3
- STRING = '4.14.1'
3
+ STRING = '4.15.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.14.1
4
+ version: 4.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-18 00:00:00.000000000 Z
11
+ date: 2020-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -370,22 +370,17 @@ files:
370
370
  - DOCUMENTING.md
371
371
  - Gemfile
372
372
  - LICENSE
373
- - MAINTAINERS
374
- - MAINTAINERS.md
375
373
  - README.md
376
374
  - Rakefile
377
375
  - acceptance/config/acceptance-options.rb
378
376
  - acceptance/config/base/acceptance-options.rb
379
377
  - acceptance/config/hypervisor/acceptance-options.rb
380
- - acceptance/config/puppetpe/acceptance-options.rb
381
378
  - acceptance/config/subcommands/acceptance-options.rb
382
379
  - acceptance/fixtures/README.md
383
380
  - acceptance/fixtures/files/failing_shell_script.txt
384
381
  - acceptance/fixtures/files/retry_script.txt
385
382
  - acceptance/fixtures/files/shell_script_with_output.txt
386
383
  - acceptance/fixtures/files/simple_text_file.txt
387
- - acceptance/fixtures/files/sles-11-x86_64.repo
388
- - acceptance/fixtures/files/sles-12-x86_64.repo
389
384
  - acceptance/fixtures/module/Gemfile
390
385
  - acceptance/fixtures/module/README.md
391
386
  - acceptance/fixtures/module/Rakefile
@@ -711,8 +706,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
711
706
  - !ruby/object:Gem::Version
712
707
  version: '0'
713
708
  requirements: []
714
- rubyforge_project:
715
- rubygems_version: 2.5.1
709
+ rubygems_version: 3.0.6
716
710
  signing_key:
717
711
  specification_version: 4
718
712
  summary: Let's test Puppet!
@@ -1,29 +0,0 @@
1
- {
2
- "version": 1,
3
- "file_format": "This MAINTAINERS file format is described at https://github.com/puppetlabs/maintainers",
4
- "issues": "https://tickets.puppet.com/browse/BKR",
5
- "internal_list": "https://groups.google.com/a/puppet.com/forum/?hl=en#!forum/discuss-quality-engineering",
6
- "people": [
7
- {
8
- "github": "kevpl",
9
- "email": "ki@puppet.com",
10
- "name": "Kevin Imber"
11
- },
12
- {
13
- "github": "tvpartytonight",
14
- "email": "tv@puppet.com",
15
- "name": "Tony Vu"
16
- },
17
- {
18
- "github": "pinkypie",
19
- "email": "sarah@puppet.com",
20
- "name": "Sarah Thompson"
21
- },
22
- {
23
- "github": "ferglor",
24
- "email": "fergal@puppet.com",
25
- "name": "Fergal Gribben"
26
- }
27
- ]
28
- }
29
-
@@ -1,22 +0,0 @@
1
- # Maintainers For Beaker
2
-
3
- Beaker is maintained by Puppet's Quality Engineering (QE) Team. These people
4
- will be reviewing & merging PRs to the project.
5
- In particular, our current Beaker maintainers are:
6
-
7
- | Name | Github | Email |
8
- |:--------------:|:---------------------------------------------------:|:--------------------:|
9
- | Kevin Imber | [kevpl](https://github.com/kevpl) | <ki@puppet.com> |
10
- | Tony Vu | [tvpartytonight](https://github.com/tvpartytonight) | <tv@puppet.com> |
11
- | Sarah Thompson | [pinkypie](https://github.com/pinkypie) | <sarah@puppet.com> |
12
- | Fergal Gribben | [ferglor](https://github.com/ferglor) | <ferglor@puppet.com> |
13
-
14
- # Reviewers For Specific Areas of Beaker
15
-
16
- For code to land in these specific areas of Beaker the following people must provide review and :+1:
17
-
18
- Code | Owners
19
- :-------:|:----------:
20
- Beaker::Hypervisor::Docker | [Richard Pijnenburg (electrical)](https://github.com/electrical)
21
- FreeBSD | [Peter Souter (petems)](https://github.com/petems)
22
- OpenBSD | [Matt Dainty (bodgit)](https://github.com/bodgit)
@@ -1,5 +0,0 @@
1
- {
2
- :pre_suite => 'acceptance/pre_suite/pe/install.rb',
3
- :tests => 'acceptance/tests/puppet',
4
- :pe_dir => 'http://neptune.puppetlabs.lan/archives/releases/3.7.2'
5
- }.merge(eval File.read('acceptance/config/acceptance-options.rb'))
@@ -1,5 +0,0 @@
1
- [PE-2016.4-sles-11-x86_64]
2
- name=PE-2016.4-sles-11-x86_64
3
- baseurl=http://enterprise.delivery.puppetlabs.net/2016.4/repos/sles-11-x86_64
4
- enabled=1
5
- gpgcheck=0
@@ -1,5 +0,0 @@
1
- [PE-2016.4-sles-12-x86_64]
2
- name=PE-2016.4-sles-12-x86_64
3
- baseurl=http://enterprise.delivery.puppetlabs.net/2016.4/repos/sles-12-x86_64
4
- enabled=1
5
- gpgcheck=0