eBay / go-ovn

A Go library for OVN Northbound/Southbound DB access using native OVSDB protocol
Apache License 2.0
108 stars 59 forks source link

Update testing environment #107

Closed JacobTanenbaum closed 4 years ago

JacobTanenbaum commented 4 years ago

The testing environment is out of date, It would be better to bring in a more updated version of openvswitch and ovn to test against.

As part of updating LRSRAdd() to support ecmp routes it I found that the version of ovs/ovn tested against does not support ecmp routes.

noah8713 commented 4 years ago

yes ci can be improved to be switched to use ovs master and ovn 20.xx (latest)/master. Do you want to pick it up ? Else we can plan to pick it too cc @vtolstov @hzhou8

JacobTanenbaum commented 4 years ago

Yes, I should be able to pick this up