#!/bin/bash
# meta: proxy=false
# meta: preconfig=./NFS-config
#
# Tests for the the PyNFS 'open' suite.
#
# OPEN1  : Do a simple OPEN create
# 
# Disabled due to currently failing:
#
#   OPEN2  : Do multiple OPENs of a file, check that server bumps stateid.seqid
#     "Expected open_stateid.seqid == 2, got 1"
#   OPEN20 : Test read delgation handout and return
#     "Could not get delegation"
#   OPEN30 : Simple read / write
#     Failing due to test not issuing a close after write
#
# Disabled due to not making sense in our implementation:
#
# Needing further investigation:
# 
# 

source ./Macros

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