Migrate request invocations (controller) 21/111121/9
authorYaroslav Lastivka <yaroslav.lastivka@pantheon.tech>
Wed, 27 Mar 2024 21:12:14 +0000 (23:12 +0200)
committerSangwook Ha <sangwook.ha@verizon.com>
Fri, 5 Apr 2024 17:49:35 +0000 (10:49 -0700)
commit1df85cc733881a9c386f46302a902bcfe05595fe
treea591170584a7e038552287e17cb93a7a76d6ba4f
parent5e0db03559ff014b9edcf705995e0c862fe363ca
Migrate request invocations (controller)

The '* Request' and 'To Json' RequestsLibrary keywords have been
deprecated. Replace '* Request' keywords with '* On Session' and replace
'To Json' in ClusterManagement.robot with the 'Json Parse from String'
keyword in Utils.robot.

Also, fix some URLs based on RESTCONF Bierman draft.

JIRA: INTTEST-141
Change-Id: I75586bd86678755541ecf9161dac31c6326f63d9
Signed-off-by: Yaroslav Lastivka <yaroslav.lastivka@pantheon.tech>
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
15 files changed:
csit/libraries/ClusterManagement.robot
csit/libraries/CrudLibrary.py
csit/libraries/SettingsLibrary.py
csit/suites/controller/OneNode_Datastore/010_crud_mdsal_perf.robot
csit/suites/controller/ThreeNodes_Datastore/010_crud_mdsal_perf.robot
csit/suites/controller/ThreeNodes_Datastore/puts_during_isolation.robot
csit/suites/controller/singleton_service/global_rpc_freeze.robot
csit/suites/controller/singleton_service/global_rpc_isolate.robot
csit/suites/controller/singleton_service/global_rpc_kill.robot
csit/variables/carpeople/crud/car-people/location.uri
csit/variables/carpeople/crud/cars/location.uri
csit/variables/carpeople/libtest/car/location.uri
csit/variables/carpeople/libtest/car_person/location.uri
csit/variables/carpeople/libtest/cars/location.uri
csit/variables/carpeople/libtest/cars_people/location.uri