Class: Gitlab::QA::Scenario::Test::Instance::Any
- Inherits:
-
Gitlab::QA::Scenario::Template
- Object
- Gitlab::QA::Scenario::Template
- Gitlab::QA::Scenario::Test::Instance::Any
- 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
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 |