• 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
  • utils
  • yangutils
  • src
  • test
  • resources
  • ModuleSubStatementContainer.yang
  • Vidyashree Rama's avatar
    [ONOS-3892,3895,3882,3883,3896]Unit test of yang container, list, leaf, leaf-list parser · 49abe71b ...
    49abe71b
    Change-Id: Iae040d9d354e012584db8adc0aa7ff1ea4c099a0
    Vidyashree Rama authored 2016-02-19 20:12:19 +0000
ModuleSubStatementContainer.yang 272 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
module Test {
    yang-version 1;
    namespace http://huawei.com;
    prefix Ant;
    container valid {
        leaf invalid-interval {
            type "uint16";
            units "seconds";
            status current;
            reference "RFC 6020";
        }
    }
}