minor fixes

This commit is contained in:
Sergey Dudoladov 2019-04-26 13:02:47 +02:00
parent 0d0480d515
commit 646de3d77e
3 changed files with 3 additions and 2 deletions

View File

@ -94,5 +94,5 @@ test:
e2e:
e2e/run.sh
# TODO run before tests once there are implemented completely
# TODO run before tests once they are implemented completely
flake8 --exit-zero

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
python3 -m unittest discover -s e2e/tests/
python3 -m unittest discover --start-directory e2e/tests/

View File

@ -1 +1,2 @@
kubernetes
flake8