diff options
| author | Sergey V. Lobanov <sergey@lobanov.in> | 2024-08-19 20:01:11 +0000 |
|---|---|---|
| committer | Sergey V. Lobanov <sergey@lobanov.in> | 2024-08-19 20:01:11 +0000 |
| commit | 3498d52d7eb33b33b16d0ceef44ed3b52debdd5c (patch) | |
| tree | 173d70d427091a0299bd9cd86b5e5de424177aa8 /tests/accel-pppd/pppoe | |
| parent | 0eb54934a8746091a5f3eef2ae0db726975c24da (diff) | |
| download | accel-ppp-3498d52d7eb33b33b16d0ceef44ed3b52debdd5c.tar.gz accel-ppp-3498d52d7eb33b33b16d0ceef44ed3b52debdd5c.zip | |
tests: add pcre negative cases, improve pcre-related code test coverage
these test cases will help for pcre2 migration (issue #173)
Diffstat (limited to 'tests/accel-pppd/pppoe')
| -rw-r--r-- | tests/accel-pppd/pppoe/test_pppoe_session_wo_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accel-pppd/pppoe/test_pppoe_session_wo_auth.py b/tests/accel-pppd/pppoe/test_pppoe_session_wo_auth.py index 0c8aa2c0..5ce870dd 100644 --- a/tests/accel-pppd/pppoe/test_pppoe_session_wo_auth.py +++ b/tests/accel-pppd/pppoe/test_pppoe_session_wo_auth.py @@ -69,7 +69,7 @@ def test_pppoe_session_wo_auth(pppd_instance, accel_cmd): (exit, out, err) = process.run( [ accel_cmd, - "show sessions match username loginAB username,ip,state", + "show sessions match username log.nAB username,ip,state", ] ) assert exit == 0 # accel-cmd fails |
