From 4f70ebf481d496f91d2b1ec27361c9898b19c451 Mon Sep 17 00:00:00 2001 From: selias Date: Fri, 25 Nov 2016 10:50:29 +0100 Subject: CSIT-481: HC Test: Port mirroring (SPAN) - add port mirroring test suite - add relevant keywords Change-Id: I4ff398dd2ab4323e2a53af2812bf07cbb7043252 Signed-off-by: selias --- resources/templates/vat/span_create.vat | 2 +- resources/templates/vat/span_dump.vat | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 resources/templates/vat/span_dump.vat (limited to 'resources/templates') diff --git a/resources/templates/vat/span_create.vat b/resources/templates/vat/span_create.vat index 62c423248b..3671d0b19e 100644 --- a/resources/templates/vat/span_create.vat +++ b/resources/templates/vat/span_create.vat @@ -1 +1 @@ -exec set span src {src_if} dst {dst_if} +sw_interface_span_enable_disable src_sw_if_index {src_sw_if_index} dst_sw_if_index {dst_sw_if_index} diff --git a/resources/templates/vat/span_dump.vat b/resources/templates/vat/span_dump.vat new file mode 100644 index 0000000000..0f83af73c3 --- /dev/null +++ b/resources/templates/vat/span_dump.vat @@ -0,0 +1 @@ +sw_interface_span_dump \ No newline at end of file -- cgit 1.2.3-korg