mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 13:08:10 +02:00
contrib/rh-bkr: update host requirements for inifiniband tests
This commit is contained in:
parent
bd61202586
commit
8014cee2fe
2 changed files with 2 additions and 2 deletions
|
|
@ -725,7 +725,7 @@ class CmdSubmit(CmdBase):
|
||||||
elif hosttype == 'dcb':
|
elif hosttype == 'dcb':
|
||||||
return '<hostname op="=" value="wsfd-netdev7.lab.bos.redhat.com"/>'
|
return '<hostname op="=" value="wsfd-netdev7.lab.bos.redhat.com"/>'
|
||||||
elif hosttype == 'infiniband':
|
elif hosttype == 'infiniband':
|
||||||
return '<hostname op="=" value="rdma-qe-11.lab.bos.redhat.com"/>'
|
return '<group op="=" value="RDMA - ib0"/>'
|
||||||
elif hosttype == 'wifi':
|
elif hosttype == 'wifi':
|
||||||
return '''
|
return '''
|
||||||
<group op="=" value="wireless"/>
|
<group op="=" value="wireless"/>
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ rm -f /etc/sysconfig/network-scripts/ifcfg-mlx*
|
||||||
<!-- default --> <!-- <group op="=" value="desktopqe-net"/> -->
|
<!-- default --> <!-- <group op="=" value="desktopqe-net"/> -->
|
||||||
<!-- veth --> <!-- <group op="=" value="desktop"/> -->
|
<!-- veth --> <!-- <group op="=" value="desktop"/> -->
|
||||||
<!-- dcb --> <!-- <hostname op="=" value="wsfd-netdev7.lab.bos.redhat.com"/> -->
|
<!-- 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 --> <!-- <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"/> -->
|
<!-- wifi --> <!-- <hostname op="=" value="wlan-r2s26.wlan.rhts.eng.bos.redhat.com"/> -->
|
||||||
$HOSTREQUIRES
|
$HOSTREQUIRES
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue