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
110946dd
Commit
110946dd
authored
Nov 18, 2021
by
Jonathan Schafer
Committed by
Ramya Authappan
Nov 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: Add note about GDK initial password for QA tests
parent
1d02d0de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
qa/README.md
qa/README.md
+10
-0
No files found.
qa/README.md
View file @
110946dd
...
...
@@ -73,6 +73,16 @@ bundle exec bin/qa Test::Instance::All http://localhost:3000
Note: If you want to run tests requiring SSH against GDK, you
will need to
[
modify your GDK setup
](
https://gitlab.com/gitlab-org/gitlab-qa/blob/master/docs/run_qa_against_gdk.md
)
.
Note: When you log into your GDK instance of GitLab for the first time, the root password requires a change.
GitLab QA expects the default initial password to be used in tests; see all default values listed in
[
Supported GitLab environment variables
](
https://gitlab.com/gitlab-org/gitlab-qa/-/blob/master/docs/what_tests_can_be_run.md#supported-gitlab-environment-variables
)
.
If you have changed your root password, you must set the
`GITLAB_INITIAL_ROOT_PASSWORD`
environment
variable.
```
export GITLAB_INITIAL_ROOT_PASSWORD="<GDK root password>"
```
#### Running EE tests
When running EE tests you'll need to have a license available. GitLab engineers can
[
request a license
](
https://about.gitlab.com/handbook/developer-onboarding/#working-on-gitlab-ee
)
.
...
...
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