aboutsummaryrefslogtreecommitdiffstats
path: root/kud/tests/vIPSec/ipsec
diff options
context:
space:
mode:
authorTodd Malsbary <todd.malsbary@intel.com>2021-07-08 14:04:20 -0700
committerTodd Malsbary <todd.malsbary@intel.com>2021-07-16 11:19:26 -0700
commit7e85528a2c9c6669aa0857d8b9bfaa1e698c2fbc (patch)
tree242cbe6b05bf8de67a07449cc0382c1f1d8f1241 /kud/tests/vIPSec/ipsec
parent78ea22d85af1c2d20dc94453948deedf640385a9 (diff)
Update KUD to python3
Issue-ID: MULTICLOUD-1375 Signed-off-by: Todd Malsbary <todd.malsbary@intel.com> Change-Id: I0433a55ef2ac9caba976a267fa9e1f41d5353248
Diffstat (limited to 'kud/tests/vIPSec/ipsec')
-rwxr-xr-xkud/tests/vIPSec/ipsec2
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/tests/vIPSec/ipsec b/kud/tests/vIPSec/ipsec
index 4b278574..9250b45e 100755
--- a/kud/tests/vIPSec/ipsec
+++ b/kud/tests/vIPSec/ipsec
@@ -27,7 +27,7 @@ set -o errexit
function setup_dependencies {
apt-get update
- apt-get install -y curl gnupg2 pciutils make gcc libnuma-dev python git linux-headers-`uname -r` module-init-tools libssl-dev
+ apt-get install -y curl gnupg2 pciutils make gcc libnuma-dev git linux-headers-`uname -r` module-init-tools libssl-dev
echo "deb [trusted=yes] https://packagecloud.io/fdio/release/ubuntu bionic main" >> /etc/apt/sources.list.d/99fd.io.list
curl -L https://packagecloud.io/fdio/master/gpgkey | apt-key add -
}