csi-driver-nfs/test/integration
andyzhangx 48406c1afd test: add VolumeGetStats test 2021-01-03 12:22:00 +00:00
..
README.md test: add integration tests 2020-11-16 06:19:09 +00:00
run-test.sh test: add VolumeGetStats test 2021-01-03 12:22:00 +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