Maru Newby 7a9347668b Fix base test class for functional api testing
To support in-tree functional api testing, the test class common
across all types of testing can't import modules that define
configuration that Tempest also defines because duplicate
configuration definitions result in runtime errors.  A previous change
(I44251db399cd73390a9d1931a7f253662002ba10) moved conflicting imports
to a separate module, but subsequent additions have added new conflicting
imports.

This change creates a new test class that is safe to use for all types
of testing (neutron.tests.sub_base.SubBaseTestCase), ensures that the
existing existing base test class (neutron.tests.base.BaseTestCase)
extends it, and documents their respective responsibilities.  This
will hopefully make it less likely that the functional api job will be
broken by changes to the base test class.

Implements: bp retargetable-functional-testing

Change-Id: Ifa270536481fcb19c476c9c62d89e6c5cae36ca1
2014-12-02 15:45:41 +00:00
..
2014-11-26 22:19:24 +01:00
2014-11-28 12:14:32 +00:00
2014-11-30 16:59:05 +00:00
2014-11-26 22:19:24 +01:00
2014-11-26 22:19:24 +01:00
2014-11-26 22:19:24 +01:00
2014-11-26 22:19:24 +01:00
2014-11-26 22:19:24 +01:00
2014-11-26 22:19:24 +01:00
2014-06-21 15:07:31 +08:00
2014-11-26 22:12:21 +01:00
2014-11-21 13:36:58 +03:00
2014-06-21 15:07:31 +08:00
2014-11-26 22:19:24 +01:00
2014-11-26 10:31:03 +01:00
2014-11-26 22:19:24 +01:00
2014-11-26 10:31:03 +01:00
2014-11-26 10:31:03 +01:00
2014-06-21 15:07:31 +08:00
2014-11-26 22:19:24 +01:00