rootfs / snapshot

Kubernetes Volume Snapshot Controller using Custom Resource Definition
Apache License 2.0
12 stars 7 forks source link

Add basic test scripts #12

Closed tsmetana closed 7 years ago

tsmetana commented 7 years ago

Here's some basic python test scripts intended to be run by a CI. They test only creation/deletion with the HostPath plugin so far.

I'm not sure if Python is acceptable language but it seemed to be the fastest way to get something useful.

tsmetana commented 7 years ago

Btw, the PR is intentionally created against the crd branch since it's more testable.

rootfs commented 7 years ago

this is great! thanks @tsmetana