blob: 88a6eab41a1d3410f0bc05fa47f80bda5600aefe [file] [log] [blame]
David Lyle64302f12016-04-29 15:46:34 -06001[metadata]
2name = tempest-horizon
3summary = Tempest Plugin for Horizon tests
4description-file =
5 README.rst
6author = OpenStack
Manik Bindlishdf6a4a82018-12-04 04:36:23 +00007author-email = openstack-discuss@lists.openstack.org
David Lyle64302f12016-04-29 15:46:34 -06008home-page = http://www.openstack.org/
9classifier =
10 Environment :: OpenStack
11 Intended Audience :: Information Technology
12 Intended Audience :: System Administrators
13 License :: OSI Approved :: Apache Software License
14 Operating System :: POSIX :: Linux
15 Programming Language :: Python
16 Programming Language :: Python :: 2
17 Programming Language :: Python :: 2.7
18 Programming Language :: Python :: 3
19 Programming Language :: Python :: 3.3
20 Programming Language :: Python :: 3.4
21
22[files]
23packages =
24 tempest_horizon
25[entry_points]
26tempest.test_plugins =
David Lyle8847c6a2016-05-19 16:28:07 -060027 horizon = tempest_horizon.plugin:HorizonTempestPlugin
David Lyle64302f12016-04-29 15:46:34 -060028
David Lyle64302f12016-04-29 15:46:34 -060029[compile_catalog]
30directory = tempest_horizon/locale
31domain = tempest_horizon
32
33[update_catalog]
34domain = tempest_horizon
35output_dir = tempest_horizon/locale
36input_file = tempest_horizon/locale/tempest_horizon.pot
37
38[extract_messages]
39keywords = _ gettext ngettext l_ lazy_gettext
40mapping_file = babel.cfg
41output_file = tempest_horizon/locale/tempest_horizon.pot