From 884a7919c3bc77443d25d33bdc94cc40c51551ed Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Thu, 9 May 2019 12:44:08 +0200 Subject: [PATCH] tests: Do not create the hosts directory ourselves The /boot/boom/hosts is now handled by RPM as the tool requires the presence of the directory. --- tests/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 48fc884..5a3e264 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -11,11 +11,9 @@ - testsuite_pre: dir: . # boom test suite requires LV to exist on the system. We create one in case there is not one... - # boom requires /boot/boom/hosts directory to exist on the host. Is this a bug or feature? run: | set -xv; rm -rf testsuite &>/dev/null; - mkdir -p /boot/boom/hosts; if [[ ! -b /dev/boomvg/root ]]; then dd if=/dev/zero of=/dev/shm/boompv bs=1M count=128 && PV=$(losetup --show -f /dev/shm/boompv) && vgcreate boomvg $PV && lvcreate -n root -L32M boomvg; fi - testsuite: # to run the testsuite against installed python modules, we should run