csi-driver-nfs/test/integration
Jiaxun Song 77511ab075 fix: change CSC install step 2020-11-19 07:38:34 +00:00
..
README.md test: add integration tests 2020-11-16 06:19:09 +00:00
run-test.sh fix: change CSC install step 2020-11-19 07:38:34 +00:00

README.md

Integration Test

Integration test verifies the functionality of CSI driver as a standalone server outside Kubernetes. It exercises the lifecycle of the volume by creating, attaching, staging, mounting volumes and the reverse operations.

Run Integration Tests Locally

Prerequisite

  • Make sure golang is installed.
  • Make sure Docker is installed and running. The test will spin up a docker container hosting the NFS server.

Run integration tests

make integration-test