]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
NetApp: Clean up lock file left behind by unit tests
authorRushi Agrawal <rushi.agr@gmail.com>
Tue, 26 Feb 2013 12:15:57 +0000 (17:45 +0530)
committerRushi Agrawal <rushi.agr@gmail.com>
Tue, 26 Feb 2013 12:15:57 +0000 (17:45 +0530)
commit218e2fe52c170d00e1975345dd17f76fad9e1db9
tree3d831e19ca59692cbe96feb8c6953cc625f15d9f
parentdd010690330e8304eadddab158ba5c2e3f57d8c8
NetApp: Clean up lock file left behind by unit tests

The synchronization decorator added to the NetAppISCSIDriver class
creates a lock file named cinder/openstack/cinder-netapp_dfm
during the unit tests. This commit cleans it up.

Fixes bug 1135619

Change-Id: Iec41a0f23d4a1c6668bdcb451c2c02efd3f97500
cinder/tests/test_netapp.py