From c79aa14295f907ffac0cf5555515602b7393b8b6 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 9 Mar 2023 08:39:25 -0500 Subject: testing --- test/filters/protocol.exp | 97 ----------------------------------------------- 1 file changed, 97 deletions(-) delete mode 100755 test/filters/protocol.exp (limited to 'test/filters/protocol.exp') diff --git a/test/filters/protocol.exp b/test/filters/protocol.exp deleted file mode 100755 index 5320dde6f..000000000 --- a/test/filters/protocol.exp +++ /dev/null @@ -1,97 +0,0 @@ -#!/usr/bin/expect -f -# This file is part of Firejail project -# Copyright (C) 2014-2023 Firejail Authors -# License GPL v2 - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -send -- "firejail --noprofile --protocol=unix --debug\r" -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "0009: 20 00 00 00000000" -} -expect { - timeout {puts "TESTING ERROR 2\n";exit} - "000f: 20 00 00 00000010" -} -expect { - timeout {puts "TESTING ERROR 3\n";exit} - "0010: 15 00 01 00000001" -} -expect { - timeout {puts "TESTING ERROR 4\n";exit} - "0011: 06 00 00 7fff0000" -} -expect { - timeout {puts "TESTING ERROR 5\n";exit} - "0012: 06 00 00 0005005f" -} - -after 100 -send -- "exit\r" -sleep 1 - -send -- "firejail --noprofile --protocol=bluetooth --debug\r" -expect { - timeout {puts "TESTING ERROR 11\n";exit} - "0009: 20 00 00 00000000" -} -expect { - timeout {puts "TESTING ERROR 12\n";exit} - "000f: 20 00 00 00000010" -} -expect { - timeout {puts "TESTING ERROR 13\n";exit} - "0010: 15 00 01 0000001f" -} -expect { - timeout {puts "TESTING ERROR 14\n";exit} - "0011: 06 00 00 7fff0000" -} -expect { - timeout {puts "TESTING ERROR1 5\n";exit} - "0012: 06 00 00 0005005f" -} - -after 100 -send -- "exit\r" -sleep 1 - -send -- "firejail --noprofile --protocol=inet,inet6 --debug\r" -expect { - timeout {puts "TESTING ERROR 31\n";exit} - "0009: 20 00 00 00000000" -} -expect { - timeout {puts "TESTING ERROR 32\n";exit} - "000f: 20 00 00 00000010" -} -expect { - timeout {puts "TESTING ERROR 33\n";exit} - "0010: 15 00 01 00000002" -} -expect { - timeout {puts "TESTING ERROR 34\n";exit} - "0011: 06 00 00 7fff0000" -} -expect { - timeout {puts "TESTING ERROR1 35\n";exit} - "0012: 15 00 01 0000000a" -} -expect { - timeout {puts "TESTING ERROR 36\n";exit} - "0013: 06 00 00 7fff0000" -} -expect { - timeout {puts "TESTING ERROR 37\n";exit} - "0014: 06 00 00 0005005f" -} - -after 100 -send -- "exit\r" - - -after 100 -puts "\nall done\n" -- cgit v1.2.3-70-g09d2