]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Uses tempdir module to create/delete xml file
authorXing Yang <xing.yang@emc.com>
Wed, 20 Feb 2013 18:22:59 +0000 (13:22 -0500)
committerXing Yang <xing.yang@emc.com>
Wed, 20 Feb 2013 18:28:42 +0000 (13:28 -0500)
commitd2742e15ae14c9ab9f7567a3abf4308b78343c99
tree2ff8581d365bd9aaab70d53a6f1490e5873bfa80
parentc529b1f6beac63ba4224b7638d431dc7f15d21d7
Uses tempdir module to create/delete xml file

The emc test in cinder is leaving behind its test generated
cinder_emc_config.xml file in /cinder/tests directory.  This
fix uses tempdir module to create the xml file and delete it
when tearDown is called.

Change-Id: I7fd1dda83a097d1122c58cd3ed723ed7f5de30d8
Fixes: bug #1130495
cinder/tests/test_emc.py