move tests to a separate dir
This commit is contained in:
parent
d9e905bcdc
commit
a967672cd0
|
|
@ -23,4 +23,4 @@ kind create cluster --name ${cluster_name} --config ./e2e/kind-config-multikind.
|
||||||
export KUBECONFIG="$(kind get kubeconfig-path --name=${cluster_name})"
|
export KUBECONFIG="$(kind get kubeconfig-path --name=${cluster_name})"
|
||||||
kubectl cluster-info
|
kubectl cluster-info
|
||||||
|
|
||||||
./e2e/tests.py
|
python3 -m unittest discover -s e2e/tests/
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python3
|
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
from kubernetes import client, config
|
from kubernetes import client, config
|
||||||
Loading…
Reference in New Issue