mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 20:49:02 +00:00
* 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>
14 lines
149 B
Bash
Executable File
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 $@
|