]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
GPFS stub calls to truncate and dd in unit tests
authorBill Owen <billowen@us.ibm.com>
Wed, 24 Jul 2013 16:08:16 +0000 (09:08 -0700)
committerBill Owen <billowen@us.ibm.com>
Wed, 24 Jul 2013 22:10:42 +0000 (15:10 -0700)
commit72080f9cf538d9d029f953dbe18ac30fbd9f365b
treec47da816137a12b357bfb8f9cd4c31e7f370d73a
parent601fce72c71076f84740eeca9187bf8a4c32bd29
GPFS stub calls to truncate and dd in unit tests

gpfs unit tests had calls to truncate, and allowed
driver call to dd and df.  Modify tests to stub these
out.

Also remove references to image_path.  This was a temp file
created using truncate that is no longer used.

Change-Id: I437b56505ba025b256b051dfaf43d8124005f854
Fixes: bug #1203075
cinder/tests/test_gpfs.py