implement basic exec [ci skip]

This commit is contained in:
Brad Rydzewski
2019-10-22 15:21:57 -07:00
parent 00df09b842
commit 4d3f9c66af
24 changed files with 304 additions and 60 deletions

View File

@@ -30,6 +30,12 @@ func TestLint(t *testing.T) {
message: "linter: invalid or missing image",
},
// user should not use reserved volume names.
{
path: "testdata/volume_missing_name.yml",
trusted: false,
invalid: true,
message: "linter: missing volume name",
},
{
path: "testdata/volume_invalid_name.yml",
trusted: false,