diff mbox series

[ovs-dev,1/3] ovn.at: Clean up northd-backup in "ovn -- ipam" test.

Message ID 20190523200737.87615-1-jpettit@ovn.org
State Accepted
Commit 7861ca300cd4b51689a6b3ca50438b8d9015cf67
Headers show
Series [ovs-dev,1/3] ovn.at: Clean up northd-backup in "ovn -- ipam" test. | expand

Commit Message

Justin Pettit May 23, 2019, 8:07 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 tests/ovn.at | 3 +++
 1 file changed, 3 insertions(+)

Comments

Ben Pfaff May 23, 2019, 8:31 p.m. UTC | #1
On Thu, May 23, 2019 at 01:07:35PM -0700, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

I built this series and ran the tests.  They passed.

For all of these:
Acked-by: Ben Pfaff <blp@ovn.org>
Justin Pettit May 23, 2019, 8:43 p.m. UTC | #2
> On May 23, 2019, at 1:31 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Thu, May 23, 2019 at 01:07:35PM -0700, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> 
> I built this series and ran the tests.  They passed.
> 
> For all of these:
> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks.  I pushed these to master.

--Justin
diff mbox series

Patch

diff --git a/tests/ovn.at b/tests/ovn.at
index 6499df3d3e2a..298f647d37bf 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -6408,6 +6408,9 @@  OVS_APP_EXIT_AND_WAIT([ovsdb-server])
 as northd
 OVS_APP_EXIT_AND_WAIT([ovn-northd])
 
+as northd-backup
+OVS_APP_EXIT_AND_WAIT([ovn-northd])
+
 AT_CLEANUP
 
 AT_SETUP([ovn -- ipam connectivity])