pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/upf-benchmark/+/38739?usp=email )
Change subject: testsuites: eupf: Fix missing interface preventing DL tunend to work ......................................................................
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