diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-07-08 14:04:20 -0700 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-07-16 11:19:26 -0700 |
commit | 7e85528a2c9c6669aa0857d8b9bfaa1e698c2fbc (patch) | |
tree | 242cbe6b05bf8de67a07449cc0382c1f1d8f1241 /kud/tests/vIPSec/remote_ipsec | |
parent | 78ea22d85af1c2d20dc94453948deedf640385a9 (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/remote_ipsec')
-rwxr-xr-x | kud/tests/vIPSec/remote_ipsec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/tests/vIPSec/remote_ipsec b/kud/tests/vIPSec/remote_ipsec index 6a676c96..e6877230 100755 --- a/kud/tests/vIPSec/remote_ipsec +++ b/kud/tests/vIPSec/remote_ipsec @@ -28,7 +28,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 - } |