Skip to content

Commit e2d34c1

Browse files
author
Dongsu Park
committed
validation: add more test cases for private & slave propagations
We should test rootfs propagation modes, not only shared and unbindable, but also slave and private. Signed-off-by: Dongsu Park <[email protected]>
1 parent 94f1f84 commit e2d34c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation/linux_rootfs_propagation.go

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ func main() {
2222

2323
cases := []string{
2424
"shared",
25+
"slave",
26+
"private",
2527
"unbindable",
2628
}
2729

0 commit comments

Comments
 (0)