From 3ffd332fc22bdfb450f941ad2bbf5c04c2467ed1 Mon Sep 17 00:00:00 2001 From: "Sergey V. Lobanov" Date: Thu, 28 Nov 2024 22:24:01 +0100 Subject: tests,ci: disable chap-secrets related tests on alpine radius and chap-secrets can't work together due to musl library limiations This patch disables chap-secrets related tests on alpine ref: https://github.com/accel-ppp/accel-ppp/pull/190#issuecomment-2331036461 --- tests/conftest.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/conftest.py') diff --git a/tests/conftest.py b/tests/conftest.py index 6687ed10..da1f40f4 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -26,6 +26,10 @@ def pytest_configure(config): "markers", "vlan_mon_driver: marks tests as related to ipoe kernel module (deselect with '-m \"not vlan_mon_driver\"')", ) + config.addinivalue_line( + "markers", + "chap_secrets: marks tests as related to chap-secrets module (deselect with '-m \"not chap_secrets\"')", + ) # accel-pppd executable file name -- cgit v1.2.3