Skip to content

Commit

Permalink
ci: fix unprivileged runs for test_ipr
Browse files Browse the repository at this point in the history
  • Loading branch information
svinota committed Feb 9, 2024
1 parent 8d3fc65 commit febea11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_linux/test_ipr/test_config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import pytest
from pr2test.marks import require_root

from pyroute2 import IPRoute

pytestmark = [require_root()]


@pytest.mark.parametrize('nlm_echo', (True, False))
def test_echo_route(context, nlm_echo):
Expand Down

0 comments on commit febea11

Please sign in to comment.