diff mbox series

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

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

Commit Message

Ben Pfaff April 13, 2018, 5:38 p.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 tests/ovn.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff May 10, 2018, 5:26 p.m. UTC | #1
On Fri, Apr 13, 2018 at 10:38:53AM -0700, Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff <blp@ovn.org>

This still needs a review.
Alin-Gabriel Serdean May 10, 2018, 5:46 p.m. UTC | #2
Acked-by: Alin Gabriel Serdean <aserdean@ovn.org <mailto:aserdean@ovn.org>>

> On 10 May 2018, at 20:26, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Fri, Apr 13, 2018 at 10:38:53AM -0700, Ben Pfaff wrote:
>> Signed-off-by: Ben Pfaff <blp@ovn.org>
> 
> This still needs a review.
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Ben Pfaff May 10, 2018, 11:32 p.m. UTC | #3
Thanks, applied to master.

On Thu, May 10, 2018 at 08:46:58PM +0300, Alin Gabriel Serdean wrote:
> Acked-by: Alin Gabriel Serdean <aserdean@ovn.org <mailto:aserdean@ovn.org>>
> 
> > On 10 May 2018, at 20:26, Ben Pfaff <blp@ovn.org> wrote:
> > 
> > On Fri, Apr 13, 2018 at 10:38:53AM -0700, Ben Pfaff wrote:
> >> Signed-off-by: Ben Pfaff <blp@ovn.org>
> > 
> > This still needs a review.
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/tests/ovn.at b/tests/ovn.at
index 3ceeab3ce073..e5a648661f3c 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -177,7 +177,7 @@  ct_state = NXM_NX_CT_STATE
 ]])
 AT_CLEANUP
 
-AT_SETUP([ovn -- compsition])
+AT_SETUP([ovn -- composition])
 AT_CHECK([ovstest test-ovn composition 2], [0], [ignore])
 AT_CLEANUP