parameterized emane tests, added tdma test, although it is currently failing
This commit is contained in:
parent
832f497d47
commit
14a5d11c4e
3 changed files with 40 additions and 112 deletions
|
@ -21,8 +21,8 @@ from core.xml import xmlsession
|
|||
_XML_VERSIONS = ["0.0", "1.0"]
|
||||
_NODE_CLASSES = [nodes.PtpNet, nodes.HubNode, nodes.SwitchNode]
|
||||
|
||||
class TestCore:
|
||||
|
||||
class TestCore:
|
||||
@pytest.mark.parametrize("cls", _NODE_CLASSES)
|
||||
def test_nodes(self, core, cls):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue