Class: Gitlab::QA::Scenario::Test::Instance::Production

Inherits:
DeploymentBase show all
Defined in:
lib/gitlab/qa/scenario/test/instance/production.rb

Overview

Run test suite against gitlab.com

Instance Method Summary collapse

Methods inherited from DeploymentBase

#perform

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

perform, #perform

Instance Method Details

#deployment_componentObject



10
11
12
# File 'lib/gitlab/qa/scenario/test/instance/production.rb', line 10

def deployment_component
  Component::Production
end