2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Merge pull request #6365 from cxhong/weekly

fix weekly test cases failure
This commit is contained in:
Mark Gurevich 2019-06-27 16:50:43 -04:00 committed by GitHub
commit 3ab3147b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -112,6 +112,7 @@
<startmode>onboot</startmode>
</interface>
</interfaces>
<keep_install_network config:type="boolean">true</keep_install_network>
<routing>
<ip_forward config:type="boolean">false</ip_forward>
<routes config:type="list"/>

View File

@ -73,7 +73,7 @@ label:others,discovery
cmd:bmcdiscover --range $$bmcrange -u $$bmcusername -p $$bmcpasswd -w
check:rc==0
check:output=~Writing node
check:output=~$$bmcrange,.+,.+,$$bmcusername,$$bmcpasswd
check:output=~$$bmcrange
end