Skip to content

Commit

Permalink
validation: add more test cases for private & slave propagations
Browse files Browse the repository at this point in the history
We should test rootfs propagation modes, not only shared and unbindable,
but also slave and private.

Signed-off-by: Dongsu Park <dongsu@kinvolk.io>
  • Loading branch information
Dongsu Park committed Jun 6, 2018
1 parent a98cf8d commit 1e72c1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions validation/linux_rootfs_propagation.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ func main() {

cases := []string{
"shared",
"slave",
"private",
"unbindable",
}

Expand Down

0 comments on commit 1e72c1b

Please sign in to comment.