mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 02:11:38 +02:00
Remove buck files for disconnected components - 'buck test' will pick them up
Change-Id: If94b115b66d8eafb1cdc8859dd9cfcb82899119d
This commit is contained in:
parent
692dcb0dcb
commit
35c9ea8c9a
@ -1,23 +0,0 @@
|
||||
BUNDLES = [
|
||||
'//incubator/api:onos-incubator-api',
|
||||
'//apps/yms/api:onos-apps-yms-api',
|
||||
'//apps/tetopology/api:onos-apps-tetopology-api',
|
||||
'//apps/tetunnel/api:onos-apps-tetunnel-api',
|
||||
'//apps/tenbi/utils:onos-apps-tenbi-utils',
|
||||
'//apps/tenbi/tunnel:onos-apps-tenbi-tunnel',
|
||||
'//apps/tenbi/topology:onos-apps-tenbi-topology',
|
||||
]
|
||||
|
||||
onos_app (
|
||||
app_name = 'org.onosproject.tenbi',
|
||||
title = 'TE NBI',
|
||||
category = 'ACTN APP',
|
||||
url = 'http://onosproject.org',
|
||||
included_bundles = BUNDLES,
|
||||
description = 'The northbound interface of TE topology and TE tunnel.',
|
||||
required_features = [ 'onos-apps-tenbi-yangmodel' ],
|
||||
required_apps = [ 'org.onosproject.tetopology',
|
||||
'org.onosproject.tetunnel',
|
||||
'org.onosproject.yms' ],
|
||||
)
|
||||
|
@ -1,17 +0,0 @@
|
||||
COMPILE_DEPS = [
|
||||
'//lib:CORE_DEPS',
|
||||
'//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
|
||||
'//apps/tenbi/utils:onos-apps-tenbi-utils',
|
||||
'//apps/tetopology/api:onos-apps-tetopology-api',
|
||||
'//apps/yms/api:onos-apps-yms-api',
|
||||
]
|
||||
|
||||
TEST_DEPS = [
|
||||
'//lib:TEST_ADAPTERS',
|
||||
'//utils/osgi:onlab-osgi-tests',
|
||||
]
|
||||
|
||||
osgi_jar_with_tests (
|
||||
deps = COMPILE_DEPS,
|
||||
test_deps = TEST_DEPS,
|
||||
)
|
@ -1,19 +0,0 @@
|
||||
COMPILE_DEPS = [
|
||||
'//lib:CORE_DEPS',
|
||||
'//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
|
||||
'//apps/tenbi/utils:onos-apps-tenbi-utils',
|
||||
'//apps/tetopology/api:onos-apps-tetopology-api',
|
||||
'//apps/tetunnel/api:onos-apps-tetunnel-api',
|
||||
'//apps/yms/api:onos-apps-yms-api',
|
||||
'//incubator/api:onos-incubator-api',
|
||||
]
|
||||
|
||||
TEST_DEPS = [
|
||||
'//lib:TEST_ADAPTERS',
|
||||
'//utils/osgi:onlab-osgi-tests',
|
||||
]
|
||||
|
||||
osgi_jar_with_tests (
|
||||
deps = COMPILE_DEPS,
|
||||
test_deps = TEST_DEPS,
|
||||
)
|
@ -1,16 +0,0 @@
|
||||
COMPILE_DEPS = [
|
||||
'//lib:CORE_DEPS',
|
||||
'//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
|
||||
'//apps/tetopology/api:onos-apps-tetopology-api',
|
||||
'//apps/tetunnel/api:onos-apps-tetunnel-api',
|
||||
]
|
||||
|
||||
TEST_DEPS = [
|
||||
'//lib:TEST_ADAPTERS',
|
||||
'//utils/osgi:onlab-osgi-tests',
|
||||
]
|
||||
|
||||
osgi_jar_with_tests (
|
||||
deps = COMPILE_DEPS,
|
||||
test_deps = TEST_DEPS,
|
||||
)
|
@ -1,21 +0,0 @@
|
||||
COMPILE_DEPS = [
|
||||
'//lib:CORE_DEPS',
|
||||
]
|
||||
|
||||
yang_osgi_jar(
|
||||
deps = COMPILE_DEPS,
|
||||
name = 'onos-apps-tenbi-yangmodel',
|
||||
srcs = glob(['src/main/**/*.yang']),
|
||||
visibility = [ 'PUBLIC' ],
|
||||
)
|
||||
|
||||
osgi_feature (
|
||||
name='onos-apps-tenbi-yangmodel',
|
||||
title='ONOS TE YANG model',
|
||||
included_bundles = [
|
||||
'//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
|
||||
],
|
||||
generate_file = True,
|
||||
visibility = [ 'PUBLIC' ],
|
||||
stage_repo = False,
|
||||
)
|
@ -54,8 +54,8 @@ CORE = UTILS + API + [
|
||||
'//protocols/lisp/msg:onos-protocols-lisp-msg',
|
||||
'//protocols/tl1/api:onos-protocols-tl1-api',
|
||||
'//protocols/tl1/ctl:onos-protocols-tl1-ctl',
|
||||
'//protocols/restconf/client/api:onos-protocols-restconf-client-api',
|
||||
'//protocols/restconf/client/ctl:onos-protocols-restconf-client-ctl',
|
||||
# '//protocols/restconf/client/api:onos-protocols-restconf-client-api',
|
||||
# '//protocols/restconf/client/ctl:onos-protocols-restconf-client-ctl',
|
||||
|
||||
'//drivers/utilities:onos-drivers-utilities',
|
||||
|
||||
|
@ -1,10 +0,0 @@
|
||||
COMPILE_DEPS = [
|
||||
'//lib:CORE_DEPS',
|
||||
'//incubator/api:onos-incubator-api',
|
||||
'//utils/rest:onlab-rest',
|
||||
'//protocols/rest/api:onos-protocols-rest-api',
|
||||
]
|
||||
|
||||
osgi_jar_with_tests (
|
||||
deps = COMPILE_DEPS,
|
||||
)
|
@ -1,22 +0,0 @@
|
||||
COMPILE_DEPS = [
|
||||
'//lib:CORE_DEPS',
|
||||
'//lib:jersey-client',
|
||||
'//lib:jersey-common',
|
||||
'//lib:httpclient-osgi',
|
||||
'//lib:httpcore-osgi',
|
||||
'//lib:javax.ws.rs-api',
|
||||
'//lib:hk2-api',
|
||||
'//lib:jersey-guava',
|
||||
'//lib:aopalliance-repackaged',
|
||||
'//lib:javax.inject',
|
||||
'//protocols/restconf/client/api:onos-protocols-restconf-client-api',
|
||||
'//protocols/rest/api:onos-protocols-rest-api',
|
||||
'//apps/yms/api:onos-apps-yms-api',
|
||||
'//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
|
||||
'//providers/ietfte/utils:onos-providers-ietfte-utils',
|
||||
]
|
||||
|
||||
osgi_jar_with_tests (
|
||||
deps = COMPILE_DEPS,
|
||||
)
|
||||
|
@ -1,26 +0,0 @@
|
||||
BUNDLES = [
|
||||
'//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
|
||||
'//apps/yms/api:onos-apps-yms-api',
|
||||
'//apps/tenbi/utils:onos-apps-tenbi-utils',
|
||||
'//lib:httpclient-osgi',
|
||||
'//lib:httpcore-osgi',
|
||||
'//protocols/rest/api:onos-protocols-rest-api',
|
||||
'//protocols/restconf/client/api:onos-protocols-restconf-client-api',
|
||||
'//protocols/restconf/client/ctl:onos-protocols-restconf-client-ctl',
|
||||
'//providers/ietfte/utils:onos-providers-ietfte-utils',
|
||||
'//providers/ietfte/topology:onos-providers-ietfte-topology',
|
||||
'//providers/ietfte/tunnel:onos-providers-ietfte-tunnel',
|
||||
]
|
||||
|
||||
onos_app (
|
||||
app_name = 'org.onosproject.teprovider',
|
||||
title = 'IETF TE Provider',
|
||||
category = 'Provider',
|
||||
url = 'http://onosproject.org',
|
||||
included_bundles = BUNDLES,
|
||||
description = 'IETF TE southbound providers.',
|
||||
required_features = [ 'onos-apps-tenbi-yangmodel' ],
|
||||
required_apps = [ 'org.onosproject.tetunnel',
|
||||
'org.onosproject.tetopology',
|
||||
'org.onosproject.yms'],
|
||||
)
|
@ -1,23 +0,0 @@
|
||||
COMPILE_DEPS = [
|
||||
'//lib:CORE_DEPS',
|
||||
'//protocols/restconf/client/api:onos-protocols-restconf-client-api',
|
||||
'//protocols/restconf/client/ctl:onos-protocols-restconf-client-ctl',
|
||||
'//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
|
||||
'//protocols/rest/api:onos-protocols-rest-api',
|
||||
'//apps/tetopology/api:onos-apps-tetopology-api',
|
||||
'//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
|
||||
'//apps/tenbi/utils:onos-apps-tenbi-utils',
|
||||
'//apps/yms/api:onos-apps-yms-api',
|
||||
'//providers/ietfte/utils:onos-providers-ietfte-utils',
|
||||
'//incubator/api:onos-incubator-api',
|
||||
]
|
||||
|
||||
TEST_DEPS = [
|
||||
'//lib:TEST_ADAPTERS',
|
||||
'//utils/osgi:onlab-osgi-tests',
|
||||
]
|
||||
|
||||
osgi_jar_with_tests (
|
||||
deps = COMPILE_DEPS,
|
||||
test_deps = TEST_DEPS,
|
||||
)
|
@ -1,24 +0,0 @@
|
||||
COMPILE_DEPS = [
|
||||
'//lib:CORE_DEPS',
|
||||
'//protocols/restconf/client/api:onos-protocols-restconf-client-api',
|
||||
'//protocols/restconf/client/ctl:onos-protocols-restconf-client-ctl',
|
||||
'//protocols/rest/api:onos-protocols-rest-api',
|
||||
'//apps/yms/api:onos-apps-yms-api',
|
||||
'//apps/tetunnel/api:onos-apps-tetunnel-api',
|
||||
'//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
|
||||
'//apps/tenbi/utils:onos-apps-tenbi-utils',
|
||||
'//apps/tetopology/api:onos-apps-tetopology-api',
|
||||
'//incubator/api:onos-incubator-api',
|
||||
'//providers/ietfte/utils:onos-providers-ietfte-utils',
|
||||
'//lib:javax.ws.rs-api',
|
||||
]
|
||||
|
||||
TEST_DEPS = [
|
||||
'//lib:TEST_ADAPTERS',
|
||||
'//utils/osgi:onlab-osgi-tests',
|
||||
]
|
||||
|
||||
osgi_jar_with_tests (
|
||||
deps = COMPILE_DEPS,
|
||||
test_deps = TEST_DEPS,
|
||||
)
|
@ -1,16 +0,0 @@
|
||||
COMPILE_DEPS = [
|
||||
'//lib:CORE_DEPS',
|
||||
'//apps/yms/api:onos-apps-yms-api',
|
||||
'//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
|
||||
'//protocols/restconf/client/api:onos-protocols-restconf-client-api',
|
||||
]
|
||||
|
||||
TEST_DEPS = [
|
||||
'//lib:TEST_ADAPTERS',
|
||||
'//utils/osgi:onlab-osgi-tests',
|
||||
]
|
||||
|
||||
osgi_jar_with_tests (
|
||||
deps = COMPILE_DEPS,
|
||||
test_deps = TEST_DEPS,
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user