osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38267?usp=email )
( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: pcap-client: initial testenv.cfg ...................................................................... pcap-client: initial testenv.cfg Change-Id: I44479dfa19390e325e42fa3416cf93260f74aea6 --- A pcap-client/testenv.cfg 1 file changed, 11 insertions(+), 0 deletions(-) Approvals: pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/pcap-client/testenv.cfg b/pcap-client/testenv.cfg new file mode 100644 index 0000000..3a915f3 --- /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 -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38267?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I44479dfa19390e325e42fa3416cf93260f74aea6 Gerrit-Change-Number: 38267 Gerrit-PatchSet: 3 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]>
