Skip to content

Commit

Permalink
test: move check VAP/VAPB after test of "kueue CR ready"
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw committed Jan 15, 2025
1 parent 36afb1e commit c8372c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/kueue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ func kueueTestSuite(t *testing.T) {

t.Run("Validate component enabled", componentCtx.ValidateComponentEnabled)
t.Run("Validate operands have OwnerReferences", componentCtx.ValidateOperandsOwnerReferences)
t.Run("Validate Kueue Dynamically create VAP", componentCtx.validateKueueVAPReady)
t.Run("Validate update operand resources", componentCtx.ValidateUpdateDeploymentsResources)
t.Run("Validate Kueue Dynamically create VAP and VAPB", componentCtx.validateKueueVAPReady)
t.Run("Validate component disabled", componentCtx.ValidateComponentDisabled)
}

Expand Down

0 comments on commit c8372c6

Please sign in to comment.