From c5baef259f0d28f372f0c512c63669bba194b280 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 21 Mar 2024 09:35:45 +0100 Subject: [PATCH] Fix DAEXIM import data Test data here uses long-deprecated leaves, which were finally removed. Migrate to use their replacements. Signed-off-by: Robert Varga Change-Id: I0b7b2985971368e3d87379ce590e26b9cfdf57e2 --- csit/suites/daexim/020-import-basic.robot | 4 +++- csit/variables/daexim/daexim/odl_backup_config.json | 8 +++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/csit/suites/daexim/020-import-basic.robot b/csit/suites/daexim/020-import-basic.robot index d5c862f411..6f8f965574 100644 --- a/csit/suites/daexim/020-import-basic.robot +++ b/csit/suites/daexim/020-import-basic.robot @@ -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 diff --git a/csit/variables/daexim/daexim/odl_backup_config.json b/csit/variables/daexim/daexim/odl_backup_config.json index dfe6be7c1f..c3bd53f132 100644 --- a/csit/variables/daexim/daexim/odl_backup_config.json +++ b/csit/variables/daexim/daexim/odl_backup_config.json @@ -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" + } }] }] } -- 2.36.6