Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 248 Bytes

TESTING.md

File metadata and controls

20 lines (12 loc) · 248 Bytes

Testing vpp-probe

The VPP-Probe provides integration and e2e tests.

Integration Tests

To execute all integration tests run:

go test ./test/integration

E2E Tests

To execute all e2e tests run:

go test ./test/e2e