Class: Gitlab::QA::Scenario::Test::Instance::Any

Inherits:
Gitlab::QA::Scenario::Template show all
Defined in:
lib/gitlab/qa/scenario/test/instance/any.rb

Overview

Run test suite against any GitLab instance, including staging and on-premises installation.

Instance Method Summary collapse

Methods inherited from Gitlab::QA::Scenario::Template

perform

Instance Method Details

#perform(release, tag, address) ⇒ Object



11
12
13
14
15
# File 'lib/gitlab/qa/scenario/test/instance/any.rb', line 11

def perform(release, tag, address)
  Docker::Specs.perform do |instance|
    instance.test_address(release, tag, address)
  end
end