On Sun, Jan 27, 2019 at 8:36 PM Hongzhi, Song <[email protected]> wrote: > > Hi Mark, > > Which tests have you run for ovswitch. I want to update ovswitch to 2.11 > which will fix issue. > > I have run ptest which executed 2764 cases, and 320 failed, 86 skipped. > > Do I have to run other tests?
I usually rely on the ptests results and then I do a networking test with OverC (the cube-vrf makes use of OVS), though the ptests should be enough. Unfortunately I didn't document the ptest results for the last few uprevs, the last time I did document the results in the commit log was with commit 1fd1ff3720140baa3680d795f6d97597e5113e90. Maybe what you can do is run the ptests with the current release and then run them again with the 2.11 uprev and ensure they are similar. The tests that usually FAIL are the py2 related ptests as I usually only have py3 on my images. MarkA > > > Thanks, > > Hongzhi > > > > On 11/28/2018 05:48 AM, Mark Asselstine wrote: > > Pickup the latest security and bug fixes for openvswitch. > > > > Signed-off-by: Mark Asselstine <[email protected]> > > --- > > ...nvswitch-add-ptest-78e203138cb7253e9ca5ad8a2c4ed6bb6752f23e.patch} | 0 > > recipes-networking/openvswitch/openvswitch_git.bb | 4 > > ++-- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > rename > > recipes-networking/openvswitch/openvswitch-git/{openvswitch-add-ptest-5563e309b80bbea9bff538e71ecfd7e5e538bab9.patch > > => openvswitch-add-ptest-78e203138cb7253e9ca5ad8a2c4ed6bb6752f23e.patch} > > (100%) > > > > diff --git > > a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-5563e309b80bbea9bff538e71ecfd7e5e538bab9.patch > > > > b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-78e203138cb7253e9ca5ad8a2c4ed6bb6752f23e.patch > > similarity index 100% > > rename from > > recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-5563e309b80bbea9bff538e71ecfd7e5e538bab9.patch > > rename to > > recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-78e203138cb7253e9ca5ad8a2c4ed6bb6752f23e.patch > > diff --git a/recipes-networking/openvswitch/openvswitch_git.bb > > b/recipes-networking/openvswitch/openvswitch_git.bb > > index a930933..b8bbb3a 100644 > > --- a/recipes-networking/openvswitch/openvswitch_git.bb > > +++ b/recipes-networking/openvswitch/openvswitch_git.bb > > @@ -14,11 +14,11 @@ RDEPENDS_${PN}-ptest += "\ > > " > > > > S = "${WORKDIR}/git" > > -PV = "2.10.0+${SRCREV}" > > +PV = "2.10.1+${SRCREV}" > > > > FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" > > > > -SRCREV = "5563e309b80bbea9bff538e71ecfd7e5e538bab9" > > +SRCREV = "78e203138cb7253e9ca5ad8a2c4ed6bb6752f23e" > > SRC_URI = "file://openvswitch-switch \ > > file://openvswitch-switch-setup \ > > file://openvswitch-testcontroller \ > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
