Skip to content
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

(contiv) fixed fib resolution where interface is not a part of bridge domain + tests #638

Merged
merged 4 commits into from May 24, 2018

Conversation

VladoLavor
Copy link
Collaborator

Signed-off-by: Vladimir Lavor vlavor@cisco.com

cherry-picked from #629 and #630

Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
@VladoLavor VladoLavor self-assigned this May 24, 2018
@VladoLavor VladoLavor changed the title fixed fib resolution where interface is not a part of bridge domain + tests (contiv) fixed fib resolution where interface is not a part of bridge domain + tests May 24, 2018
Makefile Outdated
@@ -91,6 +91,7 @@ test-cover: get-covtools
go test -covermode=count -coverprofile=${COVER_DIR}coverage_unit2.out ./idxvpp/nametoidx
go test -covermode=count -coverprofile=${COVER_DIR}coverage_ifplugin.out -tags=mockvpp ./plugins/defaultplugins/ifplugin
go test -covermode=count -coverprofile=${COVER_DIR}coverage_ifplugin_vppcalls.out ./plugins/defaultplugins/ifplugin/vppcalls
go test -covermode=count -coverprofile=${COVER_DIR}coverage_l2plugin.out ./plugins/defaultplugins/l2plugin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is missing -tags=mockvpp

Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
@VladoLavor
Copy link
Collaborator Author

coverage decreased because the whole l2plugin package was added to test pool, and fib tests are the only tests there

@lukasmacko lukasmacko merged commit 2225630 into ligato:contiv May 24, 2018
@lukasmacko
Copy link
Contributor

I see, that's expected. Thanks!

@VladoLavor VladoLavor deleted the contiv branch June 11, 2018 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants