mirror of https://github.com/k3s-io/k3s
Add new tests to test list
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/6433/head
parent
713e47c5e8
commit
daf76c4186
|
@ -23,6 +23,12 @@ if [ ${ARCH} != s390x ]; then
|
||||||
echo "Did test-run-compat $?"
|
echo "Did test-run-compat $?"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
. ./scripts/test-run-hardened
|
||||||
|
echo "Did test-run-hardened $?"
|
||||||
|
|
||||||
|
. ./scripts/test-run-upgrade
|
||||||
|
echo "Did test-run-upgrade $?"
|
||||||
|
|
||||||
. ./scripts/test-run-etcd
|
. ./scripts/test-run-etcd
|
||||||
echo "Did test-run-etcd $?"
|
echo "Did test-run-etcd $?"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue