From 7ba317267e6162549dc5509dee85650d8e921c0e Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 7 Mar 2023 17:59:48 -0500 Subject: testing --- test/network/netstats.exp | 13 +++++++------ test/network/network.sh | 5 +++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/test/network/netstats.exp b/test/network/netstats.exp index 5cb272728..a8b28bed8 100755 --- a/test/network/netstats.exp +++ b/test/network/netstats.exp @@ -20,11 +20,12 @@ expect { timeout {puts "TESTING ERROR 2\n";exit} "statistics only for sandboxes using a new network namespace" } -expect { - timeout {puts "TESTING ERROR 3\n";exit} - "firejail --name=test --net=br0" -} -after 500 -send -- "\r" +# not supported on github workflows - not a tty! +#expect { +# timeout {puts "TESTING ERROR 3\n";exit} +# "firejail --name=test --net=br0" +#} +#after 500 +#send -- "\r" after 500 puts "\nall done\n" diff --git a/test/network/network.sh b/test/network/network.sh index dad1ed42d..5e320cc2f 100755 --- a/test/network/network.sh +++ b/test/network/network.sh @@ -42,8 +42,9 @@ echo "TESTING: ipv6 (ip6.exp)" echo "TESTING: ipv6 netfilter (ip6_netfilter.exp)" ./ip6_netfilter.exp -echo "TESTING: netstats (netstats.exp)" -./netstats.exp +# not supported on github workflows - not a tty! +#echo "TESTING: netstats (netstats.exp)" +#./netstats.exp echo "TESTING: firemon arp (firemon-arp.exp)" ./firemon-arp.exp -- cgit v1.2.3-70-g09d2