[sheepdog] [PATCH] tests/func/050: fix false alarm during 'vdi check'
Liu Yuan
namei.unix at gmail.com
Thu Sep 12 14:26:56 CEST 2013
Now we can use nid to connect to the node, this means we can make use of io nic
if any. Dog will fallback to non-io nic when io nic is broken.
Signed-off-by: Liu Yuan <namei.unix at gmail.com>
---
- this patch is based on my 'use rbtree to manage virtual node' series.
tests/functional/050 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/functional/050 b/tests/functional/050
index 8a35c59..f7ddd8e 100755
--- a/tests/functional/050
+++ b/tests/functional/050
@@ -37,6 +37,6 @@ sleep 1
if [ "`grep fallback $STORE/0/sheep.log`" ];then
echo fallback done
fi
-$DOG vdi check test
+$DOG vdi check test 2> /dev/null
status=0
--
1.7.9.5
More information about the sheepdog
mailing list