[HALTest][Modified summary.xml name format] 63/187363/2
authornibha2 <nibha.sharma@samsung.com>
Wed, 22 Aug 2018 08:52:05 +0000 (14:22 +0530)
committernibha2 <nibha.sharma@samsung.com>
Wed, 22 Aug 2018 08:56:33 +0000 (14:26 +0530)
Change-Id: I873562380bb382b72be29314a187ed860b4fb636
Signed-off-by: nibha2 <nibha.sharma@samsung.com>
Scripts/download_code.sh
Scripts/test_xml_generate.py

index 10c384d..f86d35b 100755 (executable)
@@ -200,7 +200,6 @@ Trigger_Download()
                                echo "[ERROR] haltests folder not found for [$FOLDER_PATH] module." | tee -a $LOG_FOLDER/$ERROR_FILE
                                
                                cd $SOURCE_DIR
-                               rm -rf $FOLDER_PATH
                                DownloadErrCnt=$((DownloadErrCnt+1))
                                nRet=$ERROR
                        fi
index 1a90245..9541a90 100644 (file)
@@ -35,7 +35,7 @@ doc = minidom.Document()
 root = doc.createElement('testsuites')
 
 ###Summary File Created on the basis of date and time####################
-summary_xml=("summary_"+datetime.datetime.now().strftime("%y-%m-%d-%H-%M")+".xml")
+summary_xml=("summary"+".xml")
 f=open(summary_xml,"w")
 f.write("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n")
 f.write("<?xml-stylesheet type=\"text/xsl\" href=\"summary_report.xsl\"?>\n")