Commit 181cd42d authored by Pedro Oliveira's avatar Pedro Oliveira

repeat test due to fix in assert state machine

parent dea88e37
No preview for this file type
This diff is collapsed.
......@@ -100,10 +100,14 @@ class Test4(Test):
def __init__(self):
expectedState = {"R2": {"eth1": "Assert state transitions to NoInfo"},
"R3": {"eth1": "Assert state transitions to NoInfo"},
"R5": {"eth0": "Assert state transitions to NoInfo"},
"R6": {"eth0": "Assert state transitions to NoInfo"},
}
success = {"R2": {"eth1": False},
"R3": {"eth1": False},
"R5": {"eth0": False},
"R6": {"eth0": False},
}
super().__init__("Test4", expectedState, success)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment