Merge pull request #8786 from pmorie/secret-tests

Add tests for secret volume plugin reboot/idempotency
This commit is contained in:
Saad Ali
2015-05-26 09:57:31 -07:00
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"