Author: tomaz
Date: Sat Oct 15 00:19:27 2011
New Revision: 1183573
URL: http://svn.apache.org/viewvc?rev=1183573&view=rev
Log:
Move openstack fixtures.
Added:
libcloud/trunk/test/compute/fixtures/openstack/_v1_1__auth.json
- copied unchanged from r1183547,
libcloud/trunk/test/openstack/fixtures/_v1_1__auth.json
libcloud/trunk/test/compute/fixtures/openstack/_v1_1__auth_mssing_token.json
- copied unchanged from r1183547,
libcloud/trunk/test/openstack/fixtures/_v1_1__auth_mssing_token.json
libcloud/trunk/test/compute/fixtures/openstack/_v1_1__auth_unauthorized.json
- copied unchanged from r1183547,
libcloud/trunk/test/openstack/fixtures/_v1_1__auth_unauthorized.json
Removed:
libcloud/trunk/test/openstack/
Modified:
libcloud/trunk/test/file_fixtures.py
Modified: libcloud/trunk/test/file_fixtures.py
URL:
http://svn.apache.org/viewvc/libcloud/trunk/test/file_fixtures.py?rev=1183573&r1=1183572&r2=1183573&view=diff
==============================================================================
--- libcloud/trunk/test/file_fixtures.py (original)
+++ libcloud/trunk/test/file_fixtures.py Sat Oct 15 00:19:27 2011
@@ -23,7 +23,7 @@ FIXTURES_ROOT = {
'storage': 'storage/fixtures',
'loadbalancer': 'loadbalancer/fixtures',
'dns': 'dns/fixtures',
- 'openstack': 'openstack/fixtures',
+ 'openstack': 'compute/fixtures/openstack',
}
class FileFixtures(object):