aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-07 17:59:48 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-07 17:59:48 -0500
commit7ba317267e6162549dc5509dee85650d8e921c0e (patch)
treebaed9bd18637a1f1625b41d0dc8607c4802d4866 /test
parenttesting (diff)
downloadfirejail-7ba317267e6162549dc5509dee85650d8e921c0e.tar.gz
firejail-7ba317267e6162549dc5509dee85650d8e921c0e.tar.zst
firejail-7ba317267e6162549dc5509dee85650d8e921c0e.zip
testing
Diffstat (limited to 'test')
-rwxr-xr-xtest/network/netstats.exp13
-rwxr-xr-xtest/network/network.sh5
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 {
20 timeout {puts "TESTING ERROR 2\n";exit} 20 timeout {puts "TESTING ERROR 2\n";exit}
21 "statistics only for sandboxes using a new network namespace" 21 "statistics only for sandboxes using a new network namespace"
22} 22}
23expect { 23# not supported on github workflows - not a tty!
24 timeout {puts "TESTING ERROR 3\n";exit} 24#expect {
25 "firejail --name=test --net=br0" 25# timeout {puts "TESTING ERROR 3\n";exit}
26} 26# "firejail --name=test --net=br0"
27after 500 27#}
28send -- "\r" 28#after 500
29#send -- "\r"
29after 500 30after 500
30puts "\nall done\n" 31puts "\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)"
42echo "TESTING: ipv6 netfilter (ip6_netfilter.exp)" 42echo "TESTING: ipv6 netfilter (ip6_netfilter.exp)"
43./ip6_netfilter.exp 43./ip6_netfilter.exp
44 44
45echo "TESTING: netstats (netstats.exp)" 45# not supported on github workflows - not a tty!
46./netstats.exp 46#echo "TESTING: netstats (netstats.exp)"
47#./netstats.exp
47 48
48echo "TESTING: firemon arp (firemon-arp.exp)" 49echo "TESTING: firemon arp (firemon-arp.exp)"
49./firemon-arp.exp 50./firemon-arp.exp