Commit Graph
3 Commits
Author SHA1 Message Date
Enrico CandinoandGitHub 4413a038bd [v1.0] Refactor test suite to remove K3s container dependency (#971) (release/v1.0) (#985)
* Refactor test suite to remove K3s container dependency (#971)

- Removed K3s container setup and teardown logic from CLI and E2E test suites.
- Simplified Kubernetes client initialization by eliminating the need for K3s container.
- Updated InitFromKubeconfig function to no longer require K3s container as a parameter.
- Deleted unused HelmInstaller and RESTClientGetter implementations.
- Cleaned up logging functions related to K3s and Helm operations.

* update CI
2026-07-03 15:08:35 +02:00
Enrico CandinoandGitHub 8c3b1bc4cf test framework refactor cherry pick (#780) 2026-04-13 15:22:01 +02:00
Jonathan CrowtherandGitHub 3038276b02 [v1.0] Refactor tests to their own directories (#725)
* Refactor tests to their own directories (#723)

* Move cli tests

* Move e2e tests to their own directory

* Move integration tests

* Fix path within the cli tests

* Move k3k-kubelet tests

* Improve the various make test- options

* Remove dead code from cli tests

* Update development.md with the new make commands

* Remove tests that didn't exist in v1.0
2026-03-26 11:38:51 -04:00