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 <dongsu@kinvolk.io>
1 parent 94f1f84 commit e2d34c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

validation/linux_rootfs_propagation.go

Lines changed: 2 additions & 0 deletions
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)