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:
authorStan Hu <stanhu@gmail.com>2018-08-29 20:54:24 +0300
committerStan Hu <stanhu@gmail.com>2018-08-29 20:54:24 +0300
commit14105b5ee9fe83313f3410dd717836fd36497696 (patch)
tree8ae8aa434551642126df3089864a05f25abb693e /qa/qa.rb
parent7e7e52536b876a9381c6efb4d858d3a49d1f9640 (diff)
parent380c7169cbcc67b4046bc63b62fd1c452c76ad12 (diff)
Merge branch 'master' into sh-add-object-storage-qa
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 90461b16dd4..8e23b444f3b 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -83,6 +83,7 @@ module QA
# Test scenario entrypoints.
#
module Test
+ autoload :Instance, 'qa/scenario/test/instance'
module Instance
autoload :All, 'qa/scenario/test/instance/all'
autoload :Smoke, 'qa/scenario/test/instance/smoke'