mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
testing
This commit is contained in:
parent
7e1c057aed
commit
c729d5927d
14 changed files with 48 additions and 24 deletions
27
test/test.sh
27
test/test.sh
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
# This file is part of Firejail project
|
||||
# Copyright (C) 2014-2016 Firejail Authors
|
||||
# License GPL v2
|
||||
|
||||
./chk_config.exp
|
||||
|
||||
|
|
@ -96,30 +99,6 @@ echo "TESTING: kmsg access (kmsg.exp)"
|
|||
echo "TESTING: rlimit (option_rlimit.exp)"
|
||||
./option_rlimit.exp
|
||||
|
||||
echo "TESTING: shutdown (option_shutdown.exp)"
|
||||
./option-shutdown.exp
|
||||
|
||||
echo "TESTING: shutdown2 (option_shutdown2.exp)"
|
||||
./option-shutdown2.exp
|
||||
|
||||
echo "TESTING: shutdown3 (option_shutdown3.exp)"
|
||||
./option-shutdown3.exp
|
||||
|
||||
echo "TESTING: shutdown4 (option_shutdown4.exp)"
|
||||
./option-shutdown4.exp
|
||||
|
||||
echo "TESTING: join (option-join.exp)"
|
||||
./option-join.exp
|
||||
|
||||
echo "TESTING: join2 (option-join2.exp)"
|
||||
./option-join2.exp
|
||||
|
||||
echo "TESTING: join3 (option-join3.exp)"
|
||||
./option-join3.exp
|
||||
|
||||
echo "TESTING: join profile (option-join-profile.exp)"
|
||||
./option-join-profile.exp
|
||||
|
||||
echo "TESTING: firejail in firejail - single sandbox (firejail-in-firejail.exp)"
|
||||
./firejail-in-firejail.exp
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/expect -f
|
||||
# This file is part of Firejail project
|
||||
# Copyright (C) 2014-2016 Firejail Authors
|
||||
# License GPL v2
|
||||
|
||||
set timeout 10
|
||||
spawn $env(SHELL)
|
||||
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/expect -f
|
||||
# This file is part of Firejail project
|
||||
# Copyright (C) 2014-2016 Firejail Authors
|
||||
# License GPL v2
|
||||
|
||||
set timeout 10
|
||||
spawn $env(SHELL)
|
||||
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/expect -f
|
||||
# This file is part of Firejail project
|
||||
# Copyright (C) 2014-2016 Firejail Authors
|
||||
# License GPL v2
|
||||
|
||||
set timeout 10
|
||||
spawn $env(SHELL)
|
||||
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/expect -f
|
||||
# This file is part of Firejail project
|
||||
# Copyright (C) 2014-2016 Firejail Authors
|
||||
# License GPL v2
|
||||
|
||||
set timeout 10
|
||||
spawn $env(SHELL)
|
||||
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/expect -f
|
||||
# This file is part of Firejail project
|
||||
# Copyright (C) 2014-2016 Firejail Authors
|
||||
# License GPL v2
|
||||
|
||||
set timeout 10
|
||||
spawn $env(SHELL)
|
||||
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/expect -f
|
||||
# This file is part of Firejail project
|
||||
# Copyright (C) 2014-2016 Firejail Authors
|
||||
# License GPL v2
|
||||
|
||||
set timeout 10
|
||||
spawn $env(SHELL)
|
||||
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/expect -f
|
||||
# This file is part of Firejail project
|
||||
# Copyright (C) 2014-2016 Firejail Authors
|
||||
# License GPL v2
|
||||
|
||||
set timeout 10
|
||||
spawn $env(SHELL)
|
||||
|
|
@ -40,3 +40,27 @@ echo "TESTING: seccomp.print (test/utils/seccomp-print.exp)"
|
|||
echo "TESTING: protocol.print (test/utils/protocol-print.exp)"
|
||||
./protocol-print.exp
|
||||
|
||||
echo "TESTING: shutdown (test/utils/shutdown.exp)"
|
||||
./shutdown.exp
|
||||
|
||||
echo "TESTING: shutdown2 (test/utils/shutdown2.exp)"
|
||||
./shutdown2.exp
|
||||
|
||||
echo "TESTING: shutdown3 (test/utils/shutdown3.exp)"
|
||||
./shutdown3.exp
|
||||
|
||||
echo "TESTING: shutdown4 (test/utils/shutdown4.exp)"
|
||||
./shutdown4.exp
|
||||
|
||||
echo "TESTING: join test/utils/(join.exp)"
|
||||
./join.exp
|
||||
|
||||
echo "TESTING: join2 test/utils/(join2.exp)"
|
||||
.join2.exp
|
||||
|
||||
echo "TESTING: join3 (test/utils/join3.exp)"
|
||||
./join3.exp
|
||||
|
||||
echo "TESTING: join profile (test/utils/join-profile.exp)"
|
||||
./join-profile.exp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue