Documentation
¶
Overview ¶
Package clusterversionoperator contains utilities for exercising the cluster-version operator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminAckTest ¶
AdminAckTest contains artifacts used during test
func (*AdminAckTest) Test ¶
func (t *AdminAckTest) Test(ctx context.Context)
Test simply returns successfully if admin ack functionality is not part of the baseline being tested. Otherwise, for each configured admin ack gate, test verifies the gate name format and that it contains a description. If valid and the gate is applicable to the OCP version under test, test checks the value of the admin ack gate. If the gate has been ack'ed the test verifies that the Upgradeable condition does not complain about the ack. Test then clears the ack and verifies that the Upgradeable condition complains about the ack. Test then sets the ack and verifies that the Upgradeable condition no longer complains about the ack.