Details
-
Improvement
-
Resolution: Unresolved
-
Trivial
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
t32_wait_til_devices_gone() lists devices using do_rpc_nodes $node $LCTL device_list,
the do_rpc_nodes includes test-framework.sh which does:
if [ -f "$EXCEPT_LIST_FILE" ]; then
echo "Reading test skip list from $EXCEPT_LIST_FILE"
cat $EXCEPT_LIST_FILE
. $EXCEPT_LIST_FILE
fi
i.e. it prints EXCEPT_LIST_FILE and t32_wait_til_devices_gone() interprets that as still alive devices