mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	refine some installation test cases
This commit is contained in:
		| @@ -46,8 +46,6 @@ cmd:/opt/xcat/share/xcat/tools/autotest/testcase/commoncmd/retry_install.sh  $$C | ||||
| check:rc==0 | ||||
| check:output=~Provision node\(s\)\: $$CN | ||||
| cmd:if [[ -f /var/lib/dhcp/db/dhcpd.leases ]]; then cat /var/lib/dhcp/db/dhcpd.leases; elif [[ -f /var/lib/dhcpd/dhcpd.leases ]];then cat /var/lib/dhcpd/dhcpd.leases;elif [[ -f /var/lib/dhcp/dhcpd.leases ]];then cat /var/lib/dhcp/dhcpd.leases; fi | ||||
| cmd:sleep 300 | ||||
| cmd:a=0;while ! `lsdef -l $$CN|grep status|grep booted >/dev/null`; do sleep 20;((a++));if [ $a -gt 300 ];then break;fi done | ||||
| cmd:ping $$CN -c 3 | ||||
| check:rc==0 | ||||
| check:output=~64 bytes from $$CN | ||||
|   | ||||
| @@ -53,8 +53,6 @@ cmd:if [[ "__GETNODEATTR($$CN,arch)__" =~ "ppc" ]]; then sleep 120;elif [[ "__GE | ||||
| #check:rc==0 | ||||
| #check:output!~booted | ||||
|  | ||||
| cmd:a=0;while ! `lsdef -l $$CN|grep status|grep booted >/dev/null`; do sleep 60;((a++));if [ $a -gt 50 ];then break;fi done | ||||
|  | ||||
| cmd:ping $$CN -c 3 | ||||
| check:rc==0 | ||||
| check:output=~64 bytes from $$CN | ||||
|   | ||||
| @@ -50,8 +50,6 @@ check:rc==0 | ||||
| check:output=~Provision node\(s\)\: $$CN | ||||
|  | ||||
| cmd:if [[ -f /var/lib/dhcp/db/dhcpd.leases ]]; then cat /var/lib/dhcp/db/dhcpd.leases; elif [[ -f /var/lib/dhcpd/dhcpd.leases ]];then cat /var/lib/dhcpd/dhcpd.leases;elif [[ -f /var/lib/dhcp/dhcpd.leases ]];then cat /var/lib/dhcp/dhcpd.leases; fi | ||||
| cmd:sleep 300 | ||||
| cmd:a=0;while ! `lsdef -l $$CN|grep status|grep booted >/dev/null`; do sleep 10;((a++));if [ $a -gt 60 ];then break;fi done | ||||
|  | ||||
| cmd:ping $$CN -c 3 | ||||
| check:rc==0 | ||||
|   | ||||
| @@ -54,8 +54,6 @@ check:rc==0 | ||||
| check:output=~Provision node\(s\)\: $$CN | ||||
|  | ||||
| cmd:xdsh $$SN "if [[ -f /var/lib/dhcp/db/dhcpd.leases ]]; then cat /var/lib/dhcp/db/dhcpd.leases; elif [[ -f /var/lib/dhcpd/dhcpd.leases ]];then cat /var/lib/dhcpd/dhcpd.leases;elif [[ -f /var/lib/dhcp/dhcpd.leases ]];then cat /var/lib/dhcp/dhcpd.leases; fi" | ||||
| cmd:sleep 300 | ||||
| cmd:a=0;while ! `lsdef -l $$CN|grep status|grep booted >/dev/null`; do sleep 10;((a++));if [ $a -gt 60 ];then break;fi done | ||||
|  | ||||
| cmd:ping $$CN -c 3 | ||||
| check:rc==0 | ||||
|   | ||||
| @@ -51,6 +51,8 @@ check:rc==0 | ||||
| cmd:rootimgdir=`lsdef -t osimage __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-statelite-compute|grep rootimgdir|awk -F'=' '{print $2}'`; if [ -d $rootimgdir ]; then mv $rootimgdir $rootimgdir.regbak;fi | ||||
| check:rc==0 | ||||
|  | ||||
| cmd:chdef -t osimage -o __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-statelite-compute rootfstype=nfs | ||||
| check:rc==0 | ||||
| cmd:genimage __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-statelite-compute | ||||
| check:rc==0 | ||||
| cmd:liteimg  __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-statelite-compute | ||||
| @@ -61,9 +63,6 @@ check:rc==0 | ||||
| check:output=~Provision node\(s\)\: $$CN | ||||
|  | ||||
| cmd:if [[ -f /var/lib/dhcp/db/dhcpd.leases ]]; then cat /var/lib/dhcp/db/dhcpd.leases; elif [[ -f /var/lib/dhcpd/dhcpd.leases ]];then cat /var/lib/dhcpd/dhcpd.leases;elif [[ -f /var/lib/dhcp/dhcpd.leases ]];then cat /var/lib/dhcp/dhcpd.leases; fi | ||||
| cmd:sleep 300 | ||||
| cmd:a=0;while ! `lsdef -l $$CN|grep status|grep booted >/dev/null`; do sleep 10;((a++));if [ $a -gt 60 ];then break;fi done | ||||
|  | ||||
| cmd:ping $$CN -c 3 | ||||
| check:rc==0 | ||||
| check:output=~64 bytes from $$CN | ||||
| @@ -99,8 +98,6 @@ check:rc==0 | ||||
| check:output=~Provision node\(s\)\: $$CN | ||||
|  | ||||
| cmd:if [[ -f /var/lib/dhcp/db/dhcpd.leases ]]; then cat /var/lib/dhcp/db/dhcpd.leases; elif [[ -f /var/lib/dhcpd/dhcpd.leases ]];then cat /var/lib/dhcpd/dhcpd.leases;elif [[ -f /var/lib/dhcp/dhcpd.leases ]];then cat /var/lib/dhcp/dhcpd.leases; fi | ||||
| cmd:sleep 300 | ||||
| cmd:a=0;while ! `lsdef -l $$CN|grep status|grep booted >/dev/null`; do sleep 10;((a++));if [ $a -gt 60 ];then break;fi done | ||||
|  | ||||
| cmd:ping $$CN -c 3 | ||||
| check:rc==0 | ||||
|   | ||||
| @@ -80,8 +80,6 @@ check:rc==0 | ||||
| check:output=~Provision node\(s\)\: $$CN | ||||
|  | ||||
| cmd:xdsh $$SN "if [[ -f /var/lib/dhcp/db/dhcpd.leases ]]; then cat /var/lib/dhcp/db/dhcpd.leases; elif [[ -f /var/lib/dhcpd/dhcpd.leases ]];then cat /var/lib/dhcpd/dhcpd.leases;elif [[ -f /var/lib/dhcp/dhcpd.leases ]];then cat /var/lib/dhcp/dhcpd.leases; fi" | ||||
| cmd:sleep 300 | ||||
| cmd:a=0;while ! `lsdef -l $$CN|grep status|grep booted >/dev/null`; do sleep 10;((a++));if [ $a -gt 60 ];then break;fi done | ||||
|  | ||||
| cmd:ping $$CN -c 3 | ||||
| check:rc==0 | ||||
|   | ||||
| @@ -74,8 +74,6 @@ check:rc==0 | ||||
| check:output=~Provision node\(s\)\: $$CN | ||||
|  | ||||
| cmd:xdsh $$SN "if [[ -f /var/lib/dhcp/db/dhcpd.leases ]]; then cat /var/lib/dhcp/db/dhcpd.leases; elif [[ -f /var/lib/dhcpd/dhcpd.leases ]];then cat /var/lib/dhcpd/dhcpd.leases;elif [[ -f /var/lib/dhcp/dhcpd.leases ]];then cat /var/lib/dhcp/dhcpd.leases; fi" | ||||
| cmd:sleep 300 | ||||
| cmd:a=0;while ! `lsdef -l $$CN|grep status|grep booted >/dev/null`; do sleep 10;((a++));if [ $a -gt 60 ];then break;fi done | ||||
|  | ||||
| cmd:ping $$CN -c 3 | ||||
| check:rc==0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user