From 3712a03eb022557d3c5ec00d138c00cb7f92c93d Mon Sep 17 00:00:00 2001 From: amy0701 Date: Tue, 5 Feb 2013 09:08:39 +0000 Subject: [PATCH] support nfsv4 for testcase git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15055 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- .../autotest/testcase/installation/aix_statelite_installation | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-test/autotest/testcase/installation/aix_statelite_installation b/xCAT-test/autotest/testcase/installation/aix_statelite_installation index 1d378dbfa..e28ff3933 100644 --- a/xCAT-test/autotest/testcase/installation/aix_statelite_installation +++ b/xCAT-test/autotest/testcase/installation/aix_statelite_installation @@ -27,9 +27,9 @@ check:rc==0 cmd:chmod -R 777 /mydata/rw check:rc==0 cmd:chmod 755 /etc/exports -cmd:cat /etc/exports|grep nodedata; if [ "$?" -ne "0" ]; then echo "/nodedata -vers=4,sec=sys:none,anon=0,rw " >> /etc/exports; fi +cmd:cat /etc/exports|grep nodedata; if [ "$?" -ne "0" ]; then echo "/nodedata -vers=3:4,sec=sys:none,anon=0,rw " >> /etc/exports; fi check:rc==0 -cmd:cat /etc/exports|grep mydata; if [ "$?" -ne "0" ]; then echo "/mydata -vers=4,sec=sys:none,anon=0,rw " >> /etc/exports; fi +cmd:cat /etc/exports|grep mydata; if [ "$?" -ne "0" ]; then echo "/mydata -vers=3:4,sec=sys:none,anon=0,rw " >> /etc/exports; fi check:rc==0 cmd:exportfs -a check:rc==0