Use RFC 8040 URL for 'odl-mdsal-lowlevel-*' RPCs 45/111145/4
authorSangwook Ha <sangwook.ha@verizon.com>
Sat, 30 Mar 2024 00:40:00 +0000 (17:40 -0700)
committerSangwook Ha <sangwook.ha@verizon.com>
Fri, 5 Apr 2024 17:49:35 +0000 (10:49 -0700)
The URLs for odl-mdsal-lowlevel-control-{control,target} module RPCs
have not been updated to RFC 8040 yet. Fix them up.

Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
Change-Id: I52afc3a94543567ed051d49a187bc1312febfbe8

27 files changed:
csit/libraries/MdsalLowlevelPy.py
csit/variables/mdsal/lowlevelrpc/become_prefix_leader/location.uri
csit/variables/mdsal/lowlevelrpc/check_publish_notifications/location.uri
csit/variables/mdsal/lowlevelrpc/create_prefix_shard/location.uri
csit/variables/mdsal/lowlevelrpc/get_constant/location.uri
csit/variables/mdsal/lowlevelrpc/get_contexted_constant/location.uri
csit/variables/mdsal/lowlevelrpc/get_singleton_constant/location.uri
csit/variables/mdsal/lowlevelrpc/produce_transactions/location.uri
csit/variables/mdsal/lowlevelrpc/register_bound_constant/location.uri
csit/variables/mdsal/lowlevelrpc/register_constant/location.uri
csit/variables/mdsal/lowlevelrpc/register_flapping_singleton/location.uri
csit/variables/mdsal/lowlevelrpc/register_singleton_constant/location.uri
csit/variables/mdsal/lowlevelrpc/remove_prefix_shard/location.uri
csit/variables/mdsal/lowlevelrpc/shutdown_prefix_shard_replica/location.uri
csit/variables/mdsal/lowlevelrpc/shutdown_shard_replica/location.uri
csit/variables/mdsal/lowlevelrpc/start_publish_notifications/location.uri
csit/variables/mdsal/lowlevelrpc/subscribe_ddtl/location.uri
csit/variables/mdsal/lowlevelrpc/subscribe_dtcl/location.uri
csit/variables/mdsal/lowlevelrpc/subscribe_ynl/location.uri
csit/variables/mdsal/lowlevelrpc/unregister_bound_constant/location.uri
csit/variables/mdsal/lowlevelrpc/unregister_constant/location.uri
csit/variables/mdsal/lowlevelrpc/unregister_flapping_singleton/location.uri
csit/variables/mdsal/lowlevelrpc/unregister_singleton_constant/location.uri
csit/variables/mdsal/lowlevelrpc/unsubscribe_ddtl/location.uri
csit/variables/mdsal/lowlevelrpc/unsubscribe_dtcl/location.uri
csit/variables/mdsal/lowlevelrpc/unsubscribe_ynl/location.uri
csit/variables/mdsal/lowlevelrpc/write_transactions/location.uri

index d6ceb5c8318fa72962741253937e8eb356ddf8d3..4e1b24243ac55948cf9919384c17d6f146f21d4b 100644 (file)
@@ -124,7 +124,7 @@ def start_write_transactions_on_nodes(
         "CHAINED_FLAG": "true" if chained_flag else "false",
     }
     urlt = string.Template(
-        """http://$HOST:8181/restconf/operations/odl-mdsal-lowlevel-control:write-transactions"""
+        """http://$HOST:8181/rests/operations/odl-mdsal-lowlevel-control:write-transactions"""
     )
     _initiate_rpcs(host_list, index_list, urlt, datat, subst_dict)
 
@@ -178,7 +178,7 @@ def start_produce_transactions_on_nodes(
         "ISOLATED_TRANSACTIONS": "true" if isolated_transactions_flag else "false",
     }
     urlt = string.Template(
-        """http://$HOST:8181/restconf/operations/odl-mdsal-lowlevel-control:produce-transactions"""
+        """http://$HOST:8181/rests/operations/odl-mdsal-lowlevel-control:produce-transactions"""
     )
     _initiate_rpcs(host_list, index_list, urlt, datat, subst_dict)
 
