From 12defda1182a88e98a20d63c32fe897359663ad7 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Wed, 6 Jul 2016 13:38:18 +0200 Subject: Refactor basic LISP tests Change-Id: Ibc11d4d82006ea11580d3b3e269f81709eedb53a Signed-off-by: Filip Tehlar --- tests/data_plane/configs/vpp_lite_config/vpp2_6_remote.conf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/data_plane/configs/vpp_lite_config/vpp2_6_remote.conf (limited to 'tests/data_plane/configs/vpp_lite_config/vpp2_6_remote.conf') diff --git a/tests/data_plane/configs/vpp_lite_config/vpp2_6_remote.conf b/tests/data_plane/configs/vpp_lite_config/vpp2_6_remote.conf deleted file mode 100644 index ec4bb6d..0000000 --- a/tests/data_plane/configs/vpp_lite_config/vpp2_6_remote.conf +++ /dev/null @@ -1,13 +0,0 @@ -create host-interface name vpp2 -set int state host-vpp2 up -set int ip address host-vpp2 6:0:2::1/64 - -create host-interface name intervpp2 -set int state host-intervpp2 up -set int ip address host-intervpp2 6:0:3::2/64 - -lisp enable - -lisp locator-set add ls1 iface host-intervpp2 p 1 w 1 -lisp eid-table add eid 6:0:2::0/64 locator-set ls1 -lisp remote-mapping add vni 0 deid 6:0:1::0/64 seid 6:0:2::0/64 rloc 6:0:3::1 -- cgit 1.2.3-korg