diff --git a/test/integration/basic_test.go b/test/integration/basic_test.go index e74a352b9..aa992bb6c 100644 --- a/test/integration/basic_test.go +++ b/test/integration/basic_test.go @@ -145,12 +145,11 @@ func TestSingleUEAttachAndDetach(t *testing.T) { nbAddress: nodeBAddress, ueAddress: ueAddress, upfN3Address: upfN3Address, - // TODO: use wider port range once multi port ranges are supported - sdfFilter: "permit out udp from 192.168.1.1/32 to assigned 80-80", - ulTEID: 15, - dlTEID: 16, - sessQFI: 0x09, - appQFI: 0x08, + sdfFilter: "permit out udp from 192.168.1.1/32 to assigned 80-400", + ulTEID: 15, + dlTEID: 16, + sessQFI: 0x09, + appQFI: 0x08, }, expected: p4RtValues{ appFilter: appFilter{ @@ -158,7 +157,7 @@ func TestSingleUEAttachAndDetach(t *testing.T) { appIP: net.ParseIP("192.168.1.1"), appPrefixLen: 32, appPort: portRange{ - 80, 80, + 80, 400, }, }, // FIXME: there is a dependency on previous test because pfcpiface doesn't clear application IDs properly