From: Vincent Bernat Date: Wed, 16 Mar 2016 20:55:43 +0000 (+0100) Subject: tests/integration: reduce the number of emulated neighbor X-Git-Tag: 0.9.2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd0d1674d35590918187b9db844d3c7fcde71e43;p=thirdparty%2Flldpd.git tests/integration: reduce the number of emulated neighbor This is costly when we are running on low-memory containers. --- diff --git a/tests/integration/test_basic.py b/tests/integration/test_basic.py index bc32fe46..51f77c5e 100644 --- a/tests/integration/test_basic.py +++ b/tests/integration/test_basic.py @@ -28,7 +28,7 @@ def test_one_neighbor(lldpd1, lldpd, lldpcli, namespaces): "lldp.eth0.port.descr": "eth1"} -@pytest.mark.parametrize("neighbors", (5, 10, 50)) +@pytest.mark.parametrize("neighbors", (5, 10, 20)) def test_several_neighbors(lldpd, lldpcli, links, namespaces, neighbors): for i in range(2, neighbors + 1): links(namespaces(1), namespaces(i))