There was an error while loading. Please reload this page.
https://github.com/ligato/vpp-agent/blob/dev/tests/integration/README.md
make integration-tests
vpp.env
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:
VPP_IMG
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