https://github.com/endocrimes/csi-conformance
https://github.com/endocrimes/csi-conformance
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/endocrimes/csi-conformance
- Owner: endocrimes
- Created: 2019-06-03T13:43:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T13:43:20.000Z (about 7 years ago)
- Last Synced: 2025-08-23T21:33:55.141Z (10 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csi-conformance
csi-conformance is a work in progress testing harness for validating
implementations of the [Container Storage Interface][csi-spec].
It contains two tools:
- [csio](#todo): csio is a fake implementation of an orchestrator, that when
given a socket for a csi plugin, will attempt to validate its interaction with
the specification.
- [csip](#todo): csip is a fake implementation of a csi plugin that can be used
to validate that an orchestrator interacts with it correclty. It supports
being ran in host-only, control-only, and mixed modes.
[csi-spec]: https://github.com/container-storage-interface/spec