Skip to content

Test script and configs for running k8s e2e test against Portworx CSI Driver.

Notifications You must be signed in to change notification settings

portworx/k8s-e2e-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Test script and configs for running k8s e2e test against Portworx CSI Driver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published