aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-12-01 21:55:52 -0500
committerNeale Ranns <nranns@cisco.com>2019-12-03 06:51:16 +0000
commit5d440d9cb6a51c6658f4be855008b91f05d294c6 (patch)
tree7ad062a99ed2d1d9c9269e4a9e22b59c6a13b4a9 /test
parentdbf68c9aa258238260df34c0e864223ea4f3a987 (diff)
tests: vpp_interface fix ip6 setter
Type: fix Fixes: efd7bc2b1c8db160933ed3e9ab3cde0d07aaf863 Change-Id: I254f9fe44189f88621b9b0ff3f869efb9966ada5 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test')
-rw-r--r--test/vpp_interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vpp_interface.py b/test/vpp_interface.py
index a6717797309..f92dc8e594f 100644
--- a/test/vpp_interface.py
+++ b/test/vpp_interface.py
@@ -89,7 +89,7 @@ class VppInterface(object):
@local_ip6.setter
def local_ip6(self, value):
- self._local_ip6
+ self._local_ip6 = value
@property
def local_ip6_prefix_len(self):