X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fsal-netconf-connector%2Fsrc%2Ftest%2Fresources%2Fschemas%2Fconfig-test-rpc.yang;h=941a13de694d2f351460c94ec8c9099ebded2f64;hb=da68923fc2a936abe4880374cbeef05f897af528;hp=a64f3b883050040f133fa82557bbeea0c025a74d;hpb=effdc431d42558c582b8879a08239c9975980fba;p=netconf.git diff --git a/netconf/sal-netconf-connector/src/test/resources/schemas/config-test-rpc.yang b/netconf/sal-netconf-connector/src/test/resources/schemas/config-test-rpc.yang index a64f3b8830..941a13de69 100644 --- a/netconf/sal-netconf-connector/src/test/resources/schemas/config-test-rpc.yang +++ b/netconf/sal-netconf-connector/src/test/resources/schemas/config-test-rpc.yang @@ -40,6 +40,11 @@ module config-test-rpc { if this attribute is present."; } + feature candidate; + feature startup; + feature writable-running; + feature url; + rpc edit-config { description "The operation loads all or part of a specified configuration to the specified target configuration.";