mirror of
https://github.com/dynup/kpatch
synced 2025-01-30 00:32:44 +00:00
test/integration: don't use generic centos7 image
Use a kpatch-specific snapshot of centos7 image since we are still running into problems we saw on fedora/ubuntu. Signed-off-by: Artem Savkov <asavkov@redhat.com>
This commit is contained in:
parent
5371253094
commit
cef728043e
@ -211,9 +211,6 @@ kpatch_write_vagrantfile_template()
|
||||
local target_distro=${1}
|
||||
|
||||
local box_prefix="kpatch"
|
||||
if [ "${target_distro}" == "centos7" ]; then
|
||||
box_prefix="generic"
|
||||
fi
|
||||
|
||||
cat >Vagrantfile <<EOF
|
||||
Vagrant.configure("2") do |config|
|
||||
|
Loading…
Reference in New Issue
Block a user