Changeset View
Changeset View
Standalone View
Standalone View
tests/sys/geom/class/eli/online_resize_test.sh
| #!/bin/sh | #!/bin/sh | ||||
| . $(atf_get_srcdir)/conf.sh | . $(atf_get_srcdir)/conf.sh | ||||
| atf_test_case online_resize cleanup | atf_test_case online_resize cleanup | ||||
| online_resize_head() | online_resize_head() | ||||
| { | { | ||||
| atf_set "descr" "online resize of geli providers" | atf_set "descr" "online resize of geli providers" | ||||
| atf_set "require.user" "root" | atf_set "require.user" "root" | ||||
| atf_set "timeout" 600 | |||||
| } | } | ||||
| online_resize_body() | online_resize_body() | ||||
| { | { | ||||
| geli_test_setup | geli_test_setup | ||||
| ( | ( | ||||
| echo "m 512 none 10485248 1 1 20971008 1 1 31456768 1 1" | echo "m 512 none 10485248 1 1 20971008 1 1 31456768 1 1" | ||||
| echo "m 4096 none 10481664 1 1 20967424 1 1 31453184 1 1" | echo "m 4096 none 10481664 1 1 20967424 1 1 31453184 1 1" | ||||
| ▲ Show 20 Lines • Show All 174 Lines • Show Last 20 Lines | |||||