Skip to content

Commit 4708357

Browse files
oops
Signed-off-by: Lawrence Lee <[email protected]>
1 parent 66b5055 commit 4708357

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_mux.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ class TestMuxTunnelBase():
6565
"dscp_mode": "uniform",
6666
"ecn_mode": "standard",
6767
"ttl_mode": "pipe",
68-
"encap_tc_to_queue_map": self.TUNNEL_QOS_MAP_NAME,
69-
"encap_tc_to_dscp_map": self.TUNNEL_QOS_MAP_NAME,
70-
"decap_dscp_to_tc_map": self.TUNNEL_QOS_MAP_NAME,
71-
"decap_tc_to_pg_map": self.TUNNEL_QOS_MAP_NAME
68+
"encap_tc_to_queue_map": TUNNEL_QOS_MAP_NAME,
69+
"encap_tc_to_dscp_map": TUNNEL_QOS_MAP_NAME,
70+
"decap_dscp_to_tc_map": TUNNEL_QOS_MAP_NAME,
71+
"decap_tc_to_pg_map": TUNNEL_QOS_MAP_NAME
7272
}
7373

7474
DEFAULT_PEER_SWITCH_PARAMS = {

0 commit comments

Comments
 (0)