From 509f77f2e79f15aab5bc4a85fc3d506ad3115d5c Mon Sep 17 00:00:00 2001 From: Logan Lipke Date: Fri, 3 Jul 2020 16:31:36 -0700 Subject: [PATCH] Changed name of l4 cx to fit naming conventions --- py-json/realm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-json/realm.py b/py-json/realm.py index 7647d290..4f6ff01d 100755 --- a/py-json/realm.py +++ b/py-json/realm.py @@ -525,7 +525,7 @@ class L4CXProfile(LFCliBase): time.sleep(sleep_time) endp_data = { - "alias": self.local_realm.name_to_eid(port_name)[-1] + "_l4CX", + "alias": "CX_" + self.local_realm.name_to_eid(port_name)[-1] + "_l4", "test_mgr": "default_tm", "tx_endp": self.local_realm.name_to_eid(port_name)[-1] + "_l4", "rx_endp": "NA"