git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11112 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
		
			
				
	
	
		
			36 lines
		
	
	
		
			444 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			444 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| start:psh_h
 | |
| cmd:psh -h
 | |
| check:rc==0
 | |
| check:output=~Usage
 | |
| cmd:psh --help
 | |
| check:rc==0
 | |
| check:output=~Usage
 | |
| end
 | |
| 
 | |
| start:psh_v
 | |
| cmd:psh -v
 | |
| check:rc==0
 | |
| end
 | |
| 
 | |
| start:psh_i
 | |
| cmd:psh -i __GETNODEATTR($$CN,mgtifname)__  $$CN 'uptime'
 | |
| check:rc==0
 | |
| end
 | |
| 
 | |
| start:psh_node_cmd_linux
 | |
| os:Aix
 | |
| cmd:psh $$CN 'pwd'
 | |
| check:rc==0
 | |
| check:output=~$$CN
 | |
| check:output=~/
 | |
| end
 | |
| 
 | |
| start:psh_node_cmd_aix
 | |
| os:Linux
 | |
| cmd:psh $$CN 'pwd'
 | |
| check:rc==0
 | |
| check:output=~$$CN
 | |
| check:output=~/root
 | |
| end
 | |
| 
 |