go.ligato.io/vpp-agent/v3@v3.5.0/tests/integration/README.md (about)

     1  # Integration Tests
     2  
     3  ## VPP
     4  
     5  The `tests/integration/vpp` directory contains test cases for testing VPP integration.
     6  These tests are using handlers from vppcalls directly. To quickly check VPP behaviour
     7  and avoid regressions when updating VPP.
     8  
     9  ### Run tests
    10  
    11  Quickest and simplest way to run VPP integration tests:
    12  
    13  ```sh
    14  # Run for default VPP version
    15  make integration-tests
    16  
    17  # Run for different VPP version
    18  make integration-tests VPP_VERSION=2005
    19  ```