aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pcap-client/testenv.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcap-client/testenv.cfg b/pcap-client/testenv.cfg
new file mode 100644
index 00000000..3a915f35
--- /dev/null
+++ b/pcap-client/testenv.cfg
@@ -0,0 +1,11 @@
+[testsuite]
+program=OPCAP_CLIENT_Tests
+config=OPCAP_CLIENT_Tests.cfg
+
+[pcap-client]
+prepare=sudo sh -xc "setcap 'CAP_NET_ADMIN=+eip CAP_NET_RAW=+eip' $(which osmo-pcap-client)"
+program=osmo-pcap-client
+make=osmo-pcap
+package=osmo-pcap-client
+copy=osmo-pcap-client.cfg
+vty_port=4227