From 769d4483a95f0bff823fd3e01951c3f995352a99 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 21 Aug 2018 17:27:30 +0200 Subject: Install xz utility on deployment host Functest Smoke test requires additional images to be available during testing. One of the images is decompressed using xz and we need this to be available on deployment host in order to be able to have the images available for Functest execution. Change-Id: I5647b3bef37fc55e8c5cc9aec5d0b2c3ea628b8a Signed-off-by: Fatih Degirmenci --- xci/playbooks/roles/prepare-functest/vars/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xci/playbooks/roles/prepare-functest/vars/main.yml b/xci/playbooks/roles/prepare-functest/vars/main.yml index 3a6c8a4d..f076c033 100644 --- a/xci/playbooks/roles/prepare-functest/vars/main.yml +++ b/xci/playbooks/roles/prepare-functest/vars/main.yml @@ -3,12 +3,15 @@ functest_required_packages: apt: - docker.io - wget + - xz-utils zypper: - docker - wget + - xz yum: - docker - wget + - xz functest_required_pip: - docker-py -- cgit 1.2.3-korg