update
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10076 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
7a29015949
commit
11d7b92d0a
@ -3,3 +3,39 @@ cmd:gettab key=xcatdport site.value
|
||||
check:rc==0
|
||||
check:output==3001
|
||||
end
|
||||
|
||||
|
||||
start:gettab_H
|
||||
description:gettab -H and --with-fieldname
|
||||
cmd:gettab -H key=master site.value
|
||||
check:rc==0
|
||||
check:output=~site.value:
|
||||
cmd:gettab --with-fieldname key=master site.value
|
||||
check:rc==0
|
||||
check:output=~site.value:
|
||||
end
|
||||
|
||||
start:gettab_err
|
||||
description:gettab with error symble ,error key ,error attr.
|
||||
cmd:gettab -c
|
||||
check:rc!=0
|
||||
check:output=~Usage
|
||||
cmd:gettab -H groups=master site.key
|
||||
check:rc!=0
|
||||
cmd:gettab -H key=master site.groups
|
||||
check:rc==0
|
||||
check:output=site.groups:
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
||||
start:gettab_h
|
||||
description:gettab -h and -? and --help
|
||||
cmd:gettab -h
|
||||
check:output=~Usage
|
||||
cmd:gettab -?
|
||||
check:output=~Usage
|
||||
cmd:gettab --help
|
||||
check:output=~Usage
|
||||
end
|
||||
|
47
xCAT-test/autotest/testcase/nodegrpch/cases0
Normal file
47
xCAT-test/autotest/testcase/nodegrpch/cases0
Normal file
@ -0,0 +1,47 @@
|
||||
start:nodegrpch_v
|
||||
description:nodegrpch -v and --version
|
||||
cmd:nodegrpch -v
|
||||
check:output=~Version
|
||||
cmd:nodegrpch --version
|
||||
check:output=~Version
|
||||
end
|
||||
|
||||
start:nodegrpch_h
|
||||
description:nodegrpch -? and -h --help
|
||||
cmd:nodegrpch -h
|
||||
check:output=~Usage
|
||||
cmd:nodegrpch -?
|
||||
check:output=~Usage
|
||||
cmd:nodegrpch --help
|
||||
check:output=~Usage
|
||||
end
|
||||
|
||||
|
||||
start:nodegrpch_groups
|
||||
description:nodegrpch rh4.1234567890 mgt=hmc
|
||||
cmd:chdef -t node -o testnode groups=rh4.1234567890 mgt=blade
|
||||
check:rc==0
|
||||
cmd:nodegrpch rh4.1234567890 mgt=hmc
|
||||
check:rc==0
|
||||
cmd:lsdef -t node -o testnode -i mgt
|
||||
check:rc==0
|
||||
check:output=~mgt=hmc
|
||||
cmd:rmdef -t node testnode
|
||||
end
|
||||
|
||||
|
||||
start:nodegrpch_err
|
||||
description:
|
||||
cmd:nodegrpch -c
|
||||
check:rc!=0
|
||||
check:output=~Usage
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
start:noderm_noderange
|
||||
description:noderm testnode1,testnode2
|
||||
cmd:nodeadd testnode1,testnode2 groups=all
|
||||
check:rc==0
|
||||
cmd:lsdef -t node testnode1,testnode2
|
||||
@ -10,3 +11,31 @@ cmd:lsdef -t node testnode1,testnode2
|
||||
check:output=~Could not find an object named 'testnode1' of type 'node'.
|
||||
check:output=~Could not find an object named 'testnode2' of type 'node'.
|
||||
end
|
||||
|
||||
start:noderm_h
|
||||
description:noderm -h
|
||||
cmd:noderm -h
|
||||
check:output=~Usage
|
||||
cmd:noderm --help
|
||||
check:output=~Usage
|
||||
end
|
||||
|
||||
start:noderm_null
|
||||
description:noderm
|
||||
cmd:noderm
|
||||
check:output=~Usage
|
||||
end
|
||||
|
||||
start:noderm_err_node
|
||||
description:noderm err
|
||||
cmd:rmdef -t node testnode
|
||||
cmd:noderm testnode
|
||||
check:rc!=0
|
||||
check:output=~Invalid nodes and/or groups in noderange: testnode
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user