diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-06-28 14:05:09 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-07-19 12:27:05 +0000 |
commit | f7feaf7804f267c9d7880917f6baf9d1bdb21584 (patch) | |
tree | 0c8f52562ea076ac152d6427b927d0e8e4d48b0f /resources/traffic_scripts/send_icmp_check_headers.py | |
parent | 380372ddefef7b3fdaef53978479142d4a13c5ef (diff) |
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 <jgelety@cisco.com>
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'resources/traffic_scripts/send_icmp_check_headers.py')
-rwxr-xr-x | resources/traffic_scripts/send_icmp_check_headers.py | 5 |
1 files changed, 3 insertions, 2 deletions
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 |