Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pim_dm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
pim_dm
Commits
181cd42d
Commit
181cd42d
authored
Jul 27, 2018
by
Pedro Oliveira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repeat test due to fix in assert state machine
parent
dea88e37
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
77 additions
and
63 deletions
+77
-63
TestResults/Switch.pcap
TestResults/Switch.pcap
+0
-0
TestResults/log.txt
TestResults/log.txt
+73
-63
emulation/switch1/root/TestAssert.py
emulation/switch1/root/TestAssert.py
+4
-0
No files found.
TestResults/Switch.pcap
View file @
181cd42d
No preview for this file type
TestResults/log.txt
View file @
181cd42d
This diff is collapsed.
Click to expand it.
emulation/switch1/root/TestAssert.py
View file @
181cd42d
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment