summaryrefslogtreecommitdiff
path: root/qa/README.md
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2018-09-10 15:01:55 -0400
committerMark Lapierre <mlapierre@gitlab.com>2018-09-10 18:43:34 -0400
commit28e80dbcc5882bb4635941b18b69cba696061ade (patch)
tree0b58a22169e675275e5eb9f4d50adbd2e89bc358 /qa/README.md
parent1cdab683bd2a8a5cb3b7d9290b1e1189d4160ab9 (diff)
downloadgitlab-ce-28e80dbcc5882bb4635941b18b69cba696061ade.tar.gz
Enable signing in as admin when adding a license
Adds the ability to use admin credentials to add a license so that when testing an LDAP user on EE the LDAP user does not have to be an admin. Admin credentials default to GDK's root user. Can be overriden via ADMIN_USERNAME and ADMIN_PASSWORD environment variables.
Diffstat (limited to 'qa/README.md')
-rw-r--r--qa/README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/qa/README.md b/qa/README.md
index f8a5c00efd4..746bd5cf94b 100644
--- a/qa/README.md
+++ b/qa/README.md
@@ -78,13 +78,7 @@ If your user doesn't have permission to default sandbox group
GITLAB_USERNAME=jsmith GITLAB_PASSWORD=password GITLAB_SANDBOX_NAME=jsmith-qa-sandbox bin/qa Test::Instance::All https://gitlab.example.com
```
-In addition, the `GITLAB_USER_TYPE` can be set to "ldap" to sign in as an LDAP user:
-
-```
-GITLAB_USER_TYPE=ldap GITLAB_USERNAME=jsmith GITLAB_PASSWORD=password GITLAB_SANDBOX_NAME=jsmith-qa-sandbox bin/qa Test::Instance::All https://gitlab.example.com
-```
-
-All [supported environment variables are here](https://gitlab.com/gitlab-org/gitlab-qa#supported-environment-variables).
+All [supported environment variables are here](https://gitlab.com/gitlab-org/gitlab-qa/blob/master/docs/what_tests_can_be_run.md#supported-environment-variables).
### Building a Docker image to test