From a85296a2eb69c19e76c8f49f97d8db3005499958 Mon Sep 17 00:00:00 2001 From: Sangwook Ha Date: Wed, 27 Mar 2024 13:57:22 -0700 Subject: [PATCH] Migrate 020_bgp_functional_multipath.robot The 'Get Request' RequestsLibrary keyword has been deprecated. Migrate it to 'GET On Session' and fix the URL to use the RFC8040 path. Change-Id: I122004fea42f15436084f00ed7b3b84ab8c1f748 Signed-off-by: Sangwook Ha --- .../bgpcep/bgpfunct/020_bgp_functional_multipath.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csit/suites/bgpcep/bgpfunct/020_bgp_functional_multipath.robot b/csit/suites/bgpcep/bgpfunct/020_bgp_functional_multipath.robot index 2135dbabdf..5fc04cb164 100644 --- a/csit/suites/bgpcep/bgpfunct/020_bgp_functional_multipath.robot +++ b/csit/suites/bgpcep/bgpfunct/020_bgp_functional_multipath.robot @@ -196,9 +196,9 @@ Store_Rib_Configuration BuiltIn.Set_Suite_Variable ${rib_old} Log_Loc_Rib_Operational - ${rsp} RequestsLibrary.Get Request - ... ${CONFIG_SESSION} - ... /restconf/operational/bgp-rib:bgp-rib/rib/example-bgp-rib/loc-rib/ + ${rsp} RequestsLibrary.GET On Session + ... alias=${CONFIG_SESSION} + ... url=/rests/data/bgp-rib:bgp-rib/rib=example-bgp-rib/loc-rib?content=nonconfig BuiltIn.Log ${rsp.content} Configure_App_Peer_With_Routes -- 2.36.6