From: Luis Gomez Date: Mon, 21 Jan 2019 01:15:35 +0000 (-0800) Subject: Update list of projects X-Git-Tag: pre-potassium~389 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=d78d03355c2ecc3c0b37f4e2efc656ccef71ee2e;hp=468ba05cf2b890b0240d96a66849fccb9e16808a;p=integration%2Ftest.git Update list of projects Change-Id: I86c89149872ea52dfabd7418494ca357cc94e9a1 Signed-off-by: Luis Gomez --- diff --git a/tools/distchanges/distcompare.py b/tools/distchanges/distcompare.py index c66d3a7d1c..a89e9d7c6d 100644 --- a/tools/distchanges/distcompare.py +++ b/tools/distchanges/distcompare.py @@ -25,13 +25,13 @@ class DistCompare(object): return projects """ - # this hard coded list of projects was taken from a Carbon dependencies.log - late January 2017 - return ['eman', 'integration/distribution', 'snbi', 'mdsal', 'alto', 'sfc', 'sdninterfaceapp', 'topoprocessing', - 'usc', 'ovsdb', 'lispflowmapping', 'groupbasedpolicy', 'usecplugin', 'snmp4sdn', 'capwap', 'aaa', - 'honeycomb/vbd', 'atrium', 'next', 'nic', 'vtn', 'lacp', 'openflowplugin', 'faas', 'ttp', 'of-config', - 'packetcable', 'genius', 'yangtools', 'natapp', 'didm', 'infrautils', 'netide', 'netvirt', 'neutron', - 'cardinal', 'snmp', 'bgpcep', 'nemo', 'netconf', 'yang-push', 'iotdm', 'tsdr', 'sxp', 'centinel', - 'odlparent', 'l2switch', 'unimgr', 'openflowjava', 'ocpplugin', 'dlux', 'controller'] + # this hard coded list of projects was taken from Oxygen dependencies.log - late January 2018 + return ['integration/distribution', 'mdsal', 'alto', 'sfc', 'bier', 'serviceutils', + 'usc', 'ovsdb', 'lispflowmapping', 'groupbasedpolicy', 'snmp4sdn', 'aaa', + 'honeycomb/vbd', 'openflowplugin', 'of-config', 'daexim', 'dluxapps', 'coe', + 'packetcable', 'genius', 'yangtools', 'infrautils', 'netvirt', 'neutron', + 'snmp', 'bgpcep', 'nemo', 'netconf', 'tsdr', 'sxp', 'jsonrpc', 'p4plugin', + 'odlparent', 'l2switch', 'dlux', 'controller'] def run_cmd(self): query_limit = 100