diff options
author | Peter Mikus <pmikus@cisco.com> | 2020-12-08 15:01:28 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2020-12-08 15:01:28 +0000 |
commit | a318ebefc569c5c1b1527c5de6dd3e3ac2f9c163 (patch) | |
tree | 492ab231caf5a4c82c93a86d661f5c5c17fbcfb1 /resources/libraries/python/LispSetup.py | |
parent | a9f54ca5080aeef17686f300a6807bf9b46b7c90 (diff) |
Revert "vpp-device: GENEVE tunnel test, l3 mode"
This reverts commit a9f54ca5080aeef17686f300a6807bf9b46b7c90.
Reason for revert: DO NOT MERGE BROKEN TESTS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
https://logs.fd.io/production/vex-yul-rot-jenkins-1/csit-vpp-device-master-ubuntu1804-1n-skx/9918/archives/log.html.gz
Change-Id: I2ce2970a43e5dd7487eeb54d1ccbb149e06cf8fa
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/python/LispSetup.py')
-rw-r--r-- | resources/libraries/python/LispSetup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/LispSetup.py b/resources/libraries/python/LispSetup.py index 6579764596..59cb1a808d 100644 --- a/resources/libraries/python/LispSetup.py +++ b/resources/libraries/python/LispSetup.py @@ -40,8 +40,8 @@ class LispEid: :type eid: str :type prefix_len: int """ - eid_addr = dict( - prefix=IPUtil.create_prefix_object(ip_address(eid), prefix_len) + eid_addr = dict(prefix=IPUtil.create_prefix_object( + ip_address(eid), prefix_len) ) if prefix_len else dict(mac=str(eid)) return dict( |