From 3498d52d7eb33b33b16d0ceef44ed3b52debdd5c Mon Sep 17 00:00:00 2001 From: "Sergey V. Lobanov" Date: Mon, 19 Aug 2024 20:01:11 +0000 Subject: tests: add pcre negative cases, improve pcre-related code test coverage these test cases will help for pcre2 migration (issue #173) --- tests/accel-pppd/ipoe/dhcpv4/test_ipoe_shared_session_wo_auth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/accel-pppd/ipoe') diff --git a/tests/accel-pppd/ipoe/dhcpv4/test_ipoe_shared_session_wo_auth.py b/tests/accel-pppd/ipoe/dhcpv4/test_ipoe_shared_session_wo_auth.py index 104e4e9..da9a40e 100644 --- a/tests/accel-pppd/ipoe/dhcpv4/test_ipoe_shared_session_wo_auth.py +++ b/tests/accel-pppd/ipoe/dhcpv4/test_ipoe_shared_session_wo_auth.py @@ -28,8 +28,8 @@ def accel_pppd_config(veth_pair_netns): noauth=1 shared=1 gw-ip-address=192.0.2.1/24 - interface=""" - + veth_pair_netns["veth_a"] + interface=re:.""" + + veth_pair_netns["veth_a"][1:] ) -- cgit v1.2.3