class Gitlab::QA::Scenario::Test::Instance::Smoke
including staging and on-premises installation.
Run smoke test suite against any GitLab instance,
#
def perform(edition_and_tag, address, *rspec_args)
def perform(edition_and_tag, address, *rspec_args) Component::Specs.perform do |specs| specs.suite = 'Test::Instance::Smoke' specs.release = Release.new(edition_and_tag) specs.args = [address, *rspec_args] end end