From 24a4dec7f91e9b6f0a8279f6eaeebbb35ba49c4f Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Tue, 9 Aug 2022 14:18:05 +0200 Subject: ci: add functional tests to verification/merge jobs Ref: ICN-732 Signed-off-by: Mauro Sardara Change-Id: Iabfce26c446c502dc1d8f50da0d607791ce392e9 --- scripts/install-vpp.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/install-vpp.sh') diff --git a/scripts/install-vpp.sh b/scripts/install-vpp.sh index 855587a2e..3c2d2104b 100644 --- a/scripts/install-vpp.sh +++ b/scripts/install-vpp.sh @@ -31,6 +31,9 @@ fi # Prevent vpp to set sysctl export VPP_INSTALL_SKIP_SYSCTL=1 +apt-get update +apt-get install -y curl + curl -s https://packagecloud.io/install/repositories/fdio/${VPP_VERSION}/script.deb.sh | bash curl -L https://packagecloud.io/fdio/${VPP_VERSION}/gpgkey | apt-key add - sed -E -i 's/(deb.*)(\[.*\])(.*)/\1\3/g' /etc/apt/sources.list.d/fdio_"${VPP_VERSION}".list -- cgit 1.2.3-korg