Re: [ovs-dev] [PATCH 4/4] tests: Add unit tests for ovn-nbctl.
On Thu, Sep 03, 2015 at 02:47:02PM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit Thanks for writing tests! Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev
[ovs-dev] [PATCH 4/4] tests: Add unit tests for ovn-nbctl.
Signed-off-by: Justin Pettit --- tests/automake.mk |1 + tests/ovn-nbctl.at | 119 tests/testsuite.at |1 + 3 files changed, 121 insertions(+), 0 deletions(-) create mode 100644 tests/ovn-nbctl.at diff --git a/tests/automake.mk b/te