Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
472f1f6d
Commit
472f1f6d
authored
Sep 10, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[QA] Fix Geo scenario
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
b3a733f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
qa/qa/ee/scenario/test/geo.rb
qa/qa/ee/scenario/test/geo.rb
+4
-2
No files found.
qa/qa/ee/scenario/test/geo.rb
View file @
472f1f6d
...
...
@@ -8,6 +8,8 @@ module QA
class
Geo
<
QA
::
Scenario
::
Template
include
QA
::
Scenario
::
Bootable
tags
:geo
attribute
:geo_primary_address
,
'--primary-address PRIMARY'
attribute
:geo_primary_name
,
'--primary-name PRIMARY_NAME'
attribute
:geo_secondary_address
,
'--secondary-address SECONDARY'
...
...
@@ -32,8 +34,8 @@ module QA
Specs
::
Runner
.
perform
do
|
specs
|
specs
.
tty
=
true
specs
.
tags
=
%w[geo]
specs
.
options
=
rspec_options
.
any?
?
rspec_options
:
'qa/specs/features'
specs
.
tags
=
self
.
class
.
focus
specs
.
options
=
rspec_options
if
rspec_options
.
any?
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment