-
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
➤ ./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
- ...