From 2e4bd3028464e92a1fcb1c94a530bca0950a20da Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 10 Jun 2016 13:15:27 -0400 Subject: testing --- test/apps/chromium.exp | 6 +++--- test/apps/deluge.exp | 6 +++--- test/apps/evince.exp | 6 +++--- test/apps/fbreader.exp | 6 +++--- test/apps/filezilla.exp | 6 +++--- test/apps/firefox.exp | 6 +++--- test/apps/gnome-mplayer.exp | 8 ++++---- test/apps/gthumb.exp | 6 +++--- test/apps/hexchat.exp | 6 +++--- test/apps/icedove.exp | 6 +++--- test/apps/midori.exp | 8 ++++---- test/apps/opera.exp | 6 +++--- test/apps/qbittorrent.exp | 8 ++++---- test/apps/transmission-gtk.exp | 8 ++++---- test/apps/transmission-qt.exp | 8 ++++---- test/apps/uget-gtk.exp | 6 +++--- test/apps/vlc.exp | 6 +++--- test/apps/weechat.exp | 6 +++--- test/apps/xchat.exp | 6 +++--- 19 files changed, 62 insertions(+), 62 deletions(-) diff --git a/test/apps/chromium.exp b/test/apps/chromium.exp index 98ea66a51..c01f9a54d 100755 --- a/test/apps/chromium.exp +++ b/test/apps/chromium.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "chromium" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\n" diff --git a/test/apps/deluge.exp b/test/apps/deluge.exp index 5142ac184..df7899b51 100755 --- a/test/apps/deluge.exp +++ b/test/apps/deluge.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "deluge" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\n" diff --git a/test/apps/evince.exp b/test/apps/evince.exp index e129a00fa..0c1efcf59 100755 --- a/test/apps/evince.exp +++ b/test/apps/evince.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "evince" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\nall done\n" diff --git a/test/apps/fbreader.exp b/test/apps/fbreader.exp index aa9d77c1c..30fbb1a77 100755 --- a/test/apps/fbreader.exp +++ b/test/apps/fbreader.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "fbreader" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\nall done\n" diff --git a/test/apps/filezilla.exp b/test/apps/filezilla.exp index 7f232f311..1533eae69 100755 --- a/test/apps/filezilla.exp +++ b/test/apps/filezilla.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "filezilla" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\nall done\n" diff --git a/test/apps/firefox.exp b/test/apps/firefox.exp index 5ac6b125e..64a733f98 100755 --- a/test/apps/firefox.exp +++ b/test/apps/firefox.exp @@ -33,7 +33,7 @@ expect { timeout {puts "TESTING ERROR 3.2\n";exit} "no-remote" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -70,7 +70,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -93,7 +93,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\n" diff --git a/test/apps/gnome-mplayer.exp b/test/apps/gnome-mplayer.exp index b460a5d79..aa0ef44fb 100755 --- a/test/apps/gnome-mplayer.exp +++ b/test/apps/gnome-mplayer.exp @@ -16,7 +16,7 @@ expect { timeout {puts "TESTING ERROR 1\n";exit} "Child process initialized" } -sleep 10 +sleep 5 spawn $env(SHELL) send -- "firejail --list\r" @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "gnome-mplayer" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\nall done\n" diff --git a/test/apps/gthumb.exp b/test/apps/gthumb.exp index 86bb975ba..8dcd2fcd0 100755 --- a/test/apps/gthumb.exp +++ b/test/apps/gthumb.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "gthumb" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\nall done\n" diff --git a/test/apps/hexchat.exp b/test/apps/hexchat.exp index a24ccbf91..a66cc52cc 100755 --- a/test/apps/hexchat.exp +++ b/test/apps/hexchat.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "hexchat" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\n" diff --git a/test/apps/icedove.exp b/test/apps/icedove.exp index 9ae89535e..667f6745d 100755 --- a/test/apps/icedove.exp +++ b/test/apps/icedove.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "icedove" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\nall done\n" diff --git a/test/apps/midori.exp b/test/apps/midori.exp index 2225942e8..fdd47954c 100755 --- a/test/apps/midori.exp +++ b/test/apps/midori.exp @@ -16,7 +16,7 @@ expect { timeout {puts "TESTING ERROR 1\n";exit} "Child process initialized" } -sleep 10 +sleep 5 spawn $env(SHELL) send -- "firejail --list\r" @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "midori" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\n" diff --git a/test/apps/opera.exp b/test/apps/opera.exp index bfb2d6f83..b94c9dbbd 100755 --- a/test/apps/opera.exp +++ b/test/apps/opera.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "opera" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\n" diff --git a/test/apps/qbittorrent.exp b/test/apps/qbittorrent.exp index 4f3f7c362..ee4044a84 100755 --- a/test/apps/qbittorrent.exp +++ b/test/apps/qbittorrent.exp @@ -16,7 +16,7 @@ expect { timeout {puts "TESTING ERROR 1\n";exit} "Child process initialized" } -sleep 5 +sleep 3 spawn $env(SHELL) send -- "firejail --list\r" @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "qbittorrent" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\n" diff --git a/test/apps/transmission-gtk.exp b/test/apps/transmission-gtk.exp index 92ed05cc4..33f4ef963 100755 --- a/test/apps/transmission-gtk.exp +++ b/test/apps/transmission-gtk.exp @@ -12,7 +12,7 @@ expect { timeout {puts "TESTING ERROR 1\n";exit} "Child process initialized" } -sleep 10 +sleep 5 spawn $env(SHELL) send -- "firejail --list\r" @@ -24,7 +24,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "transmission-gtk" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -54,7 +54,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -72,7 +72,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\nall done\n" diff --git a/test/apps/transmission-qt.exp b/test/apps/transmission-qt.exp index 3ea2a112f..991742106 100755 --- a/test/apps/transmission-qt.exp +++ b/test/apps/transmission-qt.exp @@ -16,7 +16,7 @@ expect { timeout {puts "TESTING ERROR 1\n";exit} "Child process initialized" } -sleep 10 +sleep 3 spawn $env(SHELL) send -- "firejail --list\r" @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "transmission-qt" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\nall done\n" diff --git a/test/apps/uget-gtk.exp b/test/apps/uget-gtk.exp index 47fa5849b..1511a07af 100755 --- a/test/apps/uget-gtk.exp +++ b/test/apps/uget-gtk.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "uget-gtk" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\nall done\n" diff --git a/test/apps/vlc.exp b/test/apps/vlc.exp index 762e1fbd9..f0903c170 100755 --- a/test/apps/vlc.exp +++ b/test/apps/vlc.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "vlc" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\nall done\n" diff --git a/test/apps/weechat.exp b/test/apps/weechat.exp index af2eab1cc..b3e04da84 100755 --- a/test/apps/weechat.exp +++ b/test/apps/weechat.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "weechat-curses" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\n" diff --git a/test/apps/xchat.exp b/test/apps/xchat.exp index bfdf581be..206397f3e 100755 --- a/test/apps/xchat.exp +++ b/test/apps/xchat.exp @@ -28,7 +28,7 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "xchat" } -sleep 1 +after 100 # grsecurity exit send -- "file /proc/sys/kernel/grsecurity\r" @@ -59,7 +59,7 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "name=blablabla" } -sleep 1 +after 100 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} @@ -77,7 +77,7 @@ expect { timeout {puts "TESTING ERROR 6.3\n";exit} "name=blablabla" } -sleep 1 +after 100 puts "\n" -- cgit v1.2.3-54-g00ecf