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/vat/tap.vat | |
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/vat/tap.vat')
-rw-r--r-- | resources/templates/vat/tap.vat | 2 |
1 files changed, 1 insertions, 1 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 |