Skip to content

Commit

Permalink
Add one more Mellanox SKU string in everflow_tb_test script (#495)
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
  • Loading branch information
qiluo-msft authored and lguohan committed Mar 9, 2018
1 parent 7151208 commit 6ed8e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/test/files/acstests/everflow_tb_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6ed8e1c

Please sign in to comment.