Image version updates for test

Updated image versions for Kohn
New test profile for London

Issue-ID: NONRTRIC-816
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: Ie98eb247fb845020d7eef76d402c9e0dd55b2a02
diff --git a/test/common/testcase_common.sh b/test/common/testcase_common.sh
index 194a307..b13b479 100755
--- a/test/common/testcase_common.sh
+++ b/test/common/testcase_common.sh
@@ -247,6 +247,9 @@
 TCLOG=$TESTLOGS/$ATC/TC.log
 exec &>  >(tee ${TCLOG})
 
+echo $(date) > $TESTLOGS/$ATC/endpoint_tc_start.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
 RES_TEST=0
 RES_PASS=0
@@ -1989,6 +1992,7 @@
 		#Create file with OK exit code
 		echo "0" > "$AUTOTEST_HOME/.result$ATC.txt"
 		echo "0" > "$TESTLOGS/$ATC/.result$ATC.txt"
+		echo $(date) > $TESTLOGS/$ATC/endpoint_tc_end.log
 	else
 		TMP_FLAG_FAIL_PASS=1
 		echo -e "One or more tests with status  \033[31m\033[1mFAIL\033[0m "