Fix check for name of folder with results.
authorIgor Stoppa <igor.stoppa@intel.com>
Fri, 16 Jan 2015 16:41:23 +0000 (18:41 +0200)
committerXu Chang <changx.xu@intel.com>
Tue, 20 Jan 2015 08:48:53 +0000 (16:48 +0800)
Drops the old "tztestrobot" in favor of the new "aft".

Change-Id: I52c133485f2b639e81b549040f917cee0eb423e1

job_test_build.py

index 933a1c7..17df9b9 100755 (executable)
@@ -157,7 +157,7 @@ def propagate_results(fields, image):
         results.write("TEST_RESULT=" + fields["test_result"] + "\n")
         results.write("IMAGE=" + image + "\n")
 
-    results_folder = glob.glob("tztestrobot_results.*")
+    results_folder = glob.glob("aft_results.*")
     if results_folder != []:
         results_folder = results_folder[0]
         fields["test_details"] = get_test_dict(results_folder + "/results.xml")