diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2016-09-05 12:32:07 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-09-05 11:42:02 +0000 |
commit | 752104dfc1b8453367f0d6740f628b702c07e0b5 (patch) | |
tree | a7f4e7c949c6308389d9aa6a71f16a8c5cb7abb7 | |
parent | 13bb78bb4d4132a390b1c371ab6f0e757f3afd38 (diff) |
Disable LISP tests
Change-Id: I9b0e2170d5cd692f80dc3652e89a937855b43839
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
-rw-r--r-- | tests/func/lisp/lisp_api_untagged.robot | 1 | ||||
-rw-r--r-- | tests/func/lisp/lisp_dataplane_untagged.robot | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/func/lisp/lisp_api_untagged.robot b/tests/func/lisp/lisp_api_untagged.robot index cc6eb505a4..385b4a7d3b 100644 --- a/tests/func/lisp/lisp_api_untagged.robot +++ b/tests/func/lisp/lisp_api_untagged.robot @@ -61,6 +61,7 @@ | | ... | configured locator_set and locator are correct. [Cfg2] Then | | ... | remove locator_set and locator. [Ver2] check DUT1 locator_set | | ... | and locator are removed. [Ref] RFC6830. +| | [Tags] | EXPECTED_FAILING | | Given Lisp locator_set data is prepared | | ... | ${nodes['DUT1']} | ${locator_set_num} | | And Enable lisp | ${nodes['DUT1']} diff --git a/tests/func/lisp/lisp_dataplane_untagged.robot b/tests/func/lisp/lisp_dataplane_untagged.robot index ecb4ffa9e1..0fe9aaff18 100644 --- a/tests/func/lisp/lisp_dataplane_untagged.robot +++ b/tests/func/lisp/lisp_dataplane_untagged.robot @@ -62,6 +62,7 @@ | | ... | [Cfg2] Reconf LISP. | | ... | [Ver2] Verify packets are received again via LISP tunnel. | | ... | [Ref] RFC6830. +| | [Tags] | EXPECTED_FAILING | | Given Path for 3-node testing is set | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['DUT2']} | ${nodes['TG']} | | And Interfaces in 3-node path are up @@ -301,6 +302,7 @@ | | ... | [Cfg3] Re-enable LISP. | | ... | [Ver3] Verify packets are received again via LISP tunnel. | | ... | [Ref] RFC6830. +| | [Tags] | EXPECTED_FAILING | | Given Path for 3-node testing is set | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['DUT2']} | ${nodes['TG']} | | And Interfaces in 3-node path are up |