ligato / vpp-agent

⚡️ Control plane management agent for FD.io's VPP
https://docs.ligato.io/
Apache License 2.0
247 stars 127 forks source link

e2e: Split e2e package into harness and tests #1896

Closed pemoticak closed 1 year ago

pemoticak commented 1 year ago

Preliminary split of e2e package. This PR makes it so that the test harness package (now called e2e) can be imported as a Go package elsewhere and the vpp-agent e2e test cases themselves are in separate package (now called e2etest). Further improvements/refactorings will probably be necessary (for example to get rid of the various shell scripts that make the whole e2e test system less portable), but it is a start.

Signed-off-by: Peter Motičák peter.moticak@pantheon.tech