diff options
author | selias <samelias@cisco.com> | 2016-11-25 10:50:29 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-12-01 07:26:51 +0000 |
commit | 4f70ebf481d496f91d2b1ec27361c9898b19c451 (patch) | |
tree | 4d24f1218c2123c9cabeeb35622c7434a3f7ee26 /resources/templates | |
parent | d7e03f0eeeb599bd40b123123753ac41800bd3f5 (diff) |
CSIT-481: HC Test: Port mirroring (SPAN)
- add port mirroring test suite
- add relevant keywords
Change-Id: I4ff398dd2ab4323e2a53af2812bf07cbb7043252
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r-- | resources/templates/vat/span_create.vat | 2 | ||||
-rw-r--r-- | resources/templates/vat/span_dump.vat | 1 |
2 files changed, 2 insertions, 1 deletions
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 |