Skip to content

Commit

Permalink
nodeset testcase: Allow dash in hostnames
Browse files Browse the repository at this point in the history
  • Loading branch information
Obihoernchen committed Apr 14, 2024
1 parent ec04eba commit 7b7d488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xCAT-test/autotest/testcase/nodeset/cases0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b7d488

Please sign in to comment.