Update DAEXIM's netconf_mount payload 87/110987/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 22 Mar 2024 05:36:04 +0000 (06:36 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 22 Mar 2024 05:36:04 +0000 (06:36 +0100)
The payload is using legacy username/password leaves, which were removed
in netconf-7. Migrate to their replacements.

Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Change-Id: Ib30cfe03069d3e39b0abc407b60ac1ce6f046ca6

csit/variables/daexim/netconf_mount.json

index 619e1dbe032f42a4f38b42907cabda6e92751944..a1f2d91818da1aa11678ab67a93d88479315145f 100644 (file)
@@ -3,9 +3,11 @@
     "node-id": "${ENDPOINT}",
     "host": "127.0.0.1",
     "port": "1830",
-    "username": "admin",
-    "password": "admin",
     "tcp-only": "false",
-    "keepalive-delay": "0"
+    "keepalive-delay": "0",
+    "login-password-unencrypted": {
+        "username": "admin",
+        "password": "admin"
+    }
   }
 }