index fb88de7c5d74d92dcc3c8651fe1c2c6ffdc282c8..bb28d90a510446e5c7c85cfe418fff9836fb9831 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:become-prefix-leader
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:become-prefix-leader
index 14a3526ec551e10223e4960129900e3133b4f159..475dcf25c830381719987b70b4919c91c93616d9 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:check-publish-notifications
+/rests/operations/odl-mdsal-lowlevel-control:check-publish-notifications
index 4f360714caf50fb6c8edbef7fef9e706965094ba..b34309016a4edaae74e6757dbe35ee61da5a2cd8 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:create-prefix-shard
+/rests/operations/odl-mdsal-lowlevel-control:create-prefix-shard
index 1df1391ba7fca93e047289070ee8d1bf301198c9..f3d05e1cd005d0271e653a8dce7a7255ea41bb87 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-target:get-constant
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-target:get-constant
index 6b5ff937ab651ff3e97a0dc24d561a11339f2e7d..8bcf25c7be317aa6b56f0fb1fb9572e0f84b8547 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-target:get-contexted-constant
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-target:get-contexted-constant
index d30fed30cc5351c82edfb3a356db79a4e76a0109..6087234f9336c13a68b8e5000ff2b31247a7ecf6 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-target:get-singleton-constant
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-target:get-singleton-constant
index 6cf9549da979a8adc2de5de26961146992775b36..3597bdf34e2e0761c8610f0fba59cf2d60508842 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:produce-transactions
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:produce-transactions
index bc24857d0bdea4b67467d86ebdc34afd68c21ac0..f234f1b9a6681b38729beeca950c87bc63f9400f 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:register-bound-constant
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:register-bound-constant
index 0af89eb82ada5d8a7b1617c67acb09a1cb2c6f3b..310e69ea42536703f0599237635512910007b069 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:register-constant
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:register-constant
index 9fb9587697a19c24d1f9dd8a6e51e93f9662827e..40a5da4b75b6c96cea717b19f05447a0ea10d4d8 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:register-flapping-singleton
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:register-flapping-singleton
index a192d69bfb34c83505b1b3bc7d2831198368a262..47351539bf83fac588c4379bdd5eeb9b3cf2c2a7 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:register-singleton-constant
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:register-singleton-constant
index 65d88672224edc8cf0ed399cf3c9b855995a733c..0407c7b43c7b08da2bb423eff1ad55e848d716c6 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:remove-prefix-shard
+/rests/operations/odl-mdsal-lowlevel-control:remove-prefix-shard
index 7e00f3700d71de0607b84cb9949111e06cc07e0b..ce999f100878748ac935bfb215ceadb808d2f784 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:shutdown-prefix-shard-replica
+/rests/operations/odl-mdsal-lowlevel-control:shutdown-prefix-shard-replica
index 968202bdb093f06ee1f9db4eca6b7258564df759..ce08c60cc2b36f2560bed986bde0b7a6be214926 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:shutdown-shard-replica
+/rests/operations/odl-mdsal-lowlevel-control:shutdown-shard-replica
index 7c0fbb1a98e0ce3a8465f036cfa1e7c257d929fa..4a3d364d0c0961bd24d2781316776781c192477e 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:start-publish-notifications
+/rests/operations/odl-mdsal-lowlevel-control:start-publish-notifications
index 8725e8b1758c21b8302aebdd023869dd0dc88a23..daf35fb549f6b584848bb372f423338dd8a314fa 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:subscribe-ddtl
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:subscribe-ddtl
index 5d30b0fd03958704289a9d51b2b935e068812478..06fe70abb11277600502d2e9fe3765e9449f798b 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:subscribe-dtcl
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:subscribe-dtcl
index f0c5e6a426004d8420d483ee177fdce826675422..78c479eface17e11f256f3b003c0d9f8e3d71310 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:subscribe-ynl
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:subscribe-ynl
index 4c1243d250b8040e027c604edc7b677b2c6bb4b4..de167b2fa4cc2dbc2a5fb438e6404c2100ec775e 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:unregister-bound-constant
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:unregister-bound-constant
index e6814696fb75bafcdff3d1c57c3defd32d99964c..f2241f0b45bb9fb4478f6a06567039e570efb951 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:unregister-constant
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:unregister-constant
index 3f1177f6660f52f18974118d024c4787d710e33e..532aa5e879c196a350b27909319effba33836f48 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:unregister-flapping-singleton
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:unregister-flapping-singleton
index f0e72fba26d92827944b9e297dc2fe4935828c95..450740993cb411f51ca32c4ebf42007e81f1c387 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:unregister-singleton-constant
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:unregister-singleton-constant
index 93cbe5af77e82b2c0cf5d63513c4a18ab85574b9..cce66e0f472e224045bb638cb7cbb76a74b21b5f 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:unsubscribe-ddtl
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:unsubscribe-ddtl
index 8850035310815aa72e4999171eec7e7fb341b6a4..a27c7bc4010c8a3b69b3b70739bc7a684c45496a 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:unsubscribe-dtcl
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:unsubscribe-dtcl
index c2d4f5e816716233c0ee48beeab69c9cdbf0cffe..d51746f3ad938dc229ab2f0530c07e0cbed6e70d 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:unsubscribe-ynl
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:unsubscribe-ynl
index 27559584996c4d3af265237730136ae76478ad13..e76d22cadc9850af6e9f94f06329f51bfaebb022 100644 (file)
@@ -1 +1 @@
-/restconf/operations/odl-mdsal-lowlevel-control:write-transactions
\ No newline at end of file
+/rests/operations/odl-mdsal-lowlevel-control:write-transactions