csi-driver-nfs/test/integration
Jiaxun Song 0323f29b7e test: add integration tests 2020-11-16 06:19:09 +00:00
..
README.md test: add integration tests 2020-11-16 06:19:09 +00:00
run-test.sh test: add integration tests 2020-11-16 06:19:09 +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