Collect package lists
authorZdeněk Šustr <sustr4@cesnet.cz>
Tue, 13 Mar 2012 10:43:59 +0000 (10:43 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Tue, 13 Mar 2012 10:43:59 +0000 (10:43 +0000)
org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh
org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh

index ca8efbd..e831a65 100755 (executable)
@@ -108,6 +108,10 @@ printf "Running tests... "
 sh arrange_canl_test_root.sh none glite 80 '-x' > test_log.txt 2> test_err.log
 test_done
 
+printf "Collecting package list... "
+gen_repo_lists ./prod_packages.txt ./repo_packages.txt
+test_done
+
 ENDTIME=`date +%s`
 
 #Generating report section
index 600357b..978b205 100755 (executable)
@@ -134,6 +134,10 @@ printf "Running tests... "
 sh arrange_px_test_root.sh none glite 80 '-x' > test_log.txt 2> test_err.log
 test_done
 
+printf "Collecting package list... "
+gen_repo_lists ./prod_packages.txt ./repo_packages.txt
+test_done
+
 ENDTIME=`date +%s`
 
 #Generating report section