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-20 09:07:09 +0300
committerStan Hu <stanhu@gmail.com>2018-08-20 21:56:23 +0300
commit00aa4d4c8c57a2f305070c2f9cb86fde6bc14285 (patch)
treee063f61a3b15298ead5703220b526014dc1f85c4 /qa/qa.rb
parent00baed8cb0725f7e05e6dab4e498acf2b425a5b2 (diff)
Add basic QA test for testing attachment uploads
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 0b48cf58766..80cfd142a40 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -91,6 +91,7 @@ module QA
autoload :LDAP, 'qa/scenario/test/integration/ldap'
autoload :Kubernetes, 'qa/scenario/test/integration/kubernetes'
autoload :Mattermost, 'qa/scenario/test/integration/mattermost'
+ autoload :ObjectStorage, 'qa/scenario/test/integration/object_storage'
end
module Sanity