Yuta HIGUCHI 48f4cb7816 ODTN manual testing tool for OpenConfig configuration
- ONOS-7567

Example:
onos> odtn-manual-test ENABLE_TRANSCEIVER
JSON:
{
  "openconfig-platform:component" : [ {
    "name" : "TRANSCEIVER_1_1_4_1",
    "openconfig-platform-transceiver:transceiver" : {
      "config" : {
        "enabled" : "true"
      }
    },
    "config" : {
      "name" : "TRANSCEIVER_1_1_4_1"
    }
  } ]
}
XML:
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
  <edit-config>
    <target>
      <running/>
    </target>
    <config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">
      <component xmlns="http://openconfig.net/yang/platform" xc:operation="merge">
        <name>TRANSCEIVER_1_1_4_1</name>
        <transceiver xmlns="http://openconfig.net/yang/platform/transceiver">
          <config>
            <enabled>true</enabled>
          </config>
        </transceiver>
        <config>
          <name>TRANSCEIVER_1_1_4_1</name>
        </config>
      </component>
    </config>
  </edit-config>
</rpc>

Change-Id: Ief5f1a1933fb00a2118bd941d8c5f0310ed9c815
2018-04-05 20:19:57 +00:00
..
2018-04-03 16:49:03 +00:00
2018-04-04 00:02:22 +00:00
2018-04-03 16:49:03 +00:00
2018-04-04 00:02:22 +00:00
2018-04-04 00:02:22 +00:00
2018-01-09 01:56:13 +00:00
2018-01-09 01:56:13 +00:00
2018-02-01 15:02:21 +00:00
2018-02-01 15:02:21 +00:00
2018-04-05 11:01:55 +02:00
2018-01-09 01:56:13 +00:00
2018-01-09 01:56:13 +00:00
2018-01-09 01:56:13 +00:00
2018-04-03 16:49:03 +00:00
2018-01-09 01:56:13 +00:00
2018-01-09 01:56:13 +00:00
2018-01-25 22:17:25 +00:00
2018-04-04 00:02:22 +00:00
2018-01-29 21:12:15 +00:00
2018-04-03 16:49:03 +00:00
2018-02-09 20:46:57 +00:00
2018-01-29 21:12:15 +00:00