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
f1a3f4dc
Commit
f1a3f4dc
authored
Nov 16, 2018
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implement review feedback
parent
5a2b8a93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
qa/qa/resource/user.rb
qa/qa/resource/user.rb
+3
-3
qa/qa/runtime/env.rb
qa/qa/runtime/env.rb
+2
-2
No files found.
qa/qa/resource/user.rb
View file @
f1a3f4dc
...
...
@@ -77,13 +77,13 @@ module QA
end
def
self
.
fabricate_or_use
(
username
,
password
)
if
!
Runtime
::
Env
.
signup_disabled?
self
.
fabricate!
else
if
Runtime
::
Env
.
signup_disabled?
self
.
new
.
tap
do
|
user
|
user
.
username
=
username
user
.
password
=
password
end
else
self
.
fabricate!
end
end
...
...
qa/qa/runtime/env.rb
View file @
f1a3f4dc
...
...
@@ -78,7 +78,7 @@ module QA
end
def
gitlab_qa_username_1
ENV
[
'GITLAB_QA_USERNAME_1'
]
ENV
[
'GITLAB_QA_USERNAME_1'
]
||
'gitlab-qa-user1'
end
def
gitlab_qa_password_1
...
...
@@ -86,7 +86,7 @@ module QA
end
def
gitlab_qa_username_2
ENV
[
'GITLAB_QA_USERNAME_2'
]
ENV
[
'GITLAB_QA_USERNAME_2'
]
||
'gitlab-qa-user2'
end
def
gitlab_qa_password_2
...
...
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