Skip to content

Commit

Permalink
tests: no more sysctl settings to test
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hopps <[email protected]>
  • Loading branch information
choppsv1 committed Jul 30, 2024
1 parent 56e5643 commit f2cd7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async def test_config_combo(unet, astepf, psize, qsize, dtime, rewin, idelay, df
assert "drop-time 1000000" in output


async def test_config_sysctl(unet):
async def _test_config_sysctl(unet):
r1 = unet.hosts["r1"]

r1.conrepl.cmd_raises("sysctl -w net.core.xfrm_iptfs_drop_time=50000")
Expand Down

0 comments on commit f2cd7a8

Please sign in to comment.