From f7feaf7804f267c9d7880917f6baf9d1bdb21584 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 28 Jun 2016 14:05:09 +0200 Subject: CSIT-34: VLAN tag rewrite translate tests with x-connects - IPv4 - VLAN tag rewrite translate-1-1 - VLAN tag rewrite translate-1-2 - VLAN tag rewrite translate-2-1 - VLAN tag rewrite translate-2-2 REMARK: Negative test cases will be tagged with SKIP_PATCH after merge. Change-Id: I76045e1416fe1a72298ccc2090cd373fac09b468 Signed-off-by: Jan Gelety Signed-off-by: Matej Klotton --- resources/traffic_scripts/send_icmp_check_headers.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'resources/traffic_scripts/send_icmp_check_headers.py') diff --git a/resources/traffic_scripts/send_icmp_check_headers.py b/resources/traffic_scripts/send_icmp_check_headers.py index f8f5309764..7450bd18e3 100755 --- a/resources/traffic_scripts/send_icmp_check_headers.py +++ b/resources/traffic_scripts/send_icmp_check_headers.py @@ -12,8 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Traffic script that sends an ip icmp packet -from one interface to the other. +"""Traffic script that sends an IP ICMPv4/ICMPv6 packet from one interface +to the other. Source and destination IP addresses and source and destination +MAC addresses are checked in received packet. """ import sys -- cgit 1.2.3-korg