On 09/09/2025 14:08, Ilya Maximets wrote: > On 9/8/25 5:26 PM, Kevin Traynor via dev wrote: >> >> diff --git a/tests/testsuite.at b/tests/testsuite.at >> index 9d77a9f51..51e12583b 100644 >> --- a/tests/testsuite.at >> +++ b/tests/testsuite.at >> @@ -20,4 +20,5 @@ m4_include([tests/ovs-macros.at]) >> m4_include([tests/ovsdb-macros.at]) >> m4_include([tests/ofproto-macros.at]) >> +m4_include([tests/system-dpdk-macros.at]) > > We should not include system macros into a base testsuite. > Move the macros to one of the common files instead, e.g. > ovs- or ofproto-macros.at. >
Thanks Ilya. This is done in v3. I used ovs-macros.at > Best regards, Ilya Maximets. > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
