mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	Fixed testcase syntax by replacing check:output= with check:output==
This commit is contained in:
		@@ -152,7 +152,7 @@ check:rc==0
 | 
			
		||||
#Remove last generated dump
 | 
			
		||||
cmd: rspconfig $$CN dump -l | tail -1 | cut -d ' ' -f2 | tr -d "[]" | xargs -i{} rspconfig $$CN dump -c {}
 | 
			
		||||
check:rc==0
 | 
			
		||||
check:output=clear
 | 
			
		||||
check:output==clear
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
start:openbmc_rspconfig_ntpservers
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ cmd:gettab -H groups=master site.key
 | 
			
		||||
check:rc!=0
 | 
			
		||||
cmd:gettab -H key=master site.groups
 | 
			
		||||
check:rc==0
 | 
			
		||||
check:output=site.groups:
 | 
			
		||||
check:output==site.groups:
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user