From 4dbfae329bf33de5fa0cc4388c9f5a659062bfd7 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 21 Sep 2010 08:52:12 +0000 Subject: [PATCH] remove the disruptive Script_Prev git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7557 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-test/autotest/linux.conf.template | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/xCAT-test/autotest/linux.conf.template b/xCAT-test/autotest/linux.conf.template index ca7309272..b7408a32a 100644 --- a/xCAT-test/autotest/linux.conf.template +++ b/xCAT-test/autotest/linux.conf.template @@ -61,20 +61,20 @@ MaxLparID=32 #commands run before test [Script_Prev] -rpm -e xCAT xCAT-server xCAT-client perl-xCAT -rm -rf /etc/xcat -rm -rf /root/.xcat -rm -rf /root/.ssh -rm -rf /install/autoinst -rm -rf /install/postscripts -wget http://xcat.sourceforge.net/yum/devel/core-rpms-snap.tar.bz2 -tar jxf core-rpms-snap.tar.bz2 -./xcat-core/mklocalrepo.sh -mount -o loop /iso/RHEL5.4-Server-20090819.0-ppc-DVD.iso /iso/1 -t iso9660 -yum -y install xCAT -umount /iso/1 -rm -f core-rpms-snap.tar.bz2 -rm -rf xcat-core +#rpm -e xCAT xCAT-server xCAT-client perl-xCAT +#rm -rf /etc/xcat +#rm -rf /root/.xcat +#rm -rf /root/.ssh +#rm -rf /install/autoinst +#rm -rf /install/postscripts +#wget http://xcat.sourceforge.net/yum/devel/core-rpms-snap.tar.bz2 +#tar jxf core-rpms-snap.tar.bz2 +#./xcat-core/mklocalrepo.sh +#mount -o loop /iso/RHEL5.4-Server-20090819.0-ppc-DVD.iso /iso/1 -t iso9660 +#yum -y install xCAT +#umount /iso/1 +#rm -f core-rpms-snap.tar.bz2 +#rm -rf xcat-core #commands run after test [Script_Post]