summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/instance/object_storage.rb
blob: 6d54b50a505e03514fcf362fed6253345ed6e938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

module QA
  module Scenario
    module Test
      module Instance
        class ObjectStorage < All
          tags :object_storage
        end
      end
    end
  end
end