mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 10:18:42 +00:00
* Simplify test discovery logic in workflow. * Delete Clickhouse after successful test. * Separate two k8s tests into separate jobs. Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
7 lines
210 B
Bash
7 lines
210 B
Bash
#!/usr/bin/env bats
|
|
|
|
@test "Create a tenant Kubernetes control plane with latest version" {
|
|
. hack/e2e-apps/run-kubernetes.sh
|
|
run_kubernetes_test 'keys | sort_by(.) | .[-1]' 'test-latest-version' '59991'
|
|
}
|