Class: Gitlab::QA::Scenario::Test::Integration::AiGateway
- Inherits:
-
AiGatewayBase
- Object
- Gitlab::QA::Scenario::Template
- AiGatewayBase
- Gitlab::QA::Scenario::Test::Integration::AiGateway
- Defined in:
- lib/gitlab/qa/scenario/test/integration/ai_gateway.rb
Constant Summary
Constants inherited from AiGatewayBase
Gitlab::QA::Scenario::Test::Integration::AiGatewayBase::SETUP_DEST_PATH, Gitlab::QA::Scenario::Test::Integration::AiGatewayBase::SETUP_SRC_PATH
Instance Method Summary collapse
-
#initialize ⇒ AiGateway
constructor
A new instance of AiGateway.
Methods inherited from AiGatewayBase
#perform, #run_specs, #set_up_ai_gateway, #set_up_gitlab, #set_up_gitlab_duo
Methods inherited from Gitlab::QA::Scenario::Template
Constructor Details
#initialize ⇒ AiGateway
Returns a new instance of AiGateway.
9 10 11 12 |
# File 'lib/gitlab/qa/scenario/test/integration/ai_gateway.rb', line 9 def initialize super @tag = 'ai_gateway' end |