move tests to a separate dir

This commit is contained in:
Sergey Dudoladov 2019-04-26 10:47:17 +02:00
parent d9e905bcdc
commit a967672cd0
2 changed files with 1 additions and 2 deletions

View File

@ -23,4 +23,4 @@ kind create cluster --name ${cluster_name} --config ./e2e/kind-config-multikind.
export KUBECONFIG="$(kind get kubeconfig-path --name=${cluster_name})"
kubectl cluster-info
./e2e/tests.py
python3 -m unittest discover -s e2e/tests/

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python3
import unittest
from kubernetes import client, config