Dennis Dmitriev | 280d071 | 2017-05-15 17:47:16 +0300 | [diff] [blame] | 1 | # Copyright 2016 Mirantis, Inc. |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 4 | # not use this file except in compliance with the License. You may obtain |
| 5 | # a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 12 | # License for the specific language governing permissions and limitations |
| 13 | # under the License. |
| 14 | |
Dina Belova | 2b978a4 | 2017-09-19 14:10:52 -0700 | [diff] [blame^] | 15 | from tcp_tests.fixtures.common_fixtures import * # noqa |
| 16 | from tcp_tests.fixtures.config_fixtures import * # noqa |
| 17 | from tcp_tests.fixtures.underlay_fixtures import * # noqa |
| 18 | from tcp_tests.fixtures.rally_fixtures import * # noqa |
| 19 | from tcp_tests.fixtures.salt_fixtures import * # noqa |
| 20 | from tcp_tests.fixtures.common_services_fixtures import * # noqa |
| 21 | from tcp_tests.fixtures.openstack_fixtures import * # noqa |
| 22 | from tcp_tests.fixtures.opencontrail_fixtures import * # noqa |
Dennis Dmitriev | 280d071 | 2017-05-15 17:47:16 +0300 | [diff] [blame] | 23 | |
| 24 | __all__ = sorted([ # sort for documentation |
| 25 | # common_fixtures |
| 26 | 'show_step', |
| 27 | 'revert_snapshot', |
| 28 | 'snapshot', |
| 29 | # config_fixtures |
| 30 | 'config', |
Dina Belova | e6fdffb | 2017-09-19 13:58:34 -0700 | [diff] [blame] | 31 | # underlay_fixtures |
Dennis Dmitriev | 280d071 | 2017-05-15 17:47:16 +0300 | [diff] [blame] | 32 | 'hardware', |
| 33 | 'underlay', |
| 34 | # rally_fixtures |
| 35 | 'rally', |
| 36 | # salt_fixtures |
| 37 | 'salt_actions', |
| 38 | 'salt_deployed', |
| 39 | # common_services_fixtures |
| 40 | 'common_services_actions', |
| 41 | 'common_services_deployed', |
| 42 | # openstack_fixtures |
| 43 | 'openstack_actions', |
| 44 | 'openstack_deployed', |
| 45 | # component fixtures |
| 46 | 'opencontrail', |
| 47 | ]) |