Changeset View
Changeset View
Standalone View
Standalone View
tests/sys/geom/class/eli/reentrancy_test.sh
| Show All 36 Lines | init_test() | ||||
| geli detach ${md}.eli 2>/dev/null | geli detach ${md}.eli 2>/dev/null | ||||
| } | } | ||||
| atf_test_case init cleanup | atf_test_case init cleanup | ||||
| init_head() | init_head() | ||||
| { | { | ||||
| atf_set "descr" "Initialize a geli provider on top of another" | atf_set "descr" "Initialize a geli provider on top of another" | ||||
| atf_set "require.user" "root" | atf_set "require.user" "root" | ||||
| atf_set "timeout" 600 | atf_set "timeout" 900 | ||||
| } | } | ||||
| init_body() | init_body() | ||||
| { | { | ||||
| sectors=2 | sectors=2 | ||||
| geli_test_setup | geli_test_setup | ||||
| for_each_geli_config init_test | for_each_geli_config init_test | ||||
| } | } | ||||
| Show All 15 Lines | |||||