Change directory for cluster tests

Fixes the directory for running cluster tests (test_k8s rather than
test_ci)
This commit is contained in:
Charlie Drage 2017-08-18 11:04:51 -04:00
parent a8c2f204e1
commit ba7f2b30b2

View File

@ -30,10 +30,10 @@ fi
#####################
# Now we can start our Kubernetes cluster!
./script/test_ci/kubernetes.sh start
./script/test_k8s/kubernetes.sh start
# And we're off! Let's test those example files
./script/test_ci/kubernetes.sh test
./script/test_k8s/kubernetes.sh test
# Stop our Kubernetes cluster
./script/test_ci/kubernetes.sh stop
./script/test_k8s/kubernetes.sh stop