Skip to content

Commit

Permalink
Add mount propagation to the simple roundtrip test.
Browse files Browse the repository at this point in the history
  • Loading branch information
stswidwinski committed Nov 5, 2022
1 parent 1f4feeb commit 7f59819
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions plugins/drivers/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ func TestTaskConfigRoundTrip(t *testing.T) {
},
Mounts: []*MountConfig{
{
TaskPath: "task",
HostPath: "host",
Readonly: true,
TaskPath: "task",
HostPath: "host",
Readonly: true,
PropagationMode: "private",
},
},
Env: map[string]string{"gir": "zim"},
Expand Down

0 comments on commit 7f59819

Please sign in to comment.