Browse Source

Disable the tcpreplay tests as the require root privileges

Christoph Biedl 7 years ago
parent
commit
6959e27c81
2 changed files with 16 additions and 0 deletions
  1. 15 0
      debian/patches/disable-tcpreplay-test.patch
  2. 1 0
      debian/patches/series

+ 15 - 0
debian/patches/disable-tcpreplay-test.patch

@@ -0,0 +1,15 @@
+Subject: Disable the tcpreplay tests as the require root privileges
+Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+Forwarded: not-needed
+
+--- a/test/Makefile.am
++++ b/test/Makefile.am
+@@ -36,7 +36,7 @@
+ 		test2.rewrite_mac_seed_keep test2.rewrite_l7fuzzing
+ 
+ test: all
+-all: clearlog check tcpprep tcpreplay tcprewrite
++all: clearlog check tcpprep tcprewrite
+ 
+ clearlog:
+ 	-rm test.log

+ 1 - 0
debian/patches/series

@@ -0,0 +1 @@
+disable-tcpreplay-test.patch