It seems the ovn-performance.at was missing when spliting from OVS. This patch just add it back.
Signed-off-by: Han Zhou <[email protected]> --- tests/testsuite.at | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testsuite.at b/tests/testsuite.at index c1ba734..da8157d 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -22,6 +22,7 @@ m4_include([tests/ofproto-macros.at]) m4_include([tests/ovn-macros.at]) m4_include([tests/ovn.at]) +m4_include([tests/ovn-performance.at]) m4_include([tests/ovn-northd.at]) m4_include([tests/ovn-nbctl.at]) m4_include([tests/ovn-sbctl.at]) -- 2.1.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
