]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
fix incorrect pathname
authorBaodong (Robert) Li <baoli@cisco.com>
Fri, 1 Mar 2013 18:02:12 +0000 (10:02 -0800)
committerBaodong (Robert) Li <baoli@cisco.com>
Tue, 5 Mar 2013 21:22:38 +0000 (13:22 -0800)
commita4d41a38ccb39a7d218fc46d84e7a9753af067f5
tree5147eb3e11edc20e9edeac7e94bd1738c9e4026a
parent4a1a37ce9f8baf2078a1a44380895d144203a876
fix incorrect pathname

return of call to os.path.abspath('../../..') depends on the setup of
nose working directory. Change to return the directory where
test_config.py resides

fixes: bug #1138216
Change-Id: I1d3f1e3c88bd30871a018a195cee46a91d35c8a8
quantum/tests/unit/test_config.py