Skip to content
Snippets Groups Projects
Commit a6e458d6 authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent 25da5b9a
No related branches found
No related tags found
1 merge request!24Feature/dboard3 833 handle inactive bundle config
......@@ -92,6 +92,7 @@ def test_asn_to_int_functionality():
asn_to_int('66512.2')
asn_to_int('Test')
def test_DBOARD3_833():
"""Test that the bundle inactive attribute is handled correctly.
......@@ -119,5 +120,3 @@ def test_DBOARD3_833():
# additional sanity check: parent bundle should be empty or exactly one
for ifc in interfaces.values():
assert len(ifc['bundle']) in (0, 1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment