-
Notifications
You must be signed in to change notification settings - Fork 125
Integration Tests
Ondrej Fabry edited this page Jul 23, 2019
·
11 revisions
https://github.com/ligato/vpp-agent/blob/dev/tests/integration/README.md
make integration-tests
make integration-tests VPP_VERSION=1908
make integration-tests VPP_VERSION=1904 # this is default
make integration-tests VPP_VERSION=1901
Before running the tests via script you have to set VPP_IMG
variable to the image that should be used.
The simplest way is to export it like this:
export VPP_IMG=ligato/vpp-base:19.04
To run with other images, check the vpp.env
file for a list of supported ones.
./tests/integration/vpp_integration.sh -test.v
./tests/integration/vpp_integration.sh -test.run TestPing
./tests/integration/vpp_integration.sh -test.v -test.run TestPing
- test installing VPP (deb packages)
- test starting VPP
- test running VPP
- check crash
- check CLI
- check binary API
- check stats API
- test generating binapi
- test compiling with all supported VPP versions (vppapiclient)
- test connecting to VPP
- check API compatibility
- ...