summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/ssh_tunnel.rb
blob: 926dce1807e15f862a59d6965368f800b04b4499 (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 Integration
        class SSHTunnel < Test::Instance::All
          tags :ssh_tunnel
        end
      end
    end
  end
end