Changed name of l4 cx to fit naming conventions

This commit is contained in:
Logan Lipke
2020-07-03 16:31:36 -07:00
parent 802d48a98d
commit 509f77f2e7

View File

@@ -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"