From 73a01b1a7fc836c964627eea2c08106df0da5aee Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Thu, 22 Mar 2018 13:51:33 +0100 Subject: CSIT-1009: SRv6 proxy tests - SRv6 with endpoint to SR-unaware Service Function via static proxy - SRv6 with endpoint to SR-unaware Service Function via dynamic proxy - SRv6 with endpoint to SR-unaware Service Function via masquerading proxy Change-Id: I6a6062cb41d810bf9e27dacfd866181bfde4c693 Signed-off-by: Jan Gelety --- resources/templates/vat/enable_dpdk_traces.vat | 2 +- resources/templates/vat/enable_memif_traces.vat | 1 + resources/templates/vat/enable_vhost_user_traces.vat | 2 +- resources/templates/vat/show_trace.vat | 2 +- resources/templates/vat/srv6/sr_steer_policies_show.vat | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 resources/templates/vat/enable_memif_traces.vat (limited to 'resources/templates') diff --git a/resources/templates/vat/enable_dpdk_traces.vat b/resources/templates/vat/enable_dpdk_traces.vat index 38af76a5b5..d4a755d59c 100644 --- a/resources/templates/vat/enable_dpdk_traces.vat +++ b/resources/templates/vat/enable_dpdk_traces.vat @@ -1 +1 @@ -exec trace add dpdk-input 100 \ No newline at end of file +exec trace add dpdk-input 50 \ No newline at end of file diff --git a/resources/templates/vat/enable_memif_traces.vat b/resources/templates/vat/enable_memif_traces.vat new file mode 100644 index 0000000000..761d357c56 --- /dev/null +++ b/resources/templates/vat/enable_memif_traces.vat @@ -0,0 +1 @@ +exec trace add memif-input 50 \ No newline at end of file diff --git a/resources/templates/vat/enable_vhost_user_traces.vat b/resources/templates/vat/enable_vhost_user_traces.vat index 9b5c6465dc..de2917619f 100644 --- a/resources/templates/vat/enable_vhost_user_traces.vat +++ b/resources/templates/vat/enable_vhost_user_traces.vat @@ -1 +1 @@ -exec trace add vhost-user-input 100 \ No newline at end of file +exec trace add vhost-user-input 50 \ No newline at end of file diff --git a/resources/templates/vat/show_trace.vat b/resources/templates/vat/show_trace.vat index 9146d3c89e..453315c1d5 100644 --- a/resources/templates/vat/show_trace.vat +++ b/resources/templates/vat/show_trace.vat @@ -1 +1 @@ -exec show trace +exec show trace {maximum} diff --git a/resources/templates/vat/srv6/sr_steer_policies_show.vat b/resources/templates/vat/srv6/sr_steer_policies_show.vat index af4f783082..177c329df2 100644 --- a/resources/templates/vat/srv6/sr_steer_policies_show.vat +++ b/resources/templates/vat/srv6/sr_steer_policies_show.vat @@ -1 +1 @@ -exec show sr steering policies \ No newline at end of file +exec show sr steering-policies \ No newline at end of file -- cgit 1.2.3-korg