run tests from the script
This commit is contained in:
parent
86a17e35e4
commit
2bfcb0ed23
|
|
@ -19,3 +19,5 @@ fi
|
||||||
kind create cluster --name ${cluster_name} --config ./e2e/kind-config-multikind.yaml
|
kind create cluster --name ${cluster_name} --config ./e2e/kind-config-multikind.yaml
|
||||||
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
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from kubernetes import client, config
|
from kubernetes import client, config
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue