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
214 B
Bash
7 lines
214 B
Bash
#!/usr/bin/env bats
|
|
|
|
@test "Create a tenant Kubernetes control plane with previous version" {
|
|
. hack/e2e-apps/run-kubernetes.sh
|
|
run_kubernetes_test 'keys | sort_by(.) | .[-2]' 'test-previous-version' '59992'
|
|
}
|