#!/bin/bash
# meta: proxy=false
# meta: preconfig=./NFS-config
#
# Tests for the PyNFS 'getdevicelist', 'getlayout', 'layoutreturn' and 'layoutcommit' suites.
#
# GETDLIST1 : Check devlist
# GETDINFO1 : Check devlist
#
# Disabled due to currently failing:
#
#   GETLAYOUT1    : Verify layout handling
#     "layout_type does not contain BLOCK"
#
# Disabled due to not making sense in our implementation:
#
# Needing further investigation:
#   GETLAYOUT100  : Verify layout handling ?? Unknow code or flag: getlayout100
#   LAYOUTRET1    : Return a file's layout
#   LAYOUTRET2    : Return all of a filesystem's layouts
#   LAYOUTRET3    : Return all of a client's layouts
#   LAYOUTCOMMIT1 : Do some commits
#

source ./Macros

#PYNFS_EXEC "$NFS41_EXEC $NFS_HOST:$NFS_HOME GETDLIST1 GETDINFO1 --noinit"
exit $?
