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 +5 -5
- data/CHANGELOG.md +7 -1
- data/Rakefile +0 -8
- data/acceptance/pre_suite/subcommands/05_install_ruby.rb +1 -1
- data/lib/beaker/host/mac/exec.rb +1 -1
- data/lib/beaker/version.rb +1 -1
- metadata +3 -9
- data/MAINTAINERS +0 -29
- data/MAINTAINERS.md +0 -22
- data/acceptance/config/puppetpe/acceptance-options.rb +0 -5
- data/acceptance/fixtures/files/sles-11-x86_64.repo +0 -5
- data/acceptance/fixtures/files/sles-12-x86_64.repo +0 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 202dc17b3f60a07a9a96bd16a252cbca228cca4ae969fc38595e2f1e0806415d
|
|
4
|
+
data.tar.gz: 99d2385877a317dac33c2500fab84ede0a6890dd64a3b29015e50c5c0230bee4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9658a076c692a948f6d56b18ae975d02064179d51c9500c83b6acd60cc8a777234fccf573ac068c3ccdff19d481658beee28506f890ea9af03558eaa3d4484ba
|
|
7
|
+
data.tar.gz: efa9b80bae656f0daf6c53c9ac9d5e07f1a537b72bfe1a10d6fb66fa4c8e545e5a7a38a82bf9da121a93a194ed5e89f7ec53a033d412da1d936320e74927fdf6
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
+
# [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
|
data/lib/beaker/host/mac/exec.rb
CHANGED
|
@@ -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'] =~
|
|
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()
|
data/lib/beaker/version.rb
CHANGED
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.
|
|
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:
|
|
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
|
-
|
|
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!
|
data/MAINTAINERS
DELETED
|
@@ -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
|
-
|
data/MAINTAINERS.md
DELETED
|
@@ -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)
|