Skip to content
Snippets Groups Projects
Commit 91bc6592 authored by Robert Read's avatar Robert Read
Browse files

Branch HEAD

b=1819
i=adilger
i=nathan

Add test for new proc file.
parent 1377b92e
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,12 @@ test_0b() {
}
run_test 0b "chmod 0755 $DIR ============================="
test_0c() {
$LCTL get_param mdc.*.import | grep "state: FULL" || error "import not FULL"
$LCTL get_param mdc.*.import | grep "target: $FSNAME-MDT" || error "bad target"
}
run_test 0c "check import proc ============================="
test_1a() {
mkdir $DIR/d1
mkdir $DIR/d1/d2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment