commit | b57fdb00d82d5f01e2b11e7ce87313f6d566b245 | [log] [tgz] |
---|---|---|
author | dvaddire <dvaddire@partner.ciena.com> | Tue Jun 20 00:14:08 2017 +0530 |
committer | Thomas Vachuska <tom@opennetworking.org> | Wed Aug 16 00:17:41 2017 +0000 |
tree | 4354be0eab270eb36ea00b1361021340c1d134e8 | |
parent | f1197235a2bccd20d8fa551f7d4b3370eb9be3dd [diff] [blame] |
ONOS-6653 provide an option in ONOS to configure Groupstats collection interval Change-Id: Ia214ff9eed8fa061916f6973dc201cceb0496c71
diff --git a/providers/openflow/group/BUCK b/providers/openflow/group/BUCK index e76cb53..c6a6f6d 100644 --- a/providers/openflow/group/BUCK +++ b/providers/openflow/group/BUCK
@@ -5,6 +5,11 @@ '//providers/openflow/flow:onos-providers-openflow-flow', ] +TEST_DEPS = [ + '//lib:TEST_ADAPTERS', +] + osgi_jar_with_tests ( deps = COMPILE_DEPS, + test_deps = TEST_DEPS, )