From 820c24c347500547b55b721f488ee583a432ca4e Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 9 Feb 2016 13:00:29 +0100 Subject: [PATCH] Added OpenBSD for [NETW-3004] --- include/tests_networking | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tests_networking b/include/tests_networking index 3c45678e..d250ebcb 100644 --- a/include/tests_networking +++ b/include/tests_networking @@ -208,7 +208,7 @@ # # Test : NETW-3004 # Description : Find available network interfaces on FreeBSD and others - Register --test-no NETW-3004 --weight L --network NO --description "Search available network interfaces on FreeBSD and others" + Register --test-no NETW-3004 --weight L --network NO --description "Search available network interfaces" if [ ${SKIPTEST} -eq 0 ]; then FIND="" N=0 @@ -226,7 +226,7 @@ DragonFly|FreeBSD|NetBSD) FIND=`${IFCONFIGBINARY} -l` ;; - Solaris) + OpenBSD|Solaris) FIND=`${IFCONFIGBINARY} -a | ${GREPBINARY} "flags=" | ${AWKBINARY} -F ": " '{ print $1 }'` ;; *)