X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FNetconfViaRestconf.robot;h=be5c48ea4c51823b6b89221a1cd908120dee0022;hb=ecbad6a40f41f8d110f97b7dc574dc58a273edfc;hp=ba7a3a3c37eb192bb4baadb8d418401ef39112c3;hpb=033ffebf4566d2ca7cf93942bf5135e471fa64b2;p=integration%2Ftest.git diff --git a/csit/libraries/NetconfViaRestconf.robot b/csit/libraries/NetconfViaRestconf.robot index ba7a3a3c37..be5c48ea4c 100644 --- a/csit/libraries/NetconfViaRestconf.robot +++ b/csit/libraries/NetconfViaRestconf.robot @@ -6,6 +6,17 @@ Documentation Access Netconf via Restconf. ... This program and the accompanying materials are made available under the ... terms of the Eclipse Public License v1.0 which accompanies this distribution, ... and is available at http://www.eclipse.org/legal/epl-v10.html +... +... FIXME: This whole thing needs to be refactored and merged with +... "ConfigViaRestconf.robot" which contains nearly identical (or even completely +... identical) pieces of code. +... +... FIXME: This module (along with "ConfigViaRestconf.robot") uses the deprecated +... "RequestsLibrary.Put" keyword to issue requests to the ODL. Convert these +... statements to use "RequestsLibrary.Put_Request" instead. Similarly for +... "RequestsLibrary.Post" and "RequestsLibrary.Delete". It might be best to do +... this change after the code duplication in these two modules is removed (see +... the previous FIXME). Library RequestsLibrary Library OperatingSystem Resource Utils.robot