aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-08 06:53:22 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-08 06:53:22 -0500
commit4b760f4f3d3bb82ec054bc4479cc5829298ea3e5 (patch)
tree59108855fdaa9eafa9e1b3db3f807f6b37e3f0ab /test
parenttesting (diff)
downloadfirejail-4b760f4f3d3bb82ec054bc4479cc5829298ea3e5.tar.gz
firejail-4b760f4f3d3bb82ec054bc4479cc5829298ea3e5.tar.zst
firejail-4b760f4f3d3bb82ec054bc4479cc5829298ea3e5.zip
add ipv6 support in --net.print
Diffstat (limited to 'test')
-rwxr-xr-xtest/network/netstats.exp13
-rwxr-xr-xtest/network/network.sh5
2 files changed, 8 insertions, 10 deletions
diff --git a/test/network/netstats.exp b/test/network/netstats.exp
index a8b28bed8..0d1bc4c2c 100755
--- a/test/network/netstats.exp
+++ b/test/network/netstats.exp
@@ -20,12 +20,11 @@ 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}
23# not supported on github workflows - not a tty! 23sleep 4
24#expect { 24
25# timeout {puts "TESTING ERROR 3\n";exit} 25expect {
26# "firejail --name=test --net=br0" 26 timeout {puts "TESTING ERROR 3\n";exit}
27#} 27 "firejail --name=test --net=br0"
28#after 500 28}
29#send -- "\r"
30after 500 29after 500
31puts "\nall done\n" 30puts "\nall done\n"
diff --git a/test/network/network.sh b/test/network/network.sh
index 5e320cc2f..dad1ed42d 100755
--- a/test/network/network.sh
+++ b/test/network/network.sh
@@ -42,9 +42,8 @@ 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
45# not supported on github workflows - not a tty! 45echo "TESTING: netstats (netstats.exp)"
46#echo "TESTING: netstats (netstats.exp)" 46./netstats.exp
47#./netstats.exp
48 47
49echo "TESTING: firemon arp (firemon-arp.exp)" 48echo "TESTING: firemon arp (firemon-arp.exp)"
50./firemon-arp.exp 49./firemon-arp.exp