Skip to content

lpabon/csi-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

csi-test

csi-test is a golang unit testing framework for container orchestration (CO) system and CSI driver developers.

For Container Orchestration Unit Tests

CO developers can use this framework to create drivers based on the Golang mock framework. Please see co_test.go for an example.

For CSI Driver Unit Tests

Driver developers do not need to leverage the mocking framework, and instead just use the CSI protocol buffers golang output library. This framework may provide little value currently, but if the need arises, it may provide future libraries to make developement and testing of drivers easier. Please see the example driver_test.go for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%