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

fix weekly test cases failure

This commit is contained in:
cxhong 2019-06-27 16:24:40 -04:00
parent ef741e1645
commit b0d21777e4
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