From 1e860d82efaef0ec77393b886d03f23ae7506f33 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 4 Feb 2016 20:04:37 +0100 Subject: [PATCH] tests: require presence of "ip" and "brctl" --- tests/integration-tests.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration-tests.in b/tests/integration-tests.in index 801da40b..caafe8ea 100755 --- a/tests/integration-tests.in +++ b/tests/integration-tests.in @@ -98,7 +98,8 @@ check_dependencies() { busybox \ qemu-system-x86_64 \ vde_switch \ - $DEPS; do + ip \ + brctl; do which $exec 2> /dev/null > /dev/null || log_error_msg "$exec is not installed" done log_ok_msg "All dependencies are met" -- 2.39.5