Skip to content

Commit cd66f66

Browse files
committed
lib/testing: Add xdp-forward to test_config.install.sh
This was missing, and causes tests to break in the installed version. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 66fa840 commit cd66f66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/testing/test_config.install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Test config for having tools in $PATH - to be installed along with the
22
# test runners in /usr/share/xdp-tools
33

4+
XDPDUMP=xdpdump
5+
XDP_BENCH=xdp-bench
46
XDP_FILTER=xdp-filter
7+
XDP_FORWARD=xdp-forward
58
XDP_LOADER=xdp-loader
6-
XDP_BENCH=xdp-bench
79
XDP_MONITOR=xdp-monitor
810
XDP_TRAFFICGEN=xdp-trafficgen
9-
XDPDUMP=xdpdump

0 commit comments

Comments
 (0)