diff options
author | Matej Klotton <mklotton@cisco.com> | 2016-02-22 18:12:15 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-02-29 14:01:31 +0000 |
commit | 1254d80a0b64985de2816eff5ef79e3e22cde972 (patch) | |
tree | eff46d4a02b80e8aa849eb876fcfc6b502668e1d /bootstrap.sh | |
parent | 84c4bb50e13685176751e90bd67ce02730061032 (diff) |
Add VXLAN test
Change-Id: Id1d37fda2697fbfb7aa7a79318f8316b80e96963
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index fa3f00635c..f28524a6d9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -151,4 +151,5 @@ PYTHONPATH=`pwd` pybot -L TRACE \ --include 3_NODE_SINGLE_LINK_TOPO \ --exclude 3_node_double_link_topoNOT3_node_single_link_topo \ --exclude PERFTEST \ + --noncritical EXPECTED_FAILING \ tests/ |