Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-16 09:08:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-16 09:08:47 +0300
commita9a25b9e726c45bed9146661825e9b849f79d6a9 (patch)
tree477e8cb78deafd527148767390ea2259b6019ae4 /qa/qa.rb
parent116d94a175ee96732bc831df18a6c6137f32c125 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 1771bc7c48e..75df6f36828 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -171,6 +171,7 @@ module QA
autoload :ObjectStorage, 'qa/scenario/test/integration/object_storage'
autoload :SMTP, 'qa/scenario/test/integration/smtp'
autoload :SSHTunnel, 'qa/scenario/test/integration/ssh_tunnel'
+ autoload :Registry, 'qa/scenario/test/integration/registry'
end
module Sanity