mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Add Rocky to migration testcases
This commit is contained in:
		| @@ -26,7 +26,7 @@ cmd:makedhcp -a | ||||
| check:rc==0 | ||||
| cmd:service dhcpd restart | ||||
| check:rc==0 | ||||
| cmd:if cat /etc/*release |grep SUSE >/dev/null;then cat /var/lib/dhcp/db/dhcpd.leases|grep $$CN;elif cat /etc/*release |grep "Red Hat" >/dev/null;then cat /var/lib/dhcpd/dhcpd.leases|grep $$CN;fi | ||||
| cmd:if cat /etc/*release |grep SUSE >/dev/null;then cat /var/lib/dhcp/db/dhcpd.leases|grep $$CN;elif cat /etc/*release |grep "Red Hat\|Rocky" >/dev/null;then cat /var/lib/dhcpd/dhcpd.leases|grep $$CN;fi | ||||
| check:output=~$$CN | ||||
| cmd:copycds $$ISO | ||||
| check:rc==0 | ||||
| @@ -135,7 +135,7 @@ cmd:makedhcp -a | ||||
| check:rc==0 | ||||
| cmd:service dhcpd restart | ||||
| check:rc==0 | ||||
| cmd:if cat /etc/*release |grep SUSE >/dev/null;then cat /var/lib/dhcp/db/dhcpd.leases|grep $$CN;elif cat /etc/*release |grep "Red Hat" >/dev/null;then cat /var/lib/dhcpd/dhcpd.leases|grep $$CN;fi | ||||
| cmd:if cat /etc/*release |grep SUSE >/dev/null;then cat /var/lib/dhcp/db/dhcpd.leases|grep $$CN;elif cat /etc/*release |grep "Red Hat\|Rocky" >/dev/null;then cat /var/lib/dhcpd/dhcpd.leases|grep $$CN;fi | ||||
| check:output=~$$CN | ||||
| cmd:copycds $$ISO | ||||
| check:rc==0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user