k0sproject/k0smotron

(tracking issue) unify e2e testing

Open

#1,083 opened on Jun 27, 2025

 (1 comment) (0 reactions) (0 assignees)Go (78 forks)auto 404
good first issuekeep

Repository metrics

Stars
 (721 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide