diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-03-28 08:38:32 +0100 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-03-28 08:39:33 +0100 |
commit | 67f247b4015b76641c6fab7c49e7d9862043c856 (patch) | |
tree | 78fda2b03c27af0eb2e3a357df34fe1fcc5cbf91 /resources/templates | |
parent | 2dc5924d35671c01e9aaa4ea6b9ae18bdd184ca8 (diff) |
Fix Tap failing tests
Due to migration to Tap-v2 the old Tap API was removed.
This fixes failing tests where Tap interface was used.
Change-Id: I2f90177d2d8ee914e3ddcd3e10f212f9d72b9ac2
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r-- | resources/templates/vat/tap.vat | 2 | ||||
-rw-r--r-- | resources/templates/vat/tap_dump.vat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/templates/vat/tap.vat b/resources/templates/vat/tap.vat index 30cde83d9e..bac63e8ee0 100644 --- a/resources/templates/vat/tap.vat +++ b/resources/templates/vat/tap.vat @@ -1 +1 @@ -tap_{tap_command} {tap_arguments}
\ No newline at end of file +tap_{tap_command}_v2 {tap_arguments}
\ No newline at end of file diff --git a/resources/templates/vat/tap_dump.vat b/resources/templates/vat/tap_dump.vat index 8f51f6e23c..de8412b581 100644 --- a/resources/templates/vat/tap_dump.vat +++ b/resources/templates/vat/tap_dump.vat @@ -1 +1 @@ -sw_interface_tap_dump
\ No newline at end of file +sw_interface_tap_v2_dump
\ No newline at end of file |