From 7ba76747d55669e2bbaf70a3061e1c0b5dea912e Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Thu, 24 Mar 2016 22:59:42 -0400 Subject: rubbos docker ci running improvement JIRA: BOTTLENECK-48 Change-Id: Ic27b7b203b58cfc2cee6bda20391edb8966566b2 Signed-off-by: MatthewLi --- ci/run_tests.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ci/run_tests.sh') diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 95f53d5b..0541e051 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################## -# Copyright (c) 2015 Huawei Technologies Co.,Ltd and others. +# Copyright (c) 2016 Huawei Technologies Co.,Ltd and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 @@ -41,7 +41,7 @@ function check_testcase(){ esac TEST_CASE=$2 - + #find all the test case yaml files first find $SUITE_PREFIX -name "*yaml" > /tmp/all_testcases.yaml all_testcases_insuite=`cat /tmp/all_testcases.yaml | awk -F '/' '{print $NF}' | awk -F '.' '{print $1}'` @@ -77,7 +77,6 @@ function run_test(){ #check if the testcase is legal or not check_testcase -rubbos $i #adjust config parameters, different test suite has different methods, take rubbos as an example - #run test case, different test suite has different methods done -- cgit 1.2.3-korg