commit | 8cb2f41e1c32ce8271a2a49ce727cf2a1c87267c | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Tue Oct 18 14:53:58 2016 +0300 |
committer | Dennis Dmitriev <ddmitriev@mirantis.com> | Tue Oct 18 14:53:58 2016 +0300 |
tree | 15ef30905978286347f4434493a87092d2c456dc | |
parent | 53d3b7789aef083ce3d0e3582ca59014d0afb463 [diff] |
add tcp_actions fixture
diff --git a/tcp_tests/tests/system/conftest.py b/tcp_tests/tests/system/conftest.py index 736577a..c02e7a1 100644 --- a/tcp_tests/tests/system/conftest.py +++ b/tcp_tests/tests/system/conftest.py
@@ -14,4 +14,5 @@ pytest_plugins = ['tcp_tests.fixtures.common_fixtures', 'tcp_tests.fixtures.config_fixtures', - 'tcp_tests.fixtures.underlay_fixtures'] + 'tcp_tests.fixtures.underlay_fixtures', + 'tcp_tests.fixtures.tcp_fixtures']