From 778267086a0d140ac4c3a6fb93920277d949b278 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 18 Jun 2016 18:51:37 +0200 Subject: noqueue not exposed on older kernels; pfifo_fast is default qdisc --- test/network/bandwidth.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/network/bandwidth.exp b/test/network/bandwidth.exp index a3dc9b55f..bccb0b9f3 100755 --- a/test/network/bandwidth.exp +++ b/test/network/bandwidth.exp @@ -18,7 +18,7 @@ spawn $env(SHELL) send -- "firejail --bandwidth=test status\r" expect { timeout {puts "TESTING ERROR 1\n";exit} - "qdisc noqueue 0: dev eth0" + "qdisc pfifo_fast 0: dev eth0" } sleep 1 -- cgit v1.2.3-70-g09d2 From cb3a61d71f60f788f72cf2dbcd0b02079272c792 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 18 Jun 2016 18:52:11 +0200 Subject: fix logged test sequence number --- test/utils/seccomp.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/seccomp.exp b/test/utils/seccomp.exp index a318e39b1..c9726ff21 100755 --- a/test/utils/seccomp.exp +++ b/test/utils/seccomp.exp @@ -40,7 +40,7 @@ expect { "bingo2" } expect { - timeout {puts "TESTING ERROR 3\n";exit} + timeout {puts "TESTING ERROR 4\n";exit} "Seccomp: 0" } after 100 -- cgit v1.2.3-70-g09d2