Add tests for secret volume plugin reboot/idempotency

This commit is contained in:
Paul Morie
2015-05-25 11:40:50 -04:00
parent 01fcb58673
commit feb0880b1e
2 changed files with 163 additions and 29 deletions

View File

@@ -22,6 +22,8 @@ type FakeMounter struct {
Log []FakeAction
}
var _ Interface = &FakeMounter{}
// Values for FakeAction.Action
const FakeActionMount = "mount"
const FakeActionUnmount = "unmount"