k0sproject/k0smotron

(tracking issue) unify e2e testing

オープン

#1,083 opened on 2025/06/27

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Go (78 件のフォーク)auto 404
good first issuekeep

Repository metrics

Stars
 (721 個のスター)
PR merge metrics
 (平均マージ 37d 14h) (30d で 28 merged PRs)

説明

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.

コントリビューターガイド