From bb5a19e53c46d78893e63744d4bb7b6d20dfda50 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 21 Sep 2017 22:50:41 +0800 Subject: ggsn_tests: Remove incomplete user plane testing code In commit 0b7545dff13394fcaac2a9f904fe6858bca7d661 I accidentially committed incomplete support for user plane (GTP-U) testing to the GGSN test. This code has caused the jenkins tests since August 26th to fail, let's revert it until this is fully implemented + tested. --- ggsn_tests/GGSN_Tests.cfg | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'ggsn_tests/GGSN_Tests.cfg') diff --git a/ggsn_tests/GGSN_Tests.cfg b/ggsn_tests/GGSN_Tests.cfg index 6954e1df..a7f4681f 100644 --- a/ggsn_tests/GGSN_Tests.cfg +++ b/ggsn_tests/GGSN_Tests.cfg @@ -11,14 +11,13 @@ LoggerPlugins := { JUnitLogger := "libjunitlogger2" } system.*.lazy_conn_id_handling := "YES" [MODULE_PARAMETERS] -GGSN_Tests.m_bind_ip_gtpc := "172.18.0.202" -GGSN_Tests.m_bind_ip_gtpu := "172.18.0.202" -GGSN_Tests.m_ggsn_ip_gtpc := "172.18.0.201" -GGSN_Tests.m_ggsn_ip_gtpu := "172.18.0.201" -GGSN_Tests.m_pdn_sock_host_v4 = "172.17.0.2" +GGSN_Tests.m_bind_ip_gtpc := "127.0.42.1" +GGSN_Tests.m_bind_ip_gtpu := "127.0.42.1" +GGSN_Tests.m_ggsn_ip_gtpc := "127.0.23.1" +GGSN_Tests.m_ggsn_ip_gtpu := "127.0.23.1" [EXECUTE] -GGSN_Tests.TC_dummy +#GGSN_Tests.TC_dummy GGSN_Tests.TC_pdp4_act_deact GGSN_Tests.TC_pdp4_act_deact_ipcp GGSN_Tests.TC_pdp4_act_deact_pcodns @@ -28,6 +27,3 @@ GGSN_Tests.TC_pdp6_act_deact_pcodns GGSN_Tests.TC_pdp6_act_deact_icmp6 GGSN_Tests.TC_echo_req_resp - -GGSN_Tests.TC_pdp4_act_deact_ipcp_udp - -- cgit v1.2.3