diff -r 238f4cb8391f -r ad8ffc8e1982 buildframework/helium/tools/testing/ats/ats.ant.xml --- a/buildframework/helium/tools/testing/ats/ats.ant.xml Thu Jun 10 13:50:24 2010 +0800 +++ b/buildframework/helium/tools/testing/ats/ats.ant.xml Mon Jul 26 11:04:29 2010 +0800 @@ -75,6 +75,12 @@ @scope public --> + @@ -83,11 +89,14 @@ - - + + + @@ -100,19 +109,21 @@ + + + + - + @@ -194,53 +205,92 @@ - - - - - + + + + + + + version = r'${java.version}' if '1.6.0' in version: assert int(version.split('_')[1]) > 6, 'Java 6 u7 required' - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + 0: + assert r'${ats.flash.images}' != '', 'No images found in ' + r'${release.images.dir}' if flashfilescount < mincount: raise Exception('Not enough flash files, check reference.ats.flash.images and build.id, found: ' + r'${ats.flash.images}' + ', looking in: ' + r'${release.images.dir}') ]]> @@ -287,6 +337,11 @@ @scope public --> + + - + + + + + + + @@ -365,14 +427,15 @@ - @@ -383,7 +446,8 @@ from com.nokia.ant.util import Helper canonicalsysdeffile = Helper.getProperty(project, 'canonical.sysdef.file') -modules = atsant.files_to_test(canonicalsysdeffile, project.getProperty('exclude.test.layers'), project.getProperty('ido.build.filter'), project.getProperty('build.drive')) +createsingledropfile = project.getProperty('ats.create.singledrop.file') +modules = atsant.files_to_test(canonicalsysdeffile, project.getProperty('exclude.test.layers'), project.getProperty('ido.build.filter'), project.getProperty('build.drive'), createsingledropfile) for name in modules.keys(): if modules[name] == []: @@ -396,7 +460,7 @@ - + @@ -431,6 +495,7 @@ + @@ -450,10 +515,11 @@ + - + @@ -660,4 +726,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +