Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
alshabib
2014-10-13 14:25:46 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9dc1b0ece514ac645e046e5f2b97d7558146a9ee
9dc1b0ec
1 parent
94cf3c55
removing print statememt
Change-Id: I2b3543c41e64ef3f5260661809e85f985cd15e0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
core/net/src/test/java/org/onlab/onos/net/flow/impl/FlowRuleManagerTest.java
core/net/src/test/java/org/onlab/onos/net/flow/impl/FlowRuleManagerTest.java
View file @
9dc1b0e
...
...
@@ -169,7 +169,6 @@ public class FlowRuleManagerTest {
//backing store is sensitive to the order of additions/removals
private
boolean
validateState
(
FlowEntryState
...
state
)
{
Iterable
<
FlowEntry
>
rules
=
service
.
getFlowEntries
(
DID
);
System
.
out
.
println
(
rules
);
int
i
=
0
;
for
(
FlowEntry
f
:
rules
)
{
if
(
f
.
state
()
!=
state
[
i
])
{
...
...
Please
register
or
login
to post a comment