diff mbox series

[ovs-dev] tests: Fix spelling error in test name.

Message ID 20210611191757.2781651-1-blp@ovn.org
State Accepted
Headers show
Series [ovs-dev] tests: Fix spelling error in test name. | expand

Commit Message

Ben Pfaff June 11, 2021, 7:17 p.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 tests/drop-stats.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ilya Maximets June 14, 2021, 6:18 p.m. UTC | #1
On 6/11/21 9:17 PM, Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  tests/drop-stats.at | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/drop-stats.at b/tests/drop-stats.at
> index 94528f55620c..f3e19cd83ba9 100644
> --- a/tests/drop-stats.at
> +++ b/tests/drop-stats.at
> @@ -40,7 +40,7 @@ ovs-appctl coverage/read-counter drop_action_of_pipeline
>  OVS_VSWITCHD_STOP
>  AT_CLEANUP
>  
> -AT_SETUP([drop-stats - pipeline and recurssion drops])
> +AT_SETUP([drop-stats - pipeline and recursion drops])
>  
>  OVS_VSWITCHD_START([dnl
>      set bridge br0 datapath_type=dummy \
> 

Acked-by: Ilya Maximets <i.maximets@ovn.org>
Ben Pfaff June 14, 2021, 6:21 p.m. UTC | #2
On Mon, Jun 14, 2021 at 08:18:39PM +0200, Ilya Maximets wrote:
> On 6/11/21 9:17 PM, Ben Pfaff wrote:
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> >  tests/drop-stats.at | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/tests/drop-stats.at b/tests/drop-stats.at
> > index 94528f55620c..f3e19cd83ba9 100644
> > --- a/tests/drop-stats.at
> > +++ b/tests/drop-stats.at
> > @@ -40,7 +40,7 @@ ovs-appctl coverage/read-counter drop_action_of_pipeline
> >  OVS_VSWITCHD_STOP
> >  AT_CLEANUP
> >  
> > -AT_SETUP([drop-stats - pipeline and recurssion drops])
> > +AT_SETUP([drop-stats - pipeline and recursion drops])
> >  
> >  OVS_VSWITCHD_START([dnl
> >      set bridge br0 datapath_type=dummy \
> > 
> 
> Acked-by: Ilya Maximets <i.maximets@ovn.org>

Thanks, pushed.
diff mbox series

Patch

diff --git a/tests/drop-stats.at b/tests/drop-stats.at
index 94528f55620c..f3e19cd83ba9 100644
--- a/tests/drop-stats.at
+++ b/tests/drop-stats.at
@@ -40,7 +40,7 @@  ovs-appctl coverage/read-counter drop_action_of_pipeline
 OVS_VSWITCHD_STOP
 AT_CLEANUP
 
-AT_SETUP([drop-stats - pipeline and recurssion drops])
+AT_SETUP([drop-stats - pipeline and recursion drops])
 
 OVS_VSWITCHD_START([dnl
     set bridge br0 datapath_type=dummy \