Hi Michael,
The Regression looks good, and the patch looks good too. Regression CI runs are added as Screenshots. Acked-by: Kumar Amber <[email protected]> > -----Original Message----- > From: Phelan, Michael <[email protected]> > > Fixes: bf47829116a8feb54fe795aa19915f6e6283af93 ("tests: Add OVS- > DPDK > > MTU unit tests.") > > Signed-off-by: Michael Phelan <[email protected]> > > --- > > tests/system-dpdk.at | 11 +++++++++++ > > 1 file changed, 11 insertions(+) > > > > diff --git a/tests/system-dpdk.at b/tests/system-dpdk.at index > > 3beccda44..15f97097a 100644 > > --- a/tests/system-dpdk.at > > +++ b/tests/system-dpdk.at > > @@ -669,6 +669,9 @@ AT_CHECK([ovs-vsctl set Interface > > dpdkvhostuserclient0 mtu_request=9000]) AT_CHECK([ovs-appctl > > dpctl/show], [], [stdout]) AT_CHECK([egrep 'mtu=9000' stdout], [], > > [stdout]) > > > > +dnl Clean up the testpmd now > > +pkill -f -x -9 'tail -f /dev/null' > > + > > dnl Clean up > > AT_CHECK([ovs-vsctl del-port br10 dpdkvhostuserclient0], [], > > [stdout], > > [stderr]) OVS_VSWITCHD_STOP("m4_join([], > [SYSTEM_DPDK_ALLOWED_LOGS], > > [ @@ -723,6 +726,9 @@ AT_CHECK([ovs- vsctl set Interface > > dpdkvhostuserclient0 mtu_request=2000]) AT_CHECK([ovs-appctl > > dpctl/show], [], [stdout]) AT_CHECK([egrep 'mtu=2000' stdout], [], > > [stdout]) > > > > +dnl Clean up the testpmd now > > +pkill -f -x -9 'tail -f /dev/null' > > + > > dnl Clean up > > AT_CHECK([ovs-vsctl del-port br10 dpdkvhostuserclient0], [], > > [stdout], > > [stderr]) OVS_VSWITCHD_STOP("m4_join([], > [SYSTEM_DPDK_ALLOWED_LOGS], > > [ @@ -852,6 +858,9 @@ dnl Set MTU value above upper bound and check > > for error AT_CHECK([ovs-vsctl set Interface dpdkvhostuserclient0 > > mtu_request=9711]) AT_CHECK([grep > > "dpdkvhostuserclient0: unsupported MTU 9711" ovs-vswitchd.log], [], > > [stdout]) > > > > +dnl Clean up the testpmd now > > +pkill -f -x -9 'tail -f /dev/null' > > + > > dnl Clean up > > AT_CHECK([ovs-vsctl del-port br10 dpdkvhostuserclient0], [], > > [stdout], > > [stderr]) OVS_VSWITCHD_STOP("m4_join([], > [SYSTEM_DPDK_ALLOWED_LOGS], > > [ @@ -906,6 +915,8 @@ dnl Set MTU value below lower bound and check > > for error AT_CHECK([ovs-vsctl set Interface dpdkvhostuserclient0 > > mtu_request=67]) AT_CHECK([grep > > "dpdkvhostuserclient0: unsupported MTU 67" ovs-vswitchd.log], [], > > [stdout]) > > > > +dnl Clean up the testpmd now > > +pkill -f -x -9 'tail -f /dev/null' > > > > dnl Clean up > > AT_CHECK([ovs-vsctl del-port br10 dpdkvhostuserclient0], [], > > [stdout], > > [stderr]) > > -- > > 2.25.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
