Commit Graph

4 Commits

Author SHA1 Message Date
Neels Hofmeyr ef0b3e6bb4 upf: in PFCP Sess Est, use local F-TEID = CHOOSE
So far the test asked osmo-upf to use an actual IP address and TEID, but
normally it is sent with CHOOSE = 1 so that osmo-upf picks a new local
TEID and returns it with the proper local IP address in the response.

This is making the test more realistic, and also prepares for testing
Network Instance handling, where osmo-upf will need to return the proper
IP addresses for specific Network Instance names.

Change-Id: Iaba372cbb2e0cf0c5bee80b09d346f9bcb78bfbe
2022-11-28 13:48:15 +00:00
Neels Hofmeyr 021a953cac UPF_Tests.cfg: fix wrong mp_verify_gtp name
The proper name is mp_verify_gtp_actions.

jenkins is not affected because it uses another .cfg from
docker-playground.git.

Change-Id: Ia13407db795021a2c3e2923c08b63ad6cdd6b0f9
2022-11-28 13:48:15 +00:00
Neels Hofmeyr 366cdc7ec9 UPF_Tests: adjust to rename 'endecaps' to 'tunend'
osmo-upf has changed the naming of GTP action kinds, need to adjust the
test here to avoid failing tests.

Related: I49ac7b1f8b5b74f586edfed1dfb29f9af55a521b (osmo-upf)
Change-Id: I6fe4a4cf02ca05b772491d11a5edbdbd7b0b429a
2022-11-21 17:20:08 +01:00
Neels Hofmeyr 2d29274f32 add upf/ to test osmo-upf
So far testing only PFCP interaction without real GTP traffic.

Related: SYS#5599
Change-Id: If67819dea785597841f21d8c444cb4866cfde571
2022-09-20 13:32:16 +02:00