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

added speed to test data

parent e205fc4b
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ def test_sanity_check(resources_db):
model='XYZ', position=position, node=node)
session.add(line_card)
for x in range(20):
port = model.Port(name=str(x), line_card=line_card)
port = model.Port(
name=str(x), line_card=line_card, speed=1000)
session.add(port)
# new session - previous rows should have been committed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment