tempest: Switch to local copy of tempset/scenario/manager.py

The manager.py file was mostly literally copied from
tempest as of today. [1]  It's slightly modified to
appease N521 hacking check.

tempest/scenario/manager.py is not a part of tempest stable
interface for plugins. [2]

This was suggested on openstack-dev as a preparation for
the coming refactoring in tempest. [3]

As tempest is branchless, this change needs to be backported
to all relevant stable branches.

[1] d184d619d7adc6ab60055884515055a7f3cf7770
[2] https://docs.openstack.org/developer/tempest/plugin.html#stable-tempest-apis-plugins-may-use
[3] http://lists.openstack.org/pipermail/openstack-dev/2017-February/112938.html

Change-Id: I55afd465d396d4bf23e616df7a65b3c6d4e44266
(cherry picked from commit b3e2d3d2a1)
Conflicts:
    neutron_fwaas/tests/tempest_plugin/tests/scenario/base.py
This commit is contained in:
YAMAMOTO Takashi 2017-03-01 11:02:47 +09:00
parent 0f8daa342c
commit 249b85fb18
2 changed files with 1351 additions and 1 deletions

View File

@ -16,9 +16,9 @@
from tempest import config
from tempest.lib.common import ssh
from tempest.lib import exceptions as lib_exc
from tempest.scenario import manager
from neutron_fwaas.tests.tempest_plugin.tests import fwaas_client
from neutron_fwaas.tests.tempest_plugin.tests.scenario import manager
CONF = config.CONF

File diff suppressed because it is too large Load Diff