• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • protocols
  • netconf
  • ctl
  • BUCK
  • helenyrwu's avatar
    NetconfAlarmProvider alerts core about notifications given subscription. · 0407c641 ...
    0407c641
    Change-Id: I7561ba680eb8bac33a8543d6aa1bccf6732e95db
    helenyrwu authored 2016-06-29 22:00:16 +0000
BUCK 317 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//lib:ganymed-ssh2',
    '//protocols/netconf/api:onos-protocols-netconf-api'
]

TEST_DEPS = [
    '//lib:TEST_ADAPTERS',
    '//utils/osgi:onlab-osgi-tests',
    '//core/api:onos-api-tests',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
    test_deps = TEST_DEPS,
)