Skip to content
Ondrej Fabry edited this page Jul 23, 2019 · 11 revisions

Integration Tests

VPP Integration

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
  • ...

Quick start

Run integration tests for default VPP version
➤ make integration-tests
Run integration tests for the supported version of VPP 19.08
➤ make integration-tests VPP_VERSION=1908
Running in verbose mode
➤ ./tests/integration/vpp_integration.sh -test.v 
Running specific test case
➤ ./tests/integration/vpp_integration.sh -test.run TestPing
Clone this wiki locally