tempest/tempest/hacking
Yaroslav Lobankov db4a2e162f Changing directory structure for Cinder clients
The tempest/services/volume directory had the following structure:

        tempest
        |___services
            |___volume
                |____json
                |    |____admin
                |    |    |____<client files>
                |    |
                |    |____<client files>
                |
                |____v2
                     |____json
                          |____admin
                          |    |____<client files>
                          |
                          |____<client files>

The structure was changed to keep consistency with other clients directories.
For example, the tempest/services/identity derectory and the tempest/services/image
directory. So now the structure is the following:

        tempest
        |___services
            |___volume
                |____base
                |    |____<client files>
                |
                |____v1
                |    |____json
                |         |____admin
                |         |    |____<client files>
                |         |
                |         |____<client files>
                |
                |____v2
                     |____json
                          |____admin
                          |    |____<client files>
                          |
                          |____<client files>

The tempest/services/volume/base directory was created and now it containes base
client files with base client classes for v1 and v2 Cinder clients.

Change-Id: I0ac37e15eddffb12d150dcd5b68e0f933712d22c
2015-12-01 12:01:43 +03:00
..
__init__.py Modify hacking flake8 extension 2013-05-23 15:24:00 -04:00
checks.py Add T111 hacking rule for consistent DELETE method 2015-11-20 09:06:26 +00:00
ignored_list_T110.txt Changing directory structure for Cinder clients 2015-12-01 12:01:43 +03:00
ignored_list_T111.txt Add T111 hacking rule for consistent DELETE method 2015-11-20 09:06:26 +00:00