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:
Artem Savkov 2018-12-11 15:33:56 +01:00
parent 5371253094
commit cef728043e

View File

@ -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|