diff options
author | Florin Coras <fcoras@cisco.com> | 2016-07-07 23:00:04 +0200 |
---|---|---|
committer | Florin Coras <fcoras@cisco.com> | 2016-07-25 18:18:27 +0200 |
commit | 721f39743c31003ccbdad3c27ffcc3145bfccf90 (patch) | |
tree | 19b8e2c18278f4356af2e16612683a774335a8f4 /resources/libraries/python/LispUtil.py | |
parent | fc88af0ead3ca2a47cb47509383e5d21b438a77f (diff) |
CSIT-199: Use static adjacencies in LISP dp tests
Switch to using static adjacencies and remote mappings instead of only the
latter in LISP data plane tests.
Change-Id: Ia2a05165425ac68fa7839f9c8f402033b8274fcf
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'resources/libraries/python/LispUtil.py')
-rw-r--r-- | resources/libraries/python/LispUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/LispUtil.py b/resources/libraries/python/LispUtil.py index b21e1ae511..157702ade0 100644 --- a/resources/libraries/python/LispUtil.py +++ b/resources/libraries/python/LispUtil.py @@ -101,7 +101,7 @@ class LispUtil(object): for tmp in lisp_val1: if tmp not in lisp_val2: - raise RuntimeError('Value {} is not find in vpp:\n' + raise RuntimeError('Value {} not found in vpp:\n' '{}'.format(tmp, lisp_val2)) def lisp_locator_s_should_be_equal(self, locator_set1, locator_set2): |