• 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
  • apps
  • test
  • netcfg-monitor
  • BUCK
  • Thomas Vachuska's avatar
    Added a new test applications to monitor network configuration change events and log them. · 264d957a ...
    264d957a
    Change-Id: I882fc1b18cedc67fc83c405c2f8d06078fa15c23
    Thomas Vachuska authored 2016-08-04 19:56:52 +0000
BUCK 288 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)

onos_app (
    title = 'Network Configuration Monitor Test App',
    category = 'Test',
    url = 'http://onosproject.org',
    description = 'Network configuration monitor test application.',
)