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.
This commit is contained in:
parent
cec8bc25be
commit
884a7919c3
@ -11,11 +11,9 @@
|
|||||||
- testsuite_pre:
|
- testsuite_pre:
|
||||||
dir: .
|
dir: .
|
||||||
# boom test suite requires LV to exist on the system. We create one in case there is not one...
|
# 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: |
|
run: |
|
||||||
set -xv;
|
set -xv;
|
||||||
rm -rf testsuite &>/dev/null;
|
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
|
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:
|
- testsuite:
|
||||||
# to run the testsuite against installed python modules, we should run
|
# to run the testsuite against installed python modules, we should run
|
||||||
|
Loading…
Reference in New Issue
Block a user