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: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/373842 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Seth Howell <seth.howell5141@gmail.com>
This commit is contained in:
parent
1cb3fd4565
commit
bdd5ba0910
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user