From dd0d1674d35590918187b9db844d3c7fcde71e43 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 16 Mar 2016 21:55:43 +0100 Subject: [PATCH] tests/integration: reduce the number of emulated neighbor This is costly when we are running on low-memory containers. --- tests/integration/test_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5