2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-24 12:10:25 +00:00

Merge pull request #2756 from neo954/issue2685

Add test case to verify github issue #2582
This commit is contained in:
chenglch
2017-03-27 16:37:25 +08:00
committed by GitHub

View File

@@ -0,0 +1,11 @@
start:mkdef_github_issue2582
description:Verify github issue 2582
cmd:mkdef -t group -o doubletrouble bmc='|\z|-imm|' mgt=ipmi
check:rc==0
cmd:mkdef mgt02 groups=doubletrouble
check:rc==0
cmd:lsdef mgt02 -i bmc | grep bmc=mgt02-imm$
check:rc==0
cmd:rmdef mgt02
cmd:rmdef -t group doubletrouble
end