X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftestcase_common.sh;h=71d3da7dfd3dba3d68f5f85783aa665e2f166adb;hb=23d69b4a0fac41be58676c006867332c9fac6071;hp=b13b479f013303cf2b3182d7ce116a9eceb9875e;hpb=1c7c5fc52d531205e3bd639fc4f2189c49f296cc;p=nonrtric.git diff --git a/test/common/testcase_common.sh b/test/common/testcase_common.sh index b13b479f..71d3da7d 100755 --- a/test/common/testcase_common.sh +++ b/test/common/testcase_common.sh @@ -248,6 +248,7 @@ TCLOG=$TESTLOGS/$ATC/TC.log exec &> >(tee ${TCLOG}) echo $(date) > $TESTLOGS/$ATC/endpoint_tc_start.log +echo "$TC_ONELINE_DESCR" > $TESTLOGS/$ATC/endpoint_tc_slogan.log echo "Test failed" > $TESTLOGS/$ATC/endpoint_tc_end.log # Will be overritten if test is ok #Variables for counting tests as well as passed and failed tests