Closed masap closed 3 years ago
Hi @masap. Thanks for your PR.
I'm waiting for a k8snetworkplumbingwg member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
Hi !
I am a beginner of ovs-cni
.
I already passed all the test of make test
.
Is there any other test I should run ?
/ok-to-test
Hello, welcome to the project! Let's see what CI says. Apart from integration tests you've already run, we also have end-to-end test suite running on a Kubernetes cluster. You can run it locally via make cluster-up cluster-sync functest
@phoracek
You can run it locally via make cluster-up cluster-sync functest
Thanks ! I will try it.
pull-e2e-ovs-cni
failed with lint. Sorry, I forgot to run make lint
. I will fix it tomorrow.
Fixed.
/test pull-e2e-ovs-cni
Just now I recognize one mistake, I will fix it.
Ok. Fixed.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: masap, phoracek
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This PR modifies source of libovsdb from
github.com/socketplane/libovsdb
togithub.com/ovn-org/libovsdb
because the former was removed.This PR also bump the libovsdb version to
0.3.1
becausev0.1
andv0.2.0
causes error onmake dep
as follows. And0.4.0
and0.5.0
requiresgo1.16
.libovsdb v0.1
libovsdb v0.2.0
release-note
Signed-off-by: Masashi Honma masashi.honma@gmail.com