You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library more or less is covered with unit tests, but is lack of integration tests, therefore in terms of this issue, should be introduced integration tests with Open V-Switch, that cover some scenario of communication between the data plane and control plane.
Also, the tests should require minimal configuration of the development environment. Ideally, it would be nice to describe environment using Dockerfile.
The text was updated successfully, but these errors were encountered:
Defined an integration test responswrite_test.go used to communicate with Open vSwitch. Need to decide how to setup reproducible environment for this test.
The library more or less is covered with unit tests, but is lack of integration tests, therefore in terms of this issue, should be introduced integration tests with Open V-Switch, that cover some scenario of communication between the data plane and control plane.
Also, the tests should require minimal configuration of the development environment. Ideally, it would be nice to describe environment using
Dockerfile
.The text was updated successfully, but these errors were encountered: