tests: Remove LISP unit test.
authorJesse Gross <jesse@nicira.com>
Thu, 28 Feb 2013 00:32:14 +0000 (16:32 -0800)
committerJesse Gross <jesse@nicira.com>
Thu, 28 Feb 2013 00:32:14 +0000 (16:32 -0800)
LISP doesn't exist yet in Open vSwitch 1.10, so the test fails
(correctly).  This removes the test from this release.

Signed-off-by: Jesse Gross <jesse@nicira.com>
tests/tunnel.at

index c3ad860..a6e889a 100644 (file)
@@ -326,21 +326,6 @@ br0 (dummy@ovs-dummy):
 OVS_VSWITCHD_STOP
 AT_CLEANUP
 
-AT_SETUP([tunnel - LISP])
-OVS_VSWITCHD_START([add-port br0 p1 -- set Interface p1 type=lisp \
-                    options:remote_ip=1.1.1.1 ofport_request=1])
-
-AT_CHECK([ovs-appctl dpif/show], [0], [dnl
-br0 (dummy@ovs-dummy):
-       lookups: hit:0 missed:0 lost:0
-       flows: 0
-       br0 65534/100: (dummy)
-       p1 1/1: (lisp: dst_port=4341, remote_ip=1.1.1.1)
-])
-
-OVS_VSWITCHD_STOP
-AT_CLEANUP
-
 AT_SETUP([tunnel - different VXLAN UDP port])
 OVS_VSWITCHD_START([add-port br0 p1 -- set Interface p1 type=vxlan \
                     options:remote_ip=1.1.1.1 ofport_request=1 options:dst_port=4341])