https://github.com/dell/cert-csi
Unified CSI driver testing tool
https://github.com/dell/cert-csi
Last synced: 8 months ago
JSON representation
Unified CSI driver testing tool
- Host: GitHub
- URL: https://github.com/dell/cert-csi
- Owner: dell
- License: apache-2.0
- Created: 2022-11-15T12:52:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T13:13:08.000Z (about 1 year ago)
- Last Synced: 2024-11-11T14:21:31.709Z (about 1 year ago)
- Language: Go
- Size: 49.9 MB
- Stars: 8
- Watchers: 15
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CERT-CSI: Test tool for CSI Drivers
[](docs/CODE_OF_CONDUCT.md)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/dell/cert-csi/releases)
Test Certification Tool and Framework for Dell EMC CSI Drivers
This tool can be used for both functional and performance testing of any CSI Driver, using number of included test suites The metrics will be inserted in SQLite database in root of the project, and later can be converted in
easy-readable document format, where this metrics will be analyzed
> Since version 0.5.2 sqlite database created in the root of the project called like a storage class
>
>Ex: `--sc nfs` will generate `nfs.db` database file
## Table of Contents
* [About](#about)
* [Code of Conduct](https://github.com/dell/csm/blob/main/docs/CODE_OF_CONDUCT.md)
* [Maintainer Guide](https://github.com/dell/csm/blob/main/docs/MAINTAINER_GUIDE.md)
* [Committer Guide](https://github.com/dell/csm/blob/main/docs/COMMITTER_GUIDE.md)
* [Contributing Guide](https://github.com/dell/csm/blob/main/docs/CONTRIBUTING.md)
* [List of Adopters](https://github.com/dell/csm/blob/main/docs/ADOPTERS.md)
* [Support](https://github.com/dell/csm/blob/main/docs/SUPPORT.md)
* [Security](https://github.com/dell/csm/blob/main/docs/SECURITY.md)
* [Certification Tool to Validate Drivers](#certification-tool-to-validate-drivers)
## About
_CERT-CSI_ is 100% open source and community-driven. All components are available
under [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0.html) on
GitHub.
## Certification Tool to Validate Drivers
Please refer [Cert-CSI Documentation](https://dell.github.io/csm-docs/docs/support/cert-csi/)