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-02-02 23:06:44 +00:00
2018-02-06 17:55:22 +00:00
2018-04-04 00:02:22 +00:00
2018-04-04 00:02:22 +00:00
2018-04-03 16:49:03 +00:00
2018-02-07 00:59:07 +00:00
2018-02-28 18:45:39 +00:00
2018-04-04 00:02:22 +00:00
2018-04-04 00:02:22 +00:00
2017-08-24 10:19:33 -07:00
2018-04-04 00:02:22 +00:00
2018-04-04 00:02:22 +00:00
2018-04-04 20:07:44 +00:00
2018-01-09 01:56:13 +00:00
2018-01-09 01:56:13 +00:00
2018-02-07 00:59:07 +00:00
2018-02-06 17:54:30 +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-09 01:56:13 +00:00
2018-02-01 15:02:21 +00:00
2018-02-01 18:35:44 +00:00
2018-02-01 15:02:21 +00:00
2018-02-28 20:04:15 +00:00
2018-02-05 17:52:53 +00:00
2018-01-09 01:56:13 +00:00
2018-04-03 16:49:03 +00:00
2018-02-05 17:52:53 +00:00
2018-04-04 00:02:22 +00:00
2018-01-18 19:01:54 +00:00
2018-03-08 17:24:20 +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-01-09 01:56:13 +00:00
2018-04-04 00:02:22 +00:00
2018-01-09 01:56:13 +00:00
2018-04-04 00:02:22 +00:00
2018-04-05 20:19:57 +00:00
2018-04-03 16:49:03 +00:00
2018-01-09 01:56:13 +00:00
2018-04-05 03:51:07 +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-04-03 16:49:03 +00:00
2018-02-01 18:36:33 +00:00
2017-12-13 03:24:50 +00:00
2018-01-09 01:56:13 +00:00
2018-02-16 17:40:29 +00:00
2018-04-03 16:49:03 +00:00
2018-01-09 01:56:13 +00:00
2018-02-07 00:59:07 +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-04-04 00:02:22 +00:00
2018-03-30 20:00:17 +00:00
2018-04-03 16:49:03 +00:00
2018-01-09 01:56:13 +00:00
2018-04-04 11:30:30 -07:00
2018-01-29 21:12:15 +00:00
2018-04-04 11:30:31 -07:00
2018-01-25 22:17:25 +00:00
2018-01-09 01:56:13 +00:00
2018-04-04 00:02:22 +00:00
2018-04-05 11:44:03 +02:00
2018-04-04 00:02:22 +00:00
2018-04-04 12:51:24 +00:00
2018-01-29 21:12:15 +00:00
2018-03-28 00:54:28 +00:00
2018-02-07 00:59:07 +00:00
2018-01-09 01:56:13 +00:00
2018-02-26 19:09:52 +00:00
2018-02-07 01:02:41 +00:00
2018-04-04 00:02:22 +00:00
2018-04-03 16:49:03 +00:00
2018-02-09 20:46:57 +00:00
2017-09-14 14:43:36 +00:00
2018-01-29 21:12:15 +00:00
2018-03-23 13:57:41 -07:00