From bb6f5bf8245c056194652c3f93b2f34a0f380426 Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Fri, 9 Mar 2018 03:41:09 +0000 Subject: [PATCH] Add one more Mellanox SKU string in everflow_tb_test script Signed-off-by: Qi Luo --- ansible/roles/test/files/acstests/everflow_tb_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)