We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b5055 commit 4708357Copy full SHA for 4708357
1 file changed
tests/test_mux.py
@@ -65,10 +65,10 @@ class TestMuxTunnelBase():
65
"dscp_mode": "uniform",
66
"ecn_mode": "standard",
67
"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
+ "encap_tc_to_queue_map": TUNNEL_QOS_MAP_NAME,
+ "encap_tc_to_dscp_map": TUNNEL_QOS_MAP_NAME,
+ "decap_dscp_to_tc_map": TUNNEL_QOS_MAP_NAME,
+ "decap_tc_to_pg_map": TUNNEL_QOS_MAP_NAME
72
}
73
74
DEFAULT_PEER_SWITCH_PARAMS = {
0 commit comments