On 7/14/22 15:20, Eelco Chaudron wrote: > On 13 Jul 2022, at 20:28, Harry van Haaren wrote: > >> +++ b/tests/pmd.at >> @@ -1192,3 +1192,42 @@ ovs-appctl: ovs-vswitchd: server returned an error >> >> OVS_VSWITCHD_STOP >> AT_CLEANUP >> + >> +AT_SETUP([PMD - ovs-actions configuration]) >> +OVS_VSWITCHD_START([], [], [], [--dummy-numa 0,0]) >> +AT_CHECK([ovs-vsctl add-port br0 p1 -- set Interface p1 type=dummy-pmd]) >> + > > These tests are not PMD related, so I think we should move them to odp.at > (and change the banner)? Ilya any thoughts?
I agree. The test also doesn't need the dummy numa nor any ports added. It can be added to odp.at with: AT_BANNER([datapath actions in userspace]) AT_SETUP([odp-execute - actions implementation]) or something like that. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
