Commit bdd5ba09 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

test/ceph: move ceph_raw.img to /var/tmp



This doesn't need to be in the output directory - we don't want to
publish it as part of the build results.

Change-Id: Iee639a3f21f9ca5cc543d3cc06d559b21d5ecc68
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/373842


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarSeth Howell <seth.howell5141@gmail.com>
parent 1cb3fd45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ ceph_conf=${base_dir}/ceph.conf
ceph_conf_temp=${base_dir}/ceph.conf.tmp
mnt_dir=${base_dir}/ceph/mnt
dev_backend=/dev/ceph
image=${base_dir}/../../../output/ceph_raw.img
image=/var/tmp/ceph_raw.img
dev=/dev/loop200
# partition osd

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ set -x

base_dir=`pwd`
home_folder=${base_dir}/ceph
image=${base_dir}/../../../output/ceph_raw.img
image=/var/tmp/ceph_raw.img
dev_backend=/dev/ceph

pkill -9 ceph