[Zope-CVS] CVS: Packages/TestScripts - config.xml:1.1

Chris Withers chrisw@nipltd.com
Thu, 7 Mar 2002 13:15:50 -0500


Update of /cvs-repository/Packages/TestScripts
In directory cvs.zope.org:/tmp/cvs-serv14132

Added Files:
	config.xml 
Log Message:
sample XML configuration for autotester.py

=== Added File Packages/TestScripts/config.xml ===
<TestSuite>

  <sandbox>E:\ZopeTests\sandbox</sandbox>
  <email>
    <from>zope-tests@squishdot.org</from>
    <subject>Win32 Zope Test Results</subject>
    <smtp>smtp.nipltd.com</smtp>
  </email>

  <cvs>
    <root>:pserver:anonymous@cvs.zope.org:/cvs-repository</root>
    <command>cvs</command>
  </cvs>

  <python>
   <python21>python</python21>
   <python22>c:\python22\python</python22>
  </python>

  <scenario>
    <!-- Zope HEAD + CMF HEAD -->
    <python>python21</python>
    <email>chrisw@nipltd.com</email>
    <build>
     <location>Zope</location>
     <command>Utilities/ExtensionBuilder.py</command>
     <options>-z</options>
    </build>
    <test>
     <location>Zope</location>
     <command>Utilities/testrunner.py</command>
     <options>-v 0 -a</options>
    </test>
    <module>
     <name>Zope</name>
     <rename>Zope</rename>
     <tag>HEAD</tag>
     <location></location>
    </module>
    <modulegroup>cmf</modulegroup>
  </scenario>

  <modulegroups>
   <cmf_head>
    <module>
     <name>CMF/CMFCore</name>
     <rename>CMFCore</rename>
     <tag>HEAD</tag>
     <location>Zope/lib/python/Products</location>
    </module>
    <module>
     <name>CMF/CMFCalendar</name>
     <rename>CMFCalendar</rename>
     <tag>HEAD</tag>
     <location>Zope/lib/python/Products</location>
    </module>
    <module>
     <name>CMF/CMFCollector</name>
     <rename>CMFCollector</rename>
     <tag>HEAD</tag>
     <location>Zope/lib/python/Products</location>
    </module>
    <module>
     <name>CMF/CMFDecor</name>
     <rename>CMFDecor</rename>
     <tag>HEAD</tag>
     <location>Zope/lib/python/Products</location>
    </module>
    <module>
     <name>CMF/CMFDefault</name>
     <rename>CMFDefault</rename>
     <tag>HEAD</tag>
     <location>Zope/lib/python/Products</location>
    </module>
    <module>
     <name>CMF/CMFTopic</name>
     <rename>CMFTopic</rename>
     <tag>HEAD</tag>
     <location>Zope/lib/python/Products</location>
    </module>
    <module>
     <name>CMF/CMFTracker</name>
     <rename>CMFTracker</rename>
     <tag>HEAD</tag>
     <location>Zope/lib/python/Products</location>
    </module>
    <module>
     <name>CMF/CMFWiki</name>
     <rename>CMFWiki</rename>
     <tag>HEAD</tag>
     <location>Zope/lib/python/Products</location>
    </module>
    <module>
     <name>CMF/DCWorkflow</name>
     <rename>DCWorkflow</rename>
     <tag>HEAD</tag>
     <location>Zope/lib/python/Products</location>
    </module>
   </cmf>
  </modulegroups>
    
</TestSuite>