aboutsummaryrefslogtreecommitdiffstats
path: root/test/vpp_papi_provider.py
diff options
context:
space:
mode:
authorMatej Klotton <mklotton@cisco.com>2016-12-09 15:05:46 +0100
committerMatej Klotton <mklotton@cisco.com>2016-12-13 07:06:56 +0100
commitdeb698447172d8cae94df9871bb32a9d21705dbb (patch)
treeabe447354e185eb8f81cf53827340b26752dcce3 /test/vpp_papi_provider.py
parentabd98b2c88ec127c38ff804a0c2f2a6d6f018830 (diff)
make test: Use VXLAN built in scapy 2.3.3
- fix documentation issues. - fix mpls test. Change-Id: Ieef6b4b5e4aca99e89bd03e45a991be89d42adba Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'test/vpp_papi_provider.py')
-rw-r--r--test/vpp_papi_provider.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/vpp_papi_provider.py b/test/vpp_papi_provider.py
index 3fdb428e..9200eeaa 100644
--- a/test/vpp_papi_provider.py
+++ b/test/vpp_papi_provider.py
@@ -581,8 +581,7 @@ class VppPapiProvider(object):
:param sw_if_index_from:
:param sw_if_index_to:
- :param enable
-
+ :param state:
"""
return self.api(self.papi.sw_interface_span_enable_disable,
{'sw_if_index_from': sw_if_index_from,