diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-06-27 11:07:46 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-06-29 13:15:19 +0000 |
commit | 2a3181f49a0ae8790436b46621b9e77bcec632d1 (patch) | |
tree | 932600f419d072265201211a9a188a8c2107c439 /bootstrap.sh | |
parent | f58467f6bb90c5954bdf0de1f132c48d227710f8 (diff) |
CSIT-181: Remove fds tests from vpp-csit-verify and csit-vpp-verify jobs
- add tag SKIP_PATCH to FDS related tests and exclude them from
execution in case of vpp-csit-verify and csit-vpp-verify jobs
Change-Id: I14237a78529b3d3c9b586041a24ceef303c1394b
Signed-off-by: Jan Gelety <jgelety@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 fed5ff74f9..7c2611d6a3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -206,5 +206,6 @@ PYTHONPATH=`pwd` pybot -L TRACE \ --include vm_envAND3_node_single_link_topo \ --include vm_envAND3_node_double_link_topo \ --exclude PERFTEST \ + --exclude SKIP_PATCH \ --noncritical EXPECTED_FAILING \ tests/ |