Searched refs:test_md (Results 1 – 10 of 10) sorted by relevance
18 local test_md20 test_md=$(mdconfig -a "$@") || exit21 echo $test_md >> $TEST_MDS_FILE || exit22 echo $test_md27 local test_md unit29 test_md=$130 unit=${test_md#md}37 local test_md40 while read test_md; do42 echo "# Removing test memory disk: $test_md"[all …]
10 local test_md12 test_md=$(mdconfig -a "$@") || atf_fail "failed to allocate md(4)"13 echo $test_md >> $TEST_MDS_FILE || exit14 echo $test_md
150 while read test_md; do151 gnop destroy -f ${test_md}.nop 2>/dev/null152 mdconfig -d -u $test_md 2>/dev/null
74 while read test_md; do75 gnop destroy -f ${test_md}.nop 2>/dev/null76 mdconfig -d -u $test_md 2>/dev/null
140 while read test_md; do141 gnop destroy -f ${test_md}.nop 2>/dev/null142 mdconfig -d -u $test_md 2>/dev/null
167 while read test_md; do168 gnop destroy -f ${test_md}.nop 2>/dev/null169 mdconfig -d -u $test_md 2>/dev/null
129 while read test_md; do130 echo "# Removing test gnop: ${test_md}.nop"131 gnop destroy -f "${test_md}.nop" 2>/dev/null || :
117 const model::metadata& test_md = test_case.get_metadata(); in list_test_case() local118 const model::properties_map test_props = test_md.to_properties(); in list_test_case()
251 while read test_md; do252 gnop destroy -f ${test_md}.nop 2>/dev/null253 mdconfig -d -u $test_md 2>/dev/null
201 while read test_md; do204 while ! mdconfig -d -u $test_md; do