k0sproject/k0smotron

(tracking issue) unify e2e testing

Aperta

#1083 aperta il 27 giu 2025

 (1 commento) (0 reazioni) (0 assegnatari)Go (78 fork)auto 404
good first issuekeep

Metriche repository

Star
 (721 stelle)
Metriche merge PR
 (Merge medio 37g 14h) (28 PR mergiate in 30 g)

Descrizione

Currently we have two ways to test k0smotron e2e. By the classical approach, with the tests collected in the inttest folder and on the other hand the approach using the CAPI e2e framework under the e2e folder. The classical approach has several limitations compared to the new one, mainly the latter offers configurability on the infrastructure provider and flexibility in reusing cluster templates between test specs. The idea of this issue is to unify in a single approach the e2e testing, migrating the current tests (if applicable) declared in inttest to the new approach.

Guida contributor