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:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-09-03 09:52:37 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-09-03 09:52:37 +0300
commitdad32f9ce6ec75469bf7eab53835dfe8f5da1236 (patch)
tree269db34c5a4dee1037341d1c3acc8da885596c8b /qa/qa.rb
parentba99dfcde262c91e33b5bf7f86ba7c0e3b6f7e52 (diff)
parent3c633844d02a548d97612d053d14460fe166bed0 (diff)
Merge branch 'sh-add-object-storage-qa' into 'master'
Add basic QA test for testing attachment uploads Closes #49957 See merge request gitlab-org/gitlab-ce!21300
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 cf15a8b229c..8e23b444f3b 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -94,6 +94,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