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
<https://urldefense.com/v3/__https://github.com/ovn-org/ovn/blob/master/Documentation/intro/install/general.rst__;!!GqivPVa7Brio!OWDxdLcCoPd5ixkiaWMWUM003j0Lebdi4n4774zEkjq1JjOpVFjosDlPK8wego-rI9s$>.
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
])
Thanks,
Han
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss