#!/bin/bash
# meta: proxy=false
# meta: preconfig=./NFS-config
#
# Tests for the PyNFS 'compound' suite.
#
# COMP1  : COMPOUND without operations should return NFS4_OK
# COMP2  : COMPOUND with tag
# COMP4a : COMPOUND with invalid minor version returns NFS4ERR_MINOR_VERS_MISMATCH
# COMP4b : COMPOUND with invalid minor version returns NFS4ERR_MINOR_VERS_MISMATCH (even if illegal code)
#
# Disabled due to currently failing:
#
#   COMP3 : COMPOUND with invalid utf8 tags
#     "Compound with invalid utf8 tag '\xc0\xc1' should return NFS4ERR_INVAL, instead got NFS4_OK"
#   COMP5 : Send an Illegal op code
#     "OP_ACCESS should return NFS4ERR_OP_ILLEGAL, instead got NFS4ERR_NOFILEHANDLE"
#
# Disabled due to not making sense in our implementation:
#
# Needing further investigation:
# 

source ./Macros

#PYNFS_EXEC "$NFS41_EXEC $NFS_HOST:$NFS_HOME COMP1 COMP2 COMP4a COMP4b --noinit"
exit $?
