commit | 98cc459c46d96f9d59d17e85140dedf022fc16f6 | [log] [tgz] |
---|---|---|
author | Macauley Cheng <macauley_cheng@accton.com> | Mon Nov 16 15:45:02 2015 +0800 |
committer | Macauley Cheng <macauley_cheng@accton.com> | Mon Nov 16 15:45:02 2015 +0800 |
tree | 5d4373f59a68cb8aae2ec9b26395da28500d1cb5 | |
parent | 6e6a6126a395af1a6752883f9a71e1194a4561de [diff] |
Update epr.py
diff --git a/accton/epr.py b/accton/epr.py index 0a287a2..9a7b915 100755 --- a/accton/epr.py +++ b/accton/epr.py
@@ -80,10 +80,10 @@ #send packet and verify packet parsed_pkt = simple_tcp_packet() self.dataplane.send(port1, str(parsed_pkt)) - verify_packet(self, str(parsed_pkt), port2) + verify_no_packet(self, str(parsed_pkt), port2) self.dataplane.send(port2, str(parsed_pkt)) verify_no_packet(self, str(parsed_pkt), port1) - \ No newline at end of file +