-
Notifications
You must be signed in to change notification settings - Fork 125
Integration Tests
Ondrej Fabry edited this page Jul 23, 2019
·
11 revisions
Test cases
- 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
- ...
➤ make integration-tests
➤ make integration-tests VPP_VERSION=1908
➤ ./tests/integration/vpp_integration.sh -test.v
➤ ./tests/integration/vpp_integration.sh -test.run TestPing