File: prepare_test_tools.sh

package info (click to toggle)
xdp-tools 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,892 kB
  • sloc: ansic: 156,740; sh: 3,371; makefile: 572; python: 360; lisp: 53
file content (8 lines) | stat: -rwxr-xr-x 124 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash

set -e


echo ::group::Install xdp-test-harness
sudo python3 -m pip install xdp_test_harness
echo ::endgroup::