2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#1432] hammer: added more attempts for pkgs installation in case of centos 8

This commit is contained in:
Michal Nowikowski
2020-09-24 16:48:54 +02:00
parent 3d6d9d3098
commit fd10fa5571

View File

@@ -844,7 +844,7 @@ class VagrantEnv(object):
cmd += 'gpgcheck=0\n'
cmd += "EOF\n\'"
self.execute(cmd)
self.execute("sudo dnf install -y python36 rpm-build python3-virtualenv")
self.execute("sudo dnf install -y python36 rpm-build python3-virtualenv", attempts=3)
self.python = 'python3'
# select proper python version for running Hammer inside Vagrant system