diff --git a/doc/vpp_integration.md b/doc/vpp_integration.md index f2a4337df..36b864e7a 100644 --- a/doc/vpp_integration.md +++ b/doc/vpp_integration.md @@ -16,7 +16,7 @@ VPP [Quick Start Guide](https://wiki.fd.io/view/VPP). Clone and checkout VPP ~~~ git clone https://gerrit.fd.io/r/vpp && cd vpp -git checkout stable/1904 +git checkout v19.04.2 ~~~ Install VPP build dependencies diff --git a/test/common/config/vm_setup.sh b/test/common/config/vm_setup.sh index 2f5b45427..8567e06c9 100755 --- a/test/common/config/vm_setup.sh +++ b/test/common/config/vm_setup.sh @@ -237,7 +237,7 @@ function install_vpp() fi else git clone "${GIT_REPO_VPP}" - git -C ./vpp checkout stable/1904 + git -C ./vpp checkout v19.04.2 if [ "${OSID}" == 'fedora' ]; then if [ ${OSVERSION} -eq 29 ]; then