They will be retried once.
apipkg==1.4
execnet==1.4.1
+flaky==3.3.0
py==1.4.31
pyroute2==0.3.16
pytest==2.9.0
import pytest
import pyroute2
import time
+from flaky import flaky
def test_simple_bridge(lldpd1, lldpd, lldpcli, namespaces, links):
assert out['lldp.eth0.vlan.vlan-id'] == ['300', '400']
+@flaky
def test_new_interface(lldpd1, lldpd, lldpcli, namespaces, links):
with namespaces(2):
lldpd()
import platform
import json
import xml.etree.ElementTree as ET
+from flaky import flaky
@pytest.fixture(scope='session')
@pytest.mark.skipif('Dot3' not in pytest.config.lldpd.features,
reason="Dot3 not supported")
+@flaky
def test_new_port_take_default(lldpd1, lldpd, lldpcli, namespaces, links):
with namespaces(2):
lldpd()