commit | 198de644829b05e469cc6ae88d1aee9eee9e49f3 | [log] [tgz] |
---|---|---|
author | Dmitry Tantsur <divius.inside@gmail.com> | Tue Dec 12 10:24:05 2017 +0100 |
committer | Dmitry Tantsur <divius.inside@gmail.com> | Tue Dec 12 10:24:05 2017 +0100 |
tree | ae980d001e9e961d50c255648a24fd5bb94011b8 | |
parent | 851cd00e4b94173fc9ba9a31c6933bcf51462046 [diff] |
Add tempest entry point
diff --git a/setup.cfg b/setup.cfg index 3f11e63..bfcddfc 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -23,6 +23,10 @@ packages = ironic_tempest_plugin +[entry_points] +tempest.test_plugins = + ironic_tests = ironic_tempest_plugin.plugin:IronicTempestPlugin + [build_sphinx] source-dir = doc/source build-dir = doc/build