blob: 83e771dc3d242493212a812363400205e9b00051 [file] [log] [blame]
Sudhir Kumar Maurya4242cbe2019-01-17 16:36:50 -05001BUNDLES = [
2 '//apps/packet-stats/app:onos-apps-packet-stats-app',
3 '//apps/packet-stats/web:onos-apps-packet-stats-web',
Karthik Vegesna20ce41e2017-07-11 10:34:37 -07004]
5
Sudhir Kumar Maurya4242cbe2019-01-17 16:36:50 -05006
Karthik Vegesna20ce41e2017-07-11 10:34:37 -07007
8onos_app (
Sudhir Kumar Maurya4242cbe2019-01-17 16:36:50 -05009 app_name = "org.onosproject.packet-stats",
Karthik Vegesna20ce41e2017-07-11 10:34:37 -070010 title = 'Packet Statistics',
Sudhir Kumar Maurya4242cbe2019-01-17 16:36:50 -050011 category = "Utility",
12 description = " Application to calculate the number of packets of different types",
13 included_bundles = BUNDLES,
14 url = "http://onosproject.org",
Karthik Vegesna20ce41e2017-07-11 10:34:37 -070015)