-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Alex/modify flow #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the indent
ovs/ovs_test.go
Outdated
assert.NoError(t, err) | ||
assert.Equal(t, 0, len(flows)) | ||
|
||
defer c.VSwitch.DeleteBridge(bridgeName) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change this to line 50.
創立完畢後馬上接這個,放在最後有可能會中間就有錯誤,沒有正常跑到這行
925e989
to
8af00af
Compare
Codecov Report
@@ Coverage Diff @@
## master #4 +/- ##
===========================================
+ Coverage 20% 46.15% +26.15%
===========================================
Files 1 1
Lines 15 52 +37
===========================================
+ Hits 3 24 +21
- Misses 11 22 +11
- Partials 1 6 +5
Continue to review full report at Codecov.
|
0ee45ea
to
c74f965
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ff855dd
to
755c4b5
Compare
No description provided.