From: Cédric Ollivier Date: Sun, 2 Sep 2018 11:45:15 +0000 (+0200) Subject: Update entry_point to conform with Xtesting X-Git-Tag: opnfv-7.1.0~27 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F61717%2F2;p=barometer.git Update entry_point to conform with Xtesting Functest is being updated to Xtesting 0.60 which leverages on stevedore [1]. [1] https://docs.openstack.org/stevedore/latest/ Change-Id: I02fae113dd0a8fbf5de4e6821c6d4476553fe633 Signed-off-by: Cédric Ollivier --- diff --git a/setup.cfg b/setup.cfg index 3604adbd..bffaf1db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,3 +7,7 @@ home-page = https://wiki.opnfv.org/display/fastpath/Barometer+Home packages = baro_tests scripts = baro_tests/mce-inject_ea + +[entry_points] +xtesting.testcase = + barometercollectd = baro_tests.barometer:BarometerCollectd