From 3d9338fb921dd9b2c2f82ac5353e9874e69156a6 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 29 Jan 2018 20:42:54 +0100 Subject: ggsn_tests: Add test case to validate packets forwarded vs dropped New dependency is required: titan.ProtocolModules.ICMP It tests that ICMP echo packets can be sent successfully (reply is received or otherwise dest unreachable if routing is not set up correctly during the test). It also tests some cases in which osmo-ggsn is required to drop the packets (eg. unknown src ip unrelated to pdp ctx). It also checks that IPv6 packets are dropped in IPv4 pdp ctx and viceversa It also checks that IPv6 packets are dropped in IPv4 pdp ctx and vice versa. Change-Id: Ib9c6043a6cd3b6622782ec7e7fcd2815101755ba --- ggsn_tests/GGSN_Tests.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ggsn_tests/GGSN_Tests.cfg') diff --git a/ggsn_tests/GGSN_Tests.cfg b/ggsn_tests/GGSN_Tests.cfg index d8994df5..bf820573 100644 --- a/ggsn_tests/GGSN_Tests.cfg +++ b/ggsn_tests/GGSN_Tests.cfg @@ -26,9 +26,11 @@ GGSN_Tests.m_ggsn_ip6_dns2 := "2001:4860:4860::8844" GGSN_Tests.TC_pdp4_act_deact GGSN_Tests.TC_pdp4_act_deact_ipcp GGSN_Tests.TC_pdp4_act_deact_pcodns +GGSN_Tests.TC_pdp4_act_deact_gtpu_access GGSN_Tests.TC_pdp6_act_deact GGSN_Tests.TC_pdp6_act_deact_pcodns GGSN_Tests.TC_pdp6_act_deact_icmp6 +GGSN_Tests.TC_pdp6_act_deact_gtpu_access GGSN_Tests.TC_echo_req_resp -- cgit v1.2.3