Maru Newby | deb4631 | 2015-02-21 00:15:12 +0000 | [diff] [blame] | 1 | WARNING |
| 2 | ======= |
| 3 | |
Maru Newby | 70cbd04 | 2015-03-24 16:21:57 +0000 | [diff] [blame] | 4 | The files under this path were copied from tempest as part of the move |
Armando Migliaccio | 023d7f8 | 2016-02-25 12:21:24 -0800 | [diff] [blame] | 5 | of the api tests, and they will be removed as required over time to |
| 6 | minimize the depedency on the tempest testing framework. |
| 7 | While it exists, only neutron.tests.api and neutron.tests.retargetable should |
Maru Newby | 70cbd04 | 2015-03-24 16:21:57 +0000 | [diff] [blame] | 8 | be importing files from this path. neutron.tests.tempest.config uses |
| 9 | the global cfg.CONF instance and importing it outside of the api tests |
| 10 | has the potential to break Neutron's use of cfg.CONF. |