train 1.4.37 → 1.5.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 +4 -4
- data/.rubocop.yml +2 -2
- data/CHANGELOG.md +16 -8
- data/Gemfile +1 -1
- data/README.md +1 -1
- data/lib/train/globals.rb +5 -0
- data/lib/train/plugin_test_helper.rb +51 -0
- data/lib/train/transports/gcp.rb +12 -0
- data/lib/train/version.rb +1 -1
- data/test/fixtures/plugins/train-test-fixture/LICENSE +201 -0
- data/test/fixtures/plugins/train-test-fixture/README.md +5 -0
- data/test/fixtures/plugins/train-test-fixture/lib/train-test-fixture.rb +4 -0
- data/test/fixtures/plugins/train-test-fixture/lib/train-test-fixture/connection.rb +39 -0
- data/test/fixtures/plugins/train-test-fixture/lib/train-test-fixture/platform.rb +18 -0
- data/test/fixtures/plugins/train-test-fixture/lib/train-test-fixture/transport.rb +14 -0
- data/test/fixtures/plugins/train-test-fixture/lib/train-test-fixture/version.rb +5 -0
- data/test/fixtures/plugins/train-test-fixture/pkg/train-test-fixture-0.1.0.gem +0 -0
- data/test/fixtures/plugins/train-test-fixture/train-test-fixture.gemspec +35 -0
- data/test/unit/train_test.rb +3 -4
- data/test/unit/transports/gcp_test.rb +15 -0
- data/train.gemspec +2 -2
- metadata +26 -16
- data/test/fixtures/gempath/gems/train-gem-fixture-0.1.0/README.md +0 -1
- data/test/fixtures/gempath/gems/train-gem-fixture-0.1.0/lib/train-gem-fixture.rb +0 -2
- data/test/fixtures/gempath/gems/train-gem-fixture-0.1.0/lib/train-gem-fixture/transport.rb +0 -7
- data/test/fixtures/gempath/gems/train-gem-fixture-0.1.0/lib/train-gem-fixture/version.rb +0 -5
- data/test/fixtures/gempath/gems/train-gem-fixture-0.1.0/train-gem-fixture.gemspec +0 -34
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0d6951ed34583f2ee93e624dfee665eeac69ece0c77e142699fc4c28b87e6d2
|
|
4
|
+
data.tar.gz: ff38812176b7daf727e44bcd189b3af909199398107a30b42deaee29b784f7cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e8ef41d9b67af33e36093b3ea86db4564e1b39e0eb400fb85aa2f21753c234b08abfe40ce9f3a1703ebd79b52a570b7c7e571a31847b54ea6f1a630e08dda25
|
|
7
|
+
data.tar.gz: 967d5fe1b319da6da65ecffcaf1bc3674cb8c0e2b3dfb626a75d93a81f37ed8deca17b9fca351d6a319250f95dbe48e1f6e1e43aead1e495fcfa06609d29aee0
|
data/.rubocop.yml
CHANGED
|
@@ -4,14 +4,14 @@ AllCops:
|
|
|
4
4
|
- Gemfile
|
|
5
5
|
- Rakefile
|
|
6
6
|
- 'test/**/*'
|
|
7
|
-
- 'examples/**/*'
|
|
7
|
+
- 'examples/plugins/train-*/test/**/*'
|
|
8
8
|
- 'vendor/**/*'
|
|
9
9
|
Documentation:
|
|
10
10
|
Enabled: false
|
|
11
11
|
AlignParameters:
|
|
12
12
|
Enabled: true
|
|
13
13
|
Encoding:
|
|
14
|
-
Enabled:
|
|
14
|
+
Enabled: false
|
|
15
15
|
HashSyntax:
|
|
16
16
|
Enabled: true
|
|
17
17
|
LineLength:
|
data/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,28 @@
|
|
|
1
|
-
<!-- latest_release 1.
|
|
2
|
-
## [v1.
|
|
1
|
+
<!-- latest_release 1.5.0 -->
|
|
2
|
+
## [v1.5.0](https://github.com/inspec/train/tree/v1.5.0) (2018-09-27)
|
|
3
3
|
|
|
4
4
|
#### Merged Pull Requests
|
|
5
|
-
-
|
|
5
|
+
- Bump minor version. [#357](https://github.com/inspec/train/pull/357) ([jquick](https://github.com/jquick))
|
|
6
6
|
<!-- latest_release -->
|
|
7
7
|
|
|
8
|
-
<!-- release_rollup since=1.4.
|
|
9
|
-
### Changes since 1.4.
|
|
8
|
+
<!-- release_rollup since=1.4.37 -->
|
|
9
|
+
### Changes since 1.4.37 release
|
|
10
10
|
|
|
11
11
|
#### Merged Pull Requests
|
|
12
|
-
-
|
|
13
|
-
-
|
|
12
|
+
- Bump minor version. [#357](https://github.com/inspec/train/pull/357) ([jquick](https://github.com/jquick)) <!-- 1.5.0 -->
|
|
13
|
+
- Plugins: Test harness, test fixture, docs, and local-type example [#356](https://github.com/inspec/train/pull/356) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 1.4.40 -->
|
|
14
|
+
- Adding GCP admin_client helper. [#349](https://github.com/inspec/train/pull/349) ([skpaterson](https://github.com/skpaterson)) <!-- 1.4.39 -->
|
|
15
|
+
- Update google-api-client version. [#348](https://github.com/inspec/train/pull/348) ([skpaterson](https://github.com/skpaterson)) <!-- 1.4.38 -->
|
|
14
16
|
<!-- release_rollup -->
|
|
15
17
|
|
|
16
18
|
<!-- latest_stable_release -->
|
|
19
|
+
## [v1.4.37](https://github.com/inspec/train/tree/v1.4.37) (2018-09-13)
|
|
20
|
+
|
|
21
|
+
#### Merged Pull Requests
|
|
22
|
+
- Rescues SystemCallError instead of Errno [#346](https://github.com/inspec/train/pull/346) ([dmccown](https://github.com/dmccown))
|
|
23
|
+
- Add a export method for platforms [#347](https://github.com/inspec/train/pull/347) ([jquick](https://github.com/jquick))
|
|
24
|
+
<!-- latest_stable_release -->
|
|
25
|
+
|
|
17
26
|
## [v1.4.35](https://github.com/inspec/train/tree/v1.4.35) (2018-08-23)
|
|
18
27
|
|
|
19
28
|
#### Merged Pull Requests
|
|
@@ -21,7 +30,6 @@
|
|
|
21
30
|
- Modify Cisco UUID detection to use processor ID [#342](https://github.com/inspec/train/pull/342) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
|
22
31
|
- Fixes failing test when you have a cred file [#343](https://github.com/inspec/train/pull/343) ([dmccown](https://github.com/dmccown))
|
|
23
32
|
- Adds connection to Graph RBAC API [#327](https://github.com/inspec/train/pull/327) ([r-fennell](https://github.com/r-fennell))
|
|
24
|
-
<!-- latest_stable_release -->
|
|
25
33
|
|
|
26
34
|
## [v1.4.31](https://github.com/inspec/train/tree/v1.4.31) (2018-08-17)
|
|
27
35
|
|
data/Gemfile
CHANGED
|
@@ -25,7 +25,7 @@ group :test do
|
|
|
25
25
|
# (Gem::Specification.find_by_path('train-gem-fixture') will return nil)
|
|
26
26
|
# but it's close enough to show the gempath handler can find a plugin
|
|
27
27
|
# See test/unit/
|
|
28
|
-
gem 'train-
|
|
28
|
+
gem 'train-test-fixture', path: 'test/fixtures/plugins/train-test-fixture'
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
group :integration do
|
data/README.md
CHANGED
|
@@ -209,4 +209,4 @@ Unless required by applicable law or agreed to in writing, software
|
|
|
209
209
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
210
210
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
211
211
|
See the License for the specific language governing permissions and
|
|
212
|
-
limitations under the License.
|
|
212
|
+
limitations under the License.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# This file is intended to be 'require'd by plugin authors who are developing a
|
|
2
|
+
# plugin outside of the Train source tree.
|
|
3
|
+
|
|
4
|
+
# Load Train. We certainly need the plugin system, and also several other parts
|
|
5
|
+
# that are tightly coupled. Train itself is fairly light, and non-invasive.
|
|
6
|
+
require 'train'
|
|
7
|
+
|
|
8
|
+
# You can select from a number of test harnesses. Since Train is closely related
|
|
9
|
+
# to InSpec, and InSpec uses Spec-style controls in profile code, you will
|
|
10
|
+
# probably want to use something like minitest/spec, which provides Spec-style
|
|
11
|
+
# tests.
|
|
12
|
+
require 'minitest/spec'
|
|
13
|
+
require 'minitest/autorun'
|
|
14
|
+
|
|
15
|
+
# Data formats commonly used in testing
|
|
16
|
+
require 'json'
|
|
17
|
+
require 'ostruct'
|
|
18
|
+
|
|
19
|
+
# Utilities often needed
|
|
20
|
+
require 'fileutils'
|
|
21
|
+
require 'tmpdir'
|
|
22
|
+
require 'pathname'
|
|
23
|
+
|
|
24
|
+
# You might want to put some debugging tools here. We run tests to find bugs,
|
|
25
|
+
# after all.
|
|
26
|
+
require 'byebug'
|
|
27
|
+
|
|
28
|
+
# Configure MiniTest to expose things like `let`
|
|
29
|
+
class Module
|
|
30
|
+
include Minitest::Spec::DSL
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
# Finally, let's make some modules that can help us out.
|
|
34
|
+
module TrainPluginBaseHelper
|
|
35
|
+
# Sneakily detect the location of the plugin
|
|
36
|
+
# source code when they include this Module
|
|
37
|
+
def self.included(base)
|
|
38
|
+
plugin_test_helper_path = Pathname.new(caller_locations(4, 1).first.absolute_path)
|
|
39
|
+
plugin_src_root = plugin_test_helper_path.parent.parent
|
|
40
|
+
base.let(:plugin_src_path) { plugin_src_root }
|
|
41
|
+
base.let(:plugin_fixtures_path) { File.join(plugin_src_root, 'test', 'fixtures') }
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
let(:train_src_path) { File.expand_path(File.join(__FILE__, '..', '..')) }
|
|
45
|
+
let(:train_fixtures_path) { File.join(train_src_path, 'test', 'fixtures') }
|
|
46
|
+
let(:registry) { Train::Plugins.registry }
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
module TrainPluginFunctionalHelper
|
|
50
|
+
include TrainPluginBaseHelper
|
|
51
|
+
end
|
data/lib/train/transports/gcp.rb
CHANGED
|
@@ -6,6 +6,7 @@ require 'google/apis/cloudresourcemanager_v1'
|
|
|
6
6
|
require 'google/apis/compute_v1'
|
|
7
7
|
require 'google/apis/storage_v1'
|
|
8
8
|
require 'google/apis/iam_v1'
|
|
9
|
+
require 'google/apis/admin_directory_v1'
|
|
9
10
|
require 'googleauth'
|
|
10
11
|
|
|
11
12
|
module Train::Transports
|
|
@@ -22,6 +23,7 @@ module Train::Transports
|
|
|
22
23
|
# https://cloud.google.com/compute/docs/regions-zones/changing-default-zone-region
|
|
23
24
|
# can also specify project via env var:
|
|
24
25
|
option :google_cloud_project, required: false, default: ENV['GOOGLE_CLOUD_PROJECT']
|
|
26
|
+
option :google_super_admin_email, required: false, default: ENV['GOOGLE_SUPER_ADMIN_EMAIL']
|
|
25
27
|
|
|
26
28
|
def connection(_ = nil)
|
|
27
29
|
@connection ||= Connection.new(@options)
|
|
@@ -63,6 +65,16 @@ module Train::Transports
|
|
|
63
65
|
gcp_client(Google::Apis::StorageV1::StorageService)
|
|
64
66
|
end
|
|
65
67
|
|
|
68
|
+
def gcp_admin_client
|
|
69
|
+
scopes = ['https://www.googleapis.com/auth/admin.directory.user.readonly']
|
|
70
|
+
authorization = Google::Auth.get_application_default(scopes).dup
|
|
71
|
+
# Use of the Admin API requires delegation (impersonation). An email address of a Super Admin in
|
|
72
|
+
# the G Suite account may be required.
|
|
73
|
+
authorization.sub = @options[:google_super_admin_email] if @options[:google_super_admin_email]
|
|
74
|
+
Google::Apis::RequestOptions.default.authorization = authorization
|
|
75
|
+
gcp_client(Google::Apis::AdminDirectoryV1::DirectoryService)
|
|
76
|
+
end
|
|
77
|
+
|
|
66
78
|
# Let's allow for other clients too
|
|
67
79
|
def gcp_client(klass)
|
|
68
80
|
return klass.new unless cache_enabled?(:api_call)
|
data/lib/train/version.rb
CHANGED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
This is a very simple train transport plugin. It provided fixed responses to file.content and command.stdout/stderr/exit_status.
|
|
2
|
+
|
|
3
|
+
It is not a good example to use for learning, nor a good base for starting your own plugin - it's intended for for use during the testing of Train.
|
|
4
|
+
|
|
5
|
+
For good examples of plugin development, see train/examples/plugin.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
require 'train-test-fixture/platform'
|
|
2
|
+
require 'train/transports/local'
|
|
3
|
+
|
|
4
|
+
module TrainPlugins
|
|
5
|
+
module TestFixture
|
|
6
|
+
class Connection < Train::Plugins::Transport::BaseConnection
|
|
7
|
+
include TrainPlugins::TestFixture::Platform
|
|
8
|
+
|
|
9
|
+
def initialize(options)
|
|
10
|
+
super(options)
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
def local?
|
|
14
|
+
true
|
|
15
|
+
end
|
|
16
|
+
|
|
17
|
+
private
|
|
18
|
+
|
|
19
|
+
def run_command_via_connection(cmd)
|
|
20
|
+
Train::Transports::Local::CommandResult.new(
|
|
21
|
+
'Mock Command Result stdout',
|
|
22
|
+
'Mock Command Result stderr',
|
|
23
|
+
17
|
|
24
|
+
)
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
def file_via_connection(path, *args)
|
|
28
|
+
MockFile.new(self, path)
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
class MockFile < Train::File
|
|
32
|
+
def content
|
|
33
|
+
# Remarkably, the content is always the same.
|
|
34
|
+
'Lorem Ipsum'
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
require 'train-test-fixture/version'
|
|
2
|
+
|
|
3
|
+
module TrainPlugins
|
|
4
|
+
module TestFixture
|
|
5
|
+
module Platform
|
|
6
|
+
def platform
|
|
7
|
+
# Build this platform's family declarations.
|
|
8
|
+
# You'll need at least unix and windows to make the file() resource work.
|
|
9
|
+
Train::Platforms.name('test-fixture').in_family('unix')
|
|
10
|
+
Train::Platforms.name('test-fixture').in_family('windows')
|
|
11
|
+
force_platform!('test-fixture',
|
|
12
|
+
release: TrainPlugins::TestFixture::VERSION,
|
|
13
|
+
arch: 'mock',
|
|
14
|
+
)
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
end
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
require 'train-test-fixture/connection'
|
|
2
|
+
|
|
3
|
+
module TrainPlugins
|
|
4
|
+
module TestFixture
|
|
5
|
+
class Transport < Train.plugin(1)
|
|
6
|
+
name 'test-fixture'
|
|
7
|
+
|
|
8
|
+
def connection(_ = nil)
|
|
9
|
+
@connection ||= TrainPlugins::TestFixture::Connection.new(@options)
|
|
10
|
+
end
|
|
11
|
+
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
end
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
|
|
2
|
+
lib = File.expand_path("../lib", __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
|
|
5
|
+
Gem::Specification.new do |spec|
|
|
6
|
+
spec.name = "train-test-fixture"
|
|
7
|
+
spec.version = '0.1.0'
|
|
8
|
+
spec.authors = ["Inspec core engineering team"]
|
|
9
|
+
spec.email = ["hello@chef.io"]
|
|
10
|
+
spec.license = 'Apache-2.0'
|
|
11
|
+
|
|
12
|
+
spec.summary = %q{Test train plugin. Not intended for use as an example.}
|
|
13
|
+
spec.description = <<-EOD
|
|
14
|
+
Train plugin used in testing Train's plugin loader and InSpec's plugin manager.
|
|
15
|
+
This plugin does things that a normal plugin should not. Do not use it as an
|
|
16
|
+
example or as a starting point for plugin of your own. For that, please see
|
|
17
|
+
https://github.com/inspec/train/tree/master/examples/plugins
|
|
18
|
+
EOD
|
|
19
|
+
spec.homepage = "https://github.com/inspec/train"
|
|
20
|
+
|
|
21
|
+
spec.files = %w{
|
|
22
|
+
README.md
|
|
23
|
+
LICENSE
|
|
24
|
+
lib/train-test-fixture.rb
|
|
25
|
+
lib/train-test-fixture/version.rb
|
|
26
|
+
lib/train-test-fixture/transport.rb
|
|
27
|
+
lib/train-test-fixture/connection.rb
|
|
28
|
+
lib/train-test-fixture/platform.rb
|
|
29
|
+
train-test-fixture.gemspec
|
|
30
|
+
}
|
|
31
|
+
spec.executables = []
|
|
32
|
+
spec.require_paths = ["lib"]
|
|
33
|
+
|
|
34
|
+
# No deps
|
|
35
|
+
end
|
data/test/unit/train_test.rb
CHANGED
|
@@ -31,14 +31,13 @@ describe Train do
|
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
it 'loads a gem plugin if it isnt in the registry yet via string' do
|
|
34
|
-
# The 'train-
|
|
35
|
-
# added to the gempath via Bundler. The key difference is that it isn't under
|
|
34
|
+
# The 'train-test-fixture' gem is located in test/fixtures/plugins/train-test-fixture and is
|
|
36
35
|
# lib/train/trainsports, and Train will need to pre-pend 'train-' to the
|
|
37
36
|
# transport name to get the gem name.
|
|
38
|
-
transport = Train.create('
|
|
37
|
+
transport = Train.create('test-fixture')
|
|
39
38
|
# Normally one would call transport.class.name, but that's been overridden to be a write-only DSL method
|
|
40
39
|
# So use to_s
|
|
41
|
-
transport.class.to_s.must_equal '
|
|
40
|
+
transport.class.to_s.must_equal 'TrainPlugins::TestFixture::Transport'
|
|
42
41
|
end
|
|
43
42
|
end
|
|
44
43
|
|
|
@@ -146,6 +146,21 @@ describe 'gcp transport' do
|
|
|
146
146
|
end
|
|
147
147
|
end
|
|
148
148
|
|
|
149
|
+
describe 'gcp_admin_client' do
|
|
150
|
+
it 'test gcp_admin_client with caching' do
|
|
151
|
+
client = connection.gcp_admin_client
|
|
152
|
+
client.is_a?(Google::Apis::AdminDirectoryV1::DirectoryService).must_equal true
|
|
153
|
+
cache[:api_call].count.must_equal 1
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
it 'test gcp_admin_client without caching' do
|
|
157
|
+
connection.disable_cache(:api_call)
|
|
158
|
+
client = connection.gcp_admin_client
|
|
159
|
+
client.is_a?(Google::Apis::AdminDirectoryV1::DirectoryService).must_equal true
|
|
160
|
+
cache[:api_call].count.must_equal 0
|
|
161
|
+
end
|
|
162
|
+
end
|
|
163
|
+
|
|
149
164
|
# test options override of env vars in connect
|
|
150
165
|
describe 'connect' do
|
|
151
166
|
let(:creds) do
|
data/train.gemspec
CHANGED
|
@@ -36,8 +36,8 @@ Gem::Specification.new do |spec|
|
|
|
36
36
|
spec.add_dependency 'aws-sdk', '~> 2'
|
|
37
37
|
spec.add_dependency 'azure_mgmt_resources', '~> 0.15'
|
|
38
38
|
spec.add_dependency 'azure_graph_rbac', '~> 0.16'
|
|
39
|
-
spec.add_dependency 'google-api-client', '~> 0.
|
|
40
|
-
spec.add_dependency 'googleauth', '~> 0.6.
|
|
39
|
+
spec.add_dependency 'google-api-client', '~> 0.23.9'
|
|
40
|
+
spec.add_dependency 'googleauth', '~> 0.6.6'
|
|
41
41
|
spec.add_dependency 'inifile'
|
|
42
42
|
|
|
43
43
|
spec.add_development_dependency 'mocha', '~> 1.1'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: train
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dominik Richter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -168,28 +168,28 @@ dependencies:
|
|
|
168
168
|
requirements:
|
|
169
169
|
- - "~>"
|
|
170
170
|
- !ruby/object:Gem::Version
|
|
171
|
-
version: 0.
|
|
171
|
+
version: 0.23.9
|
|
172
172
|
type: :runtime
|
|
173
173
|
prerelease: false
|
|
174
174
|
version_requirements: !ruby/object:Gem::Requirement
|
|
175
175
|
requirements:
|
|
176
176
|
- - "~>"
|
|
177
177
|
- !ruby/object:Gem::Version
|
|
178
|
-
version: 0.
|
|
178
|
+
version: 0.23.9
|
|
179
179
|
- !ruby/object:Gem::Dependency
|
|
180
180
|
name: googleauth
|
|
181
181
|
requirement: !ruby/object:Gem::Requirement
|
|
182
182
|
requirements:
|
|
183
183
|
- - "~>"
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
|
-
version: 0.6.
|
|
185
|
+
version: 0.6.6
|
|
186
186
|
type: :runtime
|
|
187
187
|
prerelease: false
|
|
188
188
|
version_requirements: !ruby/object:Gem::Requirement
|
|
189
189
|
requirements:
|
|
190
190
|
- - "~>"
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
|
-
version: 0.6.
|
|
192
|
+
version: 0.6.6
|
|
193
193
|
- !ruby/object:Gem::Dependency
|
|
194
194
|
name: inifile
|
|
195
195
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -246,6 +246,7 @@ files:
|
|
|
246
246
|
- lib/train/file/remote/qnx.rb
|
|
247
247
|
- lib/train/file/remote/unix.rb
|
|
248
248
|
- lib/train/file/remote/windows.rb
|
|
249
|
+
- lib/train/globals.rb
|
|
249
250
|
- lib/train/options.rb
|
|
250
251
|
- lib/train/platforms.rb
|
|
251
252
|
- lib/train/platforms/common.rb
|
|
@@ -259,6 +260,7 @@ files:
|
|
|
259
260
|
- lib/train/platforms/detect/uuid.rb
|
|
260
261
|
- lib/train/platforms/family.rb
|
|
261
262
|
- lib/train/platforms/platform.rb
|
|
263
|
+
- lib/train/plugin_test_helper.rb
|
|
262
264
|
- lib/train/plugins.rb
|
|
263
265
|
- lib/train/plugins/base_connection.rb
|
|
264
266
|
- lib/train/plugins/transport.rb
|
|
@@ -280,11 +282,15 @@ files:
|
|
|
280
282
|
- lib/train/transports/winrm.rb
|
|
281
283
|
- lib/train/transports/winrm_connection.rb
|
|
282
284
|
- lib/train/version.rb
|
|
283
|
-
- test/fixtures/
|
|
284
|
-
- test/fixtures/
|
|
285
|
-
- test/fixtures/
|
|
286
|
-
- test/fixtures/
|
|
287
|
-
- test/fixtures/
|
|
285
|
+
- test/fixtures/plugins/train-test-fixture/LICENSE
|
|
286
|
+
- test/fixtures/plugins/train-test-fixture/README.md
|
|
287
|
+
- test/fixtures/plugins/train-test-fixture/lib/train-test-fixture.rb
|
|
288
|
+
- test/fixtures/plugins/train-test-fixture/lib/train-test-fixture/connection.rb
|
|
289
|
+
- test/fixtures/plugins/train-test-fixture/lib/train-test-fixture/platform.rb
|
|
290
|
+
- test/fixtures/plugins/train-test-fixture/lib/train-test-fixture/transport.rb
|
|
291
|
+
- test/fixtures/plugins/train-test-fixture/lib/train-test-fixture/version.rb
|
|
292
|
+
- test/fixtures/plugins/train-test-fixture/pkg/train-test-fixture-0.1.0.gem
|
|
293
|
+
- test/fixtures/plugins/train-test-fixture/train-test-fixture.gemspec
|
|
288
294
|
- test/integration/.kitchen.yml
|
|
289
295
|
- test/integration/Berksfile
|
|
290
296
|
- test/integration/bootstrap.sh
|
|
@@ -380,11 +386,15 @@ signing_key:
|
|
|
380
386
|
specification_version: 4
|
|
381
387
|
summary: Transport interface to talk to different backends.
|
|
382
388
|
test_files:
|
|
383
|
-
- test/fixtures/
|
|
384
|
-
- test/fixtures/
|
|
385
|
-
- test/fixtures/
|
|
386
|
-
- test/fixtures/
|
|
387
|
-
- test/fixtures/
|
|
389
|
+
- test/fixtures/plugins/train-test-fixture/LICENSE
|
|
390
|
+
- test/fixtures/plugins/train-test-fixture/README.md
|
|
391
|
+
- test/fixtures/plugins/train-test-fixture/lib/train-test-fixture.rb
|
|
392
|
+
- test/fixtures/plugins/train-test-fixture/lib/train-test-fixture/connection.rb
|
|
393
|
+
- test/fixtures/plugins/train-test-fixture/lib/train-test-fixture/platform.rb
|
|
394
|
+
- test/fixtures/plugins/train-test-fixture/lib/train-test-fixture/transport.rb
|
|
395
|
+
- test/fixtures/plugins/train-test-fixture/lib/train-test-fixture/version.rb
|
|
396
|
+
- test/fixtures/plugins/train-test-fixture/pkg/train-test-fixture-0.1.0.gem
|
|
397
|
+
- test/fixtures/plugins/train-test-fixture/train-test-fixture.gemspec
|
|
388
398
|
- test/integration/.kitchen.yml
|
|
389
399
|
- test/integration/Berksfile
|
|
390
400
|
- test/integration/bootstrap.sh
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
This is a very simple train transport plugin, laid out as though it were an installed gem. It is not a good example to use for learning, nor a good base for starting your own plugin - it's intended for for use during the testing of Train.
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
lib = File.expand_path("../lib", __FILE__)
|
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
-
|
|
5
|
-
Gem::Specification.new do |spec|
|
|
6
|
-
spec.name = "train-gem-fixture"
|
|
7
|
-
spec.version = '0.1.0'
|
|
8
|
-
spec.authors = ["Inspec core engineering team"]
|
|
9
|
-
spec.email = ["hello@chef.io"]
|
|
10
|
-
|
|
11
|
-
spec.summary = %q{Test train plugin, packaged as a local gem}
|
|
12
|
-
spec.description = %q{Test train plugin, packaged as a local gem}
|
|
13
|
-
spec.homepage = "https://github.com/inspec/train"
|
|
14
|
-
|
|
15
|
-
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
16
|
-
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
|
17
|
-
if spec.respond_to?(:metadata)
|
|
18
|
-
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
|
19
|
-
else
|
|
20
|
-
raise "RubyGems 2.0 or newer is required to protect against " \
|
|
21
|
-
"public gem pushes."
|
|
22
|
-
end
|
|
23
|
-
|
|
24
|
-
spec.files = %w{
|
|
25
|
-
README.md
|
|
26
|
-
lib/train-gem-fixture.rb
|
|
27
|
-
lib/train-gem-fixture/version.rb
|
|
28
|
-
lib/train-gem-fixture/transport.rb
|
|
29
|
-
}
|
|
30
|
-
spec.executables = []
|
|
31
|
-
spec.require_paths = ["lib"]
|
|
32
|
-
|
|
33
|
-
# No deps
|
|
34
|
-
end
|