Fix feature install inside scale-util 20/104420/2
authorPeter Suna <peter.suna@pantheon.tech>
Thu, 16 Feb 2023 07:34:21 +0000 (08:34 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 24 Feb 2023 08:23:00 +0000 (08:23 +0000)
The feature "odl-restconf-nb-rfc8040" has been deprecated
and is no longer available. It has been replaced by
the "odl-restconf-nb" feature.

Change-Id: I5dce4d65fa241ef9453f90b13703612d8e7b5747
Signed-off-by: Peter Suna <peter.suna@pantheon.tech>
netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/ScaleUtil.java

index 9e838bf3674078c79985989b860bd9438653e262..186251a19c552e218cb75c27b66552c31d6169bf 100644 (file)
@@ -100,9 +100,9 @@ public final class ScaleUtil {
                     root.warn(status);
                 } while (status.startsWith("Failed to get the session"));
                 root.warn("Doing feature install {}", params.distroFolder.getAbsolutePath()
-                    + "/bin/client feature:install odl-restconf-nb-rfc8040 odl-netconf-topology");
+                    + "/bin/client feature:install odl-restconf-nb odl-netconf-topology");
                 final Process featureInstall = runtime.exec(params.distroFolder.getAbsolutePath()
-                    + "/bin/client feature:install odl-restconf-nb-rfc8040 odl-netconf-topology");
+                    + "/bin/client feature:install odl-restconf-nb odl-netconf-topology");
                 root.warn(
                     CharStreams.toString(new BufferedReader(new InputStreamReader(featureInstall.getInputStream()))));
                 root.warn(