aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-centos.sh
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2017-05-05 16:26:41 +0200
committerJan Gelety <jgelety@cisco.com>2017-05-17 09:45:17 +0000
commit2c4babd95c188b8b0038f6f39448cb469b9bc23a (patch)
tree85fc138bbb8577d3b2e202ab2f41f7c6f2dbb72e /bootstrap-centos.sh
parentfa14d9f454a7248a71135375bfb0758cdb532ca7 (diff)
Func test reorg - decrease exec time per vpp patch
- remove tests covered by make test - remove some negative tests Change-Id: I35d641562ee85888f7d1dd60dd892689b1e9c52d Signed-off-by: Jan Gelety <jgelety@cisco.com> Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Diffstat (limited to 'bootstrap-centos.sh')
-rwxr-xr-xbootstrap-centos.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/bootstrap-centos.sh b/bootstrap-centos.sh
index b0b9562274..56f50b21cf 100755
--- a/bootstrap-centos.sh
+++ b/bootstrap-centos.sh
@@ -33,8 +33,9 @@ VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_CENTOS)
SSH_OPTIONS="-i ${VIRL_PKEY} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -o LogLevel=error"
-TEST_GROUPS=("l2bd,dhcp,gre,honeycomb,l2xc,lisp,softwire" "cop,telemetry,ipsec,ipv6,rpf,tap,vrf" "fds,iacl,ipv4,policer,vlan,vxlan,vhost")
+TEST_GROUPS=("gre,ipv6,lisp,policer,rpf,softwire" "dhcp,ipsec,l2bd,l2xc,telemetry,vrf,vxlan" "cop,fds,honeycomb,iacl,ipv4,tap,vhost,vlan")
SUITE_PATH="tests.func"
+SKIP_PATCH="SKIP_PATCH"
# Create tmp dir
mkdir ${SCRIPT_DIR}/tmp
@@ -129,6 +130,7 @@ VPP_CLASSIFIER=""
if [ "${#}" -ne "0" ]; then
arr=(${@})
echo ${arr[0]}
+ SKIP_PATCH="skip_patchORskip_vpp_patch"
else
rm -f *.rpm
VPP_STABLE_VER=$(cat ${SCRIPT_DIR}/VPP_STABLE_VER_CENTOS)
@@ -259,7 +261,7 @@ function run_test_set() {
--include vm_envAND3_node_single_link_topo \
--include vm_envAND3_node_double_link_topo \
--exclude PERFTEST \
- --exclude SKIP_PATCH \
+ --exclude ${SKIP_PATCH} \
--noncritical EXPECTED_FAILING \
--output ${LOG_PATH}/log_test_set_run${nr} \
tests/"
@@ -270,7 +272,7 @@ function run_test_set() {
--include vm_envAND3_node_single_link_topo \
--include vm_envAND3_node_double_link_topo \
--exclude PERFTEST \
- --exclude SKIP_PATCH \
+ --exclude ${SKIP_PATCH} \
--noncritical EXPECTED_FAILING \
--output ${LOG_PATH}/log_test_set_run${nr} \
tests/