diff --git a/test.sh b/test.sh index 3c2a6d6bc666e851e62c3c1c8843b85334d9d9c0..336b2ebb28e1353fbf1784dabbeb163c2a6e8422 100644 --- a/test.sh +++ b/test.sh @@ -102,6 +102,11 @@ run_mr_stats() { | ${bindir}/mr_stats --config=${root}/djrandom.conf --mapreduce } +run_mr_davfs() { + ${bindir}/mr_dump_bucket --config=${root}/djrandom.conf --bucket=song \ + | ${bindir}/mr_davfs --config=${root}/djrandom.conf --mapreduce +} + setup start_daemons sleep 1 @@ -113,6 +118,7 @@ echo ${root} sleep 1 run_client run_mr_stats +run_mr_davfs echo "*** TEST COMPLETE ***" echo