Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 728 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 728 Bytes

K8s e2e test

Overview

This repo houses the nessesary scripts and configurations to run the k8s e2e tests against the Portworx CSI Driver.

Pre-reqs

  1. Install k8s cluster via kubeup or similar method
  2. Install Portworx CSI Driver

Running tests

docker run --rm -t \
	-v <KUBECONFIG_LOCAL_PATH>:/tmp/kubeconfig \
	-e KUBECONFIG=/tmp/kubeconfig \
	-e K8S_VERSION=<kubernetes test version>
	docker.io/openstorage/k8s-e2e-test:master

Building

Run make build

Updating image

Run make deploy

Travis CI

Each commit to this repo is pushed to openstorage/k8s-e2e-test:master