summaryrefslogtreecommitdiff
path: root/qa/qa/scenario
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-08-19 23:07:09 -0700
committerStan Hu <stanhu@gmail.com>2018-08-20 11:56:23 -0700
commit00aa4d4c8c57a2f305070c2f9cb86fde6bc14285 (patch)
treee063f61a3b15298ead5703220b526014dc1f85c4 /qa/qa/scenario
parent00baed8cb0725f7e05e6dab4e498acf2b425a5b2 (diff)
downloadgitlab-ce-00aa4d4c8c57a2f305070c2f9cb86fde6bc14285.tar.gz
Add basic QA test for testing attachment uploads
Diffstat (limited to 'qa/qa/scenario')
-rw-r--r--qa/qa/scenario/test/integration/object_storage.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/qa/qa/scenario/test/integration/object_storage.rb b/qa/qa/scenario/test/integration/object_storage.rb
new file mode 100644
index 00000000000..874789db20d
--- /dev/null
+++ b/qa/qa/scenario/test/integration/object_storage.rb
@@ -0,0 +1,13 @@
+# frozen_string_literal: true
+
+module QA
+ module Scenario
+ module Test
+ module Integration
+ class ObjectStorage < Test::Instance
+ tags :object_storage
+ end
+ end
+ end
+ end
+end