gitlab-qa 4.2.0 → 4.2.1
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/README.md +2 -0
- data/lib/gitlab/qa/component/internet_tunnel.rb +1 -1
- data/lib/gitlab/qa/component/specs.rb +1 -1
- data/lib/gitlab/qa/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc37416edd60d82f954f1751335de2335dd325ed2e5c3406e81a5c643dc1f46f
|
|
4
|
+
data.tar.gz: 626e2a1972df39529e6d993c920f4f1083f367674e8a8119415a7ef5b5a90cd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2a67ce9d98eefa4578123673fede9e1254af2618ac93a062a7aa8ef96ae257c1c5b1786a61af6b0446b1937853ad127e06024ee263897289667dde23e157ab4
|
|
7
|
+
data.tar.gz: 39ef6988716c1200978d75fff7acf6f4ba826da55596d5b31196cfb706f3f970fd086aea7d77ef9be87287a9b9fbbbdaea3003f7b6596f2c226aaf404159d9f4
|
data/README.md
CHANGED
|
@@ -112,6 +112,8 @@ as there are caveats and things that may work differently.
|
|
|
112
112
|
All the scenarios you can run are described in the
|
|
113
113
|
[What tests can be run?](/docs/what_tests_can_be_run.md) documentation.
|
|
114
114
|
|
|
115
|
+
Note: The GitLab QA tool requires that [Docker](https://docs.docker.com/install/) is installed.
|
|
116
|
+
|
|
115
117
|
### How to add new scenarios
|
|
116
118
|
|
|
117
119
|
Scenarios (test cases) and scripts to run them are located in the
|
|
@@ -29,7 +29,7 @@ module Gitlab
|
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
command.volume('/var/run/docker.sock', '/var/run/docker.sock')
|
|
32
|
-
command.volume(File.join(Runtime::Env.host_artifacts_dir, name), '/home/qa/tmp')
|
|
32
|
+
command.volume(File.join(Runtime::Env.host_artifacts_dir, name), '/home/gitlab/qa/tmp')
|
|
33
33
|
|
|
34
34
|
command.name(name)
|
|
35
35
|
end
|
data/lib/gitlab/qa/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitlab-qa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Grzegorz Bizon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: climate_control
|
|
@@ -213,7 +213,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
213
213
|
- !ruby/object:Gem::Version
|
|
214
214
|
version: '0'
|
|
215
215
|
requirements: []
|
|
216
|
-
|
|
216
|
+
rubyforge_project:
|
|
217
|
+
rubygems_version: 2.7.6
|
|
217
218
|
signing_key:
|
|
218
219
|
specification_version: 4
|
|
219
220
|
summary: Integration tests for GitLab
|