diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-11-28 09:58:02 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-11-29 08:09:52 +0000 |
commit | 5dc134628f7eef7fd609625c2ed291199ee6420f (patch) | |
tree | 28858cad62668d1a03af02de7cd2c6b31fcba969 /bootstrap.sh | |
parent | 18cd1f996429c380c9eef0d3a52ec95b9e55c996 (diff) |
FIX: Exclude softwire func tests from execution
CSIT-1371
Map commands were remove from VAT by patch https://gerrit.fd.io/r/#/c/16115/.
Excluding softwire functional tests from execution until corresponding csit KWs are fixed.
Change-Id: I2adc580fb4770746c355f12f5ce7e7f8823255d8
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 03d7effc46..2d26bccfad 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -318,6 +318,7 @@ function run_test_set() { --include vm_envAND3_node_single_link_topo \ --include vm_envAND3_node_double_link_topo \ --exclude PERFTEST \ + --exclude SOFTWIRE \ --exclude ${SKIP_PATCH} \ --noncritical EXPECTED_FAILING \ --output ${LOG_PATH}/log_test_set_run${nr} \ @@ -329,6 +330,7 @@ function run_test_set() { --include vm_envAND3_node_single_link_topo \ --include vm_envAND3_node_double_link_topo \ --exclude PERFTEST \ + --exclude SOFTWIRE \ --exclude ${SKIP_PATCH} \ --noncritical EXPECTED_FAILING \ --output ${LOG_PATH}/log_test_set_run${nr} \ |