Skip to content
Snippets Groups Projects
Commit 32f9bb05 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=16932

i=Johann
skip some tests if there are several ost services on oss node
parent 19d509e4
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,13 @@ CLEANUP=${CLEANUP:-""}
MOUNT_2=${MOUNT_2:-"yes"}
. $LUSTRE/tests/test-framework.sh
if [ "$FAILURE_MODE" = "HARD" ] && mixed_ost_devs; then
CONFIG_EXCEPTIONS="17"
echo -n "Several ost services on one ost node are used with FAILURE_MODE=$FAILURE_MODE. "
echo "Except the tests: $CONFIG_EXCEPTIONS"
ALWAYS_EXCEPT="$ALWAYS_EXCEPT $CONFIG_EXCEPTIONS"
fi
init_test_env $@
. ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}
......
......@@ -20,6 +20,13 @@ GRANT_CHECK_LIST=${GRANT_CHECK_LIST:-""}
# bug number:
ALWAYS_EXCEPT="$REPLAY_SINGLE_EXCEPT"
if [ "$FAILURE_MODE" = "HARD" ] && mixed_ost_devs; then
CONFIG_EXCEPTIONS="0b 42 47 61a 61c"
echo -n "Several ost services on one ost node are used with FAILURE_MODE=$FAILURE_MODE. "
echo "Except the tests: $CONFIG_EXCEPTIONS"
ALWAYS_EXCEPT="$ALWAYS_EXCEPT $CONFIG_EXCEPTIONS"
fi
# 63 min 7 min AT AT AT AT"
[ "$SLOW" = "no" ] && EXCEPT_SLOW="1 2 3 4 6 12 16 44a 44b 65 66 67 68"
......
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