mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 19:22:05 +00:00
Merge pull request #7436 from xcat2/nodeset_testcase
nodeset testcase: Allow dash in hostnames
This commit is contained in:
commit
5883584fde
@ -6,7 +6,7 @@ check:rc==0
|
||||
check:output=~$$CN:\s+[discover|boot|reboot|install|netboot|shell|standby]
|
||||
cmd:nodeset $$CN stat -V
|
||||
check:rc==0
|
||||
check:output=~$$CN:\s+\[\w+\]:\s+[discover|boot|reboot|install|netboot|shell|standby]
|
||||
check:output=~$$CN:\s+\[[a-zA-Z0-9\-]+\]:\s+[discover|boot|reboot|install|netboot|shell|standby]
|
||||
end
|
||||
|
||||
start:nodeset_noderange
|
||||
|
Loading…
x
Reference in New Issue
Block a user