Class: Gitlab::QA::Scenario::Test::Integration::AiGatewayNoSeatAssigned

Inherits:
AiGatewayBase show all
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

Methods inherited from AiGatewayBase

#perform, #run_specs, #set_up_ai_gateway, #set_up_duo_pro, #set_up_gitlab

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

perform, #perform

Constructor Details

#initializeAiGatewayNoSeatAssigned

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