mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-04 12:48:00 +00:00
Changed name of l4 cx to fit naming conventions
This commit is contained in:
@@ -525,7 +525,7 @@ class L4CXProfile(LFCliBase):
|
|||||||
time.sleep(sleep_time)
|
time.sleep(sleep_time)
|
||||||
|
|
||||||
endp_data = {
|
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",
|
"test_mgr": "default_tm",
|
||||||
"tx_endp": self.local_realm.name_to_eid(port_name)[-1] + "_l4",
|
"tx_endp": self.local_realm.name_to_eid(port_name)[-1] + "_l4",
|
||||||
"rx_endp": "NA"
|
"rx_endp": "NA"
|
||||||
|
|||||||
Reference in New Issue
Block a user