contrib/rh-bkr: update host requirements for inifiniband tests

This commit is contained in:
Thomas Haller 2015-10-23 13:36:14 +02:00
parent bd61202586
commit 8014cee2fe
2 changed files with 2 additions and 2 deletions

View file

@ -725,7 +725,7 @@ class CmdSubmit(CmdBase):
elif hosttype == 'dcb':
return '<hostname op="=" value="wsfd-netdev7.lab.bos.redhat.com"/>'
elif hosttype == 'infiniband':
return '<hostname op="=" value="rdma-qe-11.lab.bos.redhat.com"/>'
return '<group op="=" value="RDMA - ib0"/>'
elif hosttype == 'wifi':
return '''
<group op="=" value="wireless"/>

View file

@ -72,7 +72,7 @@ rm -f /etc/sysconfig/network-scripts/ifcfg-mlx*
<!-- default --> <!-- <group op="=" value="desktopqe-net"/> -->
<!-- veth --> <!-- <group op="=" value="desktop"/> -->
<!-- dcb --> <!-- <hostname op="=" value="wsfd-netdev7.lab.bos.redhat.com"/> -->
<!-- infiniband --> <!-- <hostname op="=" value="rdma-qe-11.lab.bos.redhat.com"/> -->
<!-- infiniband --> <!-- <group op="=" value="RDMA - ib0"/> -->
<!-- wifi --> <!-- <group op="=" value="wireless"/><hostname op="like" value="wlan-r2%.wlan.rhts.eng.bos.redhat.com"/> -->
<!-- wifi --> <!-- <hostname op="=" value="wlan-r2s26.wlan.rhts.eng.bos.redhat.com"/> -->
$HOSTREQUIRES