k3s/tests/docker/test-runner
Derek Nola 935ad1dbac
Move docker tests into tests folder (#9555)
* Move docker tests into tests folder
* Remove old test certs
* Update TESTING.md with docker test inf

Signed-off-by: Derek Nola <derek.nola@suse.com>
2024-03-04 09:15:40 -08:00

14 lines
149 B
Bash
Executable File

#!/bin/bash
set -x -e
cd $(dirname $0)/../..
# ---
for include in $TEST_INCLUDES; do
. $include
done
test-setup
provision-cluster
start-test $@