Class: Gitlab::QA::Scenario::Test::Integration::AiGatewayNoSeatAssigned
- Inherits:
-
AiGatewayBase
- Object
- Gitlab::QA::Scenario::Template
- AiGatewayBase
- Gitlab::QA::Scenario::Test::Integration::AiGatewayNoSeatAssigned
- Defined in:
- lib/gitlab/qa/scenario/test/integration/ai_gateway_no_seat_assigned.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 ⇒ AiGatewayNoSeatAssigned
constructor
A new instance of AiGatewayNoSeatAssigned.
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 ⇒ AiGatewayNoSeatAssigned
Returns a new instance of AiGatewayNoSeatAssigned.
9 10 11 12 13 |
# File 'lib/gitlab/qa/scenario/test/integration/ai_gateway_no_seat_assigned.rb', line 9 def initialize super @tag = 'ai_gateway_no_seat_assigned' @assign_seats = false end |