On Wed, May 26, 2021 at 2:31 AM Brendan Doyle <[email protected]> wrote: > > > > On 25/05/2021 18:36, Han Zhou wrote: > > > > > > > ## ------------- ## > > ## Test results. ## > > ## ------------- ## > > > > 2 tests were successful. > > 2 tests were skipped. > > make[2]: Leaving directory `/root/ovn' > > make[1]: Leaving directory `/root/ovn' > > > > I'm not sure how I'm supposed to interpret that - am I missing something? > > Where are the two tests coming from? > > Hi Brendan, > > The skipped tests are for ovn-northd-ddlog, a different implementation of ovn-northd from the default C implementation. To enable them, you need to install ddlog related tools and also configure it "--with-ddlog". For more details, please search for keyword "ddlog" (case insensitive) in https://github.com/ovn-org/ovn/blob/master/Documentation/intro/install/general.rst. If you are not using ddlog, skipping those tests is ok. > > > OK thanks, still curious as to why this reports two tests and not one is run: > > OVN_FOR_EACH_NORTHD([ > AT_SETUP([ovn -- my-test: 1 HVs, 1 LSs, 1 lport/LS]) > AT_KEYWORDS([my-test]) > AT_CLEANUP > ]) >
There are 4 tests in total: for each of ovn-northd and ovn-northd-ddlog, enable v.s. disable datapath-group are tested. So in your case the 2 tested are: enable datapath-group for northd, disable datapath-group for northd. > > Thanks, > Han > > > _______________________________________________ > discuss mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
