Update requirements and add tempest.test_plugins

Change-Id: I3c865de51e6a3af5b08741dc065d6412019f595e
This commit is contained in:
zhurong 2017-12-05 10:22:40 +08:00
parent c70cda4dc7
commit 858bfb288c
2 changed files with 10 additions and 0 deletions

View File

@ -3,3 +3,9 @@
# process, which may cause wedges in the gate later.
pbr>=2.0 # Apache-2.0
oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
six>=1.9.0 # MIT
oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
testtools>=1.4.0 # MIT
tempest>=16.1.0 # Apache-2.0

View File

@ -45,3 +45,7 @@ input_file = murano_tempest_tests/locale/murano_tempest_tests.pot
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = murano_tempest_tests/locale/murano_tempest_tests.pot
[entry_points]
tempest.test_plugins =
murano_tests = murano_tempest_tests.plugin:MuranoTempestPlugin