From 858a39687d4bf537962de5cf53defa0766db8562 Mon Sep 17 00:00:00 2001 From: amy0701 Date: Mon, 18 Mar 2013 05:42:24 +0000 Subject: [PATCH] add testcase for servicenode installaton for x86_64 redhat git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15552 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- .../installation/linux_sn_installation_x86_64 | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 xCAT-test/autotest/testcase/installation/linux_sn_installation_x86_64 diff --git a/xCAT-test/autotest/testcase/installation/linux_sn_installation_x86_64 b/xCAT-test/autotest/testcase/installation/linux_sn_installation_x86_64 new file mode 100644 index 000000000..43ab4a684 --- /dev/null +++ b/xCAT-test/autotest/testcase/installation/linux_sn_installation_x86_64 @@ -0,0 +1,53 @@ +#first define +start:Linux_sn_installation_flat_x86_64 +os:Linux +cmd:makedns +check:rc==0 +cmd:chdef $$SN groups=service,all +check:rc==0 +cmd:chdef -t group service arch=__GETNODEATTR($$SN,arch)__ os=__GETNODEATTR($$SN,os)__ profile=service netboot=xnba primarynic=eth0 +check:rc==0 +cmd:chdef -t group -o service setupnfs=1 setupdhcp=1 setuptftp=1 setupnameserver=1 setupconserver=1 +check:rc==0 +cmd:chdef $$SN nfsserver=$$MN tftpserver=$$MN xcatmaster=$$MN +check:rc==0 +cmd:makeconservercf +check:rc==0 +cmd:cat /etc/conserver.cf | grep $$SN +check:output=~$$SN +cmd:sleep 60 +cmd:makedhcp -n +cmd:makedhcp -a +check:rc==0 +cmd:service dhcpd restart +check:rc==0 +cmd:chdef -t osimage __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-service synclists=/install/custom/install/rh/service.synclist +check:rc==0 +cmd:chdef -t osimage __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-service otherpkglist=/opt/xcat/share/xcat/install/rh/service.rhels6.x86_64.otherpkgs.pkglist +check:rc==0 +cmd:mkdir -p /install/post/otherpkgs/rhels6.3/x86_64/xcat/ +check:rc==0 +cmd:cp -rf /xcat-core /install/post/otherpkgs/rhels6.3/x86_64/xcat/ +check:rc==0 +cmd:createrepo /install/post/otherpkgs/rhels6.3/x86_64/xcat/xcat-core +check:rc==0 +cmd:for i in mysql-server mysql mysql-bench mysql-devel mysql-connector-odbc; do cat /opt/xcat/share/xcat/install/rh/service.rhels6.x86_64.pkglist|grep "$i$";if [ $? -ne 0 ] ; then echo "$i" >> /opt/xcat/share/xcat/install/rh/service.rhels6.x86_64.pkglist; fi done +cmd:chtab node=service postscripts.postscripts="servicenode,odbcsetup" +check:rc==0 +cmd:nodeset $$SN osimage=__GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-service +check:rc==0 +cmd:rsetboot $$SN net +check:rc==0 +cmd:rpower $$SN reset +check:rc==0 +cmd:sleep 700 +cmd:ping $$SN -c 3 +check:output=~64 bytes from $$SN +cmd:lsdef -l $$SN | grep status +check:output=~booted +cmd:xdsh $$SN date +check:rc==0 +check:output=~\d\d:\d\d:\d\d +cmd:xdsh $$SN nodels +check:rc==0 +end