From 7e9f314ed09f0f4ddaf1dfd7a138d904416febc5 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 3 Dec 2014 14:09:23 +0100 Subject: [PATCH] contrib/bkr: fix hostRequires for wifi tests wireless group contains hosts that don't work with rhel-7. Consider only those which hostname starts with 'wlan-r2'. --- contrib/rh-bkr/bkr.py | 2 +- contrib/rh-bkr/job01.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/rh-bkr/bkr.py b/contrib/rh-bkr/bkr.py index 5317ff0f59..07dd002b31 100755 --- a/contrib/rh-bkr/bkr.py +++ b/contrib/rh-bkr/bkr.py @@ -602,7 +602,7 @@ class CmdSubmit(CmdBase): elif hosttype == 'infiniband': return '' elif hosttype == 'wifi': - return '' + return '' #return '' else: return '' diff --git a/contrib/rh-bkr/job01.xml b/contrib/rh-bkr/job01.xml index 56b40a71c0..c1d9be172d 100644 --- a/contrib/rh-bkr/job01.xml +++ b/contrib/rh-bkr/job01.xml @@ -25,7 +25,7 @@ - + $HOSTREQUIRES