mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 02:38:03 +02:00
contrib/bkr: avoid running wlan tests on hardware that is not mode=AP capable
This commit is contained in:
parent
eb7e4907f8
commit
1bf69c78e9
1 changed files with 2 additions and 2 deletions
|
|
@ -621,8 +621,8 @@ class CmdSubmit(CmdBase):
|
|||
elif hosttype == 'infiniband':
|
||||
return '<hostname op="=" value="rdma-qe-11.lab.bos.redhat.com"/>'
|
||||
elif hosttype == 'wifi':
|
||||
return '<group op="=" value="wireless"/><hostname op="like" value="wlan-r2%.wlan.rhts.eng.bos.redhat.com"/>'
|
||||
#return '<hostname op="=" value="wlan-r2s26.wlan.rhts.eng.bos.redhat.com"/>'
|
||||
# 8086:08ae (wlwifi,iwldvm) Intel Corporation Centrino Wireless-N 100 doesn't support AP mode
|
||||
return '<group op="=" value="wireless"/><hostname op="like" value="wlan-r2%.wlan.rhts.eng.bos.redhat.com"/><device op="!=" vendor_id="8086" device_id="08ae"/>'
|
||||
else:
|
||||
return '<group op="=" value="desktopqe-net"/>'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue