Fix DAEXIM import data 45/110945/5
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 21 Mar 2024 08:35:45 +0000 (09:35 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 21 Mar 2024 11:15:05 +0000 (12:15 +0100)
Test data here uses long-deprecated leaves, which were finally removed.
Migrate to use their replacements.

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

csit/suites/daexim/020-import-basic.robot
csit/variables/daexim/daexim/odl_backup_config.json

index d5c862f411351409cda5bcec005b9fdc04c78cf6..6f8f9655743c82f1a76accd449de1e80d925930d 100644 (file)
@@ -9,7 +9,9 @@ Suite Teardown      Delete All Sessions
 
 *** Test Cases ***
 Create Basic Import
-    [Documentation]    schedule a basic import/restore with data containg controller mounting itself as a netconf device
+    [Documentation]    schedule a basic import/restore with data containg controller mounting itself as a NETCONF
+    ...                device. The configuration is documented in
+    ...                https://docs.opendaylight.org/projects/netconf/en/latest/user-guide.html#spawning-new-netconf-connectors
     [Tags]    create restore
     DaeximKeywords.Cleanup The Export Files    ${FIRST_CONTROLLER_INDEX}
     ClusterManagement.Stop_Members_From_List_Or_All
index dfe6be7c1ffdbbf8aafd7feac88c78e3a69bcc4a..c3bd53f13285b28f504745b6d4532c99c72b993f 100644 (file)
@@ -6,10 +6,12 @@
         "node-id": "CONTROLLER1",
         "netconf-node-topology:host": "127.0.0.1",
         "netconf-node-topology:port": 1830,
-        "netconf-node-topology:username": "admin",
-        "netconf-node-topology:password": "admin",
         "netconf-node-topology:tcp-only": false,
-        "netconf-node-topology:keepalive-delay": 0
+        "netconf-node-topology:keepalive-delay": 0,
+        "netconf-node-topology:login-password-unencrypted": {
+            "username": "admin",
+            "password": "admin"
+        }
       }]
     }]
   }