tests: vpp_interface fix ip6 setter 14/23714/3
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Mon, 2 Dec 2019 02:55:52 +0000 (21:55 -0500)
committerNeale Ranns <nranns@cisco.com>
Tue, 3 Dec 2019 06:51:16 +0000 (06:51 +0000)
Type: fix
Fixes: efd7bc2b1c8db160933ed3e9ab3cde0d07aaf863

Change-Id: I254f9fe44189f88621b9b0ff3f869efb9966ada5
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/vpp_interface.py

index a671779..f92dc8e 100644 (file)
@@ -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):