diff --git a/ansible/roles/test/files/acstests/everflow_tb_test.py b/ansible/roles/test/files/acstests/everflow_tb_test.py index 35e731c1b69..7756c1d5fc0 100644 --- a/ansible/roles/test/files/acstests/everflow_tb_test.py +++ b/ansible/roles/test/files/acstests/everflow_tb_test.py @@ -141,7 +141,7 @@ def runSendReceiveTest(self, pkt2send, src_port, destination_ports): payload = str(scapy_pkt[scapy.GRE].payload) - if self.hwsku in ["ACS-MSN2700", "ACS-MSN2100", "ACS-MSN2410", "ACS-MSN2740"]: + if self.hwsku in ["ACS-MSN2700", "ACS-MSN2100", "ACS-MSN2410", "ACS-MSN2740", "Mellanox-SN2700"]: payload = str(scapy_pkt[scapy.GRE].payload)[22:] inner_pkt = scapy.Ether(payload)