pespin has uploaded this change for review.

View Change

testsuites: eupf: Fix missing interface preventing DL tunend to work

The DL rx interface was missing, which means eupf wouldn't add a hook to
it and hence DL traffic for the UEs was not picked up, instead being
forwarded as normal packets (to default gw).

Change-Id: Id4848dd400309ef13bd000e7da494e927d34940a
---
M testsuites/gtplab-sysmo2017/tunend/upf/eupf/eupf.yaml
M testsuites/gtplab-sysmo2017/tunmap/upf/eupf/eupf.yaml
2 files changed, 2 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/upf-benchmark refs/changes/39/38739/1
diff --git a/testsuites/gtplab-sysmo2017/tunend/upf/eupf/eupf.yaml b/testsuites/gtplab-sysmo2017/tunend/upf/eupf/eupf.yaml
index cd49159..5f1efac 100644
--- a/testsuites/gtplab-sysmo2017/tunend/upf/eupf/eupf.yaml
+++ b/testsuites/gtplab-sysmo2017/tunend/upf/eupf/eupf.yaml
@@ -1,4 +1,4 @@
-interface_name: [enp2s0f0np0]
+interface_name: [enp2s0f0np0, enp2s0f1np1]
xdp_attach_mode: generic
api_address: :8080
pfcp_address: 172.16.31.2:8805
diff --git a/testsuites/gtplab-sysmo2017/tunmap/upf/eupf/eupf.yaml b/testsuites/gtplab-sysmo2017/tunmap/upf/eupf/eupf.yaml
index 8ff3444..5f1efac 100644
--- a/testsuites/gtplab-sysmo2017/tunmap/upf/eupf/eupf.yaml
+++ b/testsuites/gtplab-sysmo2017/tunmap/upf/eupf/eupf.yaml
@@ -1,4 +1,4 @@
-interface_name: [enp2s0f0np0,enp2s0f1np1]
+interface_name: [enp2s0f0np0, enp2s0f1np1]
xdp_attach_mode: generic
api_address: :8080
pfcp_address: 172.16.31.2:8805

To view, visit change 38739. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: upf-benchmark
Gerrit-Branch: master
Gerrit-Change-Id: Id4848dd400309ef13bd000e7da494e927d34940a
Gerrit-Change-Number: 38739
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>