aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-22 11:31:08 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-22 11:31:08 -0400
commit8fdede5811ad03ccb6261fc992fcf11b4a06a3b3 (patch)
tree5ead963d1df8c0c77450edb2a865bf2c7ac3b46b /test/utils
parenttesting (diff)
downloadfirejail-8fdede5811ad03ccb6261fc992fcf11b4a06a3b3.tar.gz
firejail-8fdede5811ad03ccb6261fc992fcf11b4a06a3b3.tar.zst
firejail-8fdede5811ad03ccb6261fc992fcf11b4a06a3b3.zip
testing
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/caps-print.exp2
-rwxr-xr-xtest/utils/cpu-print.exp2
-rwxr-xr-xtest/utils/dns-print.exp2
-rwxr-xr-xtest/utils/fs-print.exp2
-rwxr-xr-xtest/utils/join-profile.exp2
-rwxr-xr-xtest/utils/join.exp2
-rwxr-xr-xtest/utils/join2.exp2
-rwxr-xr-xtest/utils/join3.exp2
-rwxr-xr-xtest/utils/ls.exp2
-rwxr-xr-xtest/utils/protocol-print.exp2
-rwxr-xr-xtest/utils/seccomp-print.exp2
-rwxr-xr-xtest/utils/shutdown2.exp2
-rwxr-xr-xtest/utils/shutdown3.exp2
-rwxr-xr-xtest/utils/shutdown4.exp2
-rwxr-xr-xtest/utils/trace.exp1
15 files changed, 15 insertions, 14 deletions
diff --git a/test/utils/caps-print.exp b/test/utils/caps-print.exp
index 9cc4b1872..fa5239da2 100755
--- a/test/utils/caps-print.exp
+++ b/test/utils/caps-print.exp
@@ -28,5 +28,5 @@ expect {
28 timeout {puts "TESTING ERROR 3\n";exit} 28 timeout {puts "TESTING ERROR 3\n";exit}
29 "net_raw - disabled" 29 "net_raw - disabled"
30} 30}
31sleep 1 31after 100
32puts "\nall done\n" 32puts "\nall done\n"
diff --git a/test/utils/cpu-print.exp b/test/utils/cpu-print.exp
index 4a9ffa0ac..ca2e57313 100755
--- a/test/utils/cpu-print.exp
+++ b/test/utils/cpu-print.exp
@@ -20,5 +20,5 @@ expect {
20 timeout {puts "TESTING ERROR 1\n";exit} 20 timeout {puts "TESTING ERROR 1\n";exit}
21 "Cpus_allowed_list: 1-2" 21 "Cpus_allowed_list: 1-2"
22} 22}
23sleep 1 23after 100
24puts "\nall done\n" 24puts "\nall done\n"
diff --git a/test/utils/dns-print.exp b/test/utils/dns-print.exp
index 51dcab508..406ab5149 100755
--- a/test/utils/dns-print.exp
+++ b/test/utils/dns-print.exp
@@ -20,5 +20,5 @@ expect {
20 timeout {puts "TESTING ERROR 1\n";exit} 20 timeout {puts "TESTING ERROR 1\n";exit}
21 "nameserver 1.2.3.4" 21 "nameserver 1.2.3.4"
22} 22}
23sleep 1 23after 100
24puts "\nall done\n" 24puts "\nall done\n"
diff --git a/test/utils/fs-print.exp b/test/utils/fs-print.exp
index fa0eab95b..4d4ceb718 100755
--- a/test/utils/fs-print.exp
+++ b/test/utils/fs-print.exp
@@ -28,5 +28,5 @@ expect {
28 timeout {puts "TESTING ERROR 3\n";exit} 28 timeout {puts "TESTING ERROR 3\n";exit}
29 "blacklist /proc/kmsg" 29 "blacklist /proc/kmsg"
30} 30}
31sleep 1 31after 100
32puts "\nall done\n" 32puts "\nall done\n"
diff --git a/test/utils/join-profile.exp b/test/utils/join-profile.exp
index a4262b999..a2078c2f6 100755
--- a/test/utils/join-profile.exp
+++ b/test/utils/join-profile.exp
@@ -30,6 +30,6 @@ expect {
30} 30}
31 31
32send -- "exit" 32send -- "exit"
33sleep 1 33after 100
34 34
35puts "\nall done\n" 35puts "\nall done\n"
diff --git a/test/utils/join.exp b/test/utils/join.exp
index ab4917f7d..7f582e2e5 100755
--- a/test/utils/join.exp
+++ b/test/utils/join.exp
@@ -33,6 +33,6 @@ expect {
33} 33}
34 34
35send -- "exit" 35send -- "exit"
36sleep 1 36after 100
37 37
38puts "\nall done\n" 38puts "\nall done\n"
diff --git a/test/utils/join2.exp b/test/utils/join2.exp
index 82540fe39..5895eb730 100755
--- a/test/utils/join2.exp
+++ b/test/utils/join2.exp
@@ -33,6 +33,6 @@ expect {
33} 33}
34 34
35send -- "exit" 35send -- "exit"
36sleep 1 36after 100
37 37
38puts "\nall done\n" 38puts "\nall done\n"
diff --git a/test/utils/join3.exp b/test/utils/join3.exp
index e92045dd1..3ccc47bf9 100755
--- a/test/utils/join3.exp
+++ b/test/utils/join3.exp
@@ -33,6 +33,6 @@ expect {
33} 33}
34 34
35send -- "exit" 35send -- "exit"
36sleep 1 36after 100
37 37
38puts "\nall done\n" 38puts "\nall done\n"
diff --git a/test/utils/ls.exp b/test/utils/ls.exp
index 3a99be0d5..b83957a4f 100755
--- a/test/utils/ls.exp
+++ b/test/utils/ls.exp
@@ -37,5 +37,5 @@ expect {
37sleep 1 37sleep 1
38send -- "rm -f lstesting\r" 38send -- "rm -f lstesting\r"
39 39
40sleep 1 40after 100
41puts "\nall done\n" 41puts "\nall done\n"
diff --git a/test/utils/protocol-print.exp b/test/utils/protocol-print.exp
index 152a64467..b4b94ea93 100755
--- a/test/utils/protocol-print.exp
+++ b/test/utils/protocol-print.exp
@@ -20,5 +20,5 @@ expect {
20 timeout {puts "TESTING ERROR 1\n";exit} 20 timeout {puts "TESTING ERROR 1\n";exit}
21 "unix,inet,inet6" 21 "unix,inet,inet6"
22} 22}
23sleep 1 23after 100
24puts "\nall done\n" 24puts "\nall done\n"
diff --git a/test/utils/seccomp-print.exp b/test/utils/seccomp-print.exp
index d0531a9c3..f6ff1e721 100755
--- a/test/utils/seccomp-print.exp
+++ b/test/utils/seccomp-print.exp
@@ -32,5 +32,5 @@ expect {
32 timeout {puts "TESTING ERROR 4\n";exit} 32 timeout {puts "TESTING ERROR 4\n";exit}
33 "RETURN_ALLOW" 33 "RETURN_ALLOW"
34} 34}
35sleep 1 35after 100
36puts "\nall done\n" 36puts "\nall done\n"
diff --git a/test/utils/shutdown2.exp b/test/utils/shutdown2.exp
index 7857b919c..777a73ec9 100755
--- a/test/utils/shutdown2.exp
+++ b/test/utils/shutdown2.exp
@@ -40,6 +40,6 @@ expect {
40 timeout {puts "TESTING ERROR 5\n";exit} 40 timeout {puts "TESTING ERROR 5\n";exit}
41 "5" 41 "5"
42} 42}
43sleep 1 43after 100
44 44
45puts "\nalldone\n" 45puts "\nalldone\n"
diff --git a/test/utils/shutdown3.exp b/test/utils/shutdown3.exp
index 02b68c4ce..a74fb3386 100755
--- a/test/utils/shutdown3.exp
+++ b/test/utils/shutdown3.exp
@@ -60,6 +60,6 @@ expect {
60 timeout {puts "TESTING ERROR 10\n";exit} 60 timeout {puts "TESTING ERROR 10\n";exit}
61 "5" 61 "5"
62} 62}
63sleep 1 63after 100
64 64
65puts "\nalldone\n" 65puts "\nalldone\n"
diff --git a/test/utils/shutdown4.exp b/test/utils/shutdown4.exp
index 0f2e0e7fe..2942ba3d5 100755
--- a/test/utils/shutdown4.exp
+++ b/test/utils/shutdown4.exp
@@ -60,6 +60,6 @@ expect {
60 timeout {puts "TESTING ERROR 50\n";exit} 60 timeout {puts "TESTING ERROR 50\n";exit}
61 "50" 61 "50"
62} 62}
63sleep 1 63after 100
64 64
65puts "\nalldone\n" 65puts "\nalldone\n"
diff --git a/test/utils/trace.exp b/test/utils/trace.exp
index b562a6b49..78a04b273 100755
--- a/test/utils/trace.exp
+++ b/test/utils/trace.exp
@@ -110,5 +110,6 @@ expect {
110 "bash:access /etc/terminfo/" {puts "debian\n"} 110 "bash:access /etc/terminfo/" {puts "debian\n"}
111 "bash:access /usr/share/terminfo/" {puts "arch\n"} 111 "bash:access /usr/share/terminfo/" {puts "arch\n"}
112} 112}
113after 100
113 114
114puts "\nall done\n" 115puts "\nall done\n"