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

Chris Withers chrisw@nipltd.com
Fri, 18 Oct 2002 09:16:24 -0400


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

Added Files:
	windows_config.xml linux_config.xml 
Removed Files:
	config.xml 
Log Message:
Provide sample configs for autotester.py. The ones currently included are the ones I use on Windows and Linux.

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

  <sandbox>D:\ZopeTests\sandbox</sandbox>
  <email>
    <from>zope-tests@squishdot.org</from>
    <subject>Win32 Tests</subject>
    <smtp>smtp.nipltd.com</smtp>
  </email>

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

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

 <scenario>
    Zope HEAD
    <python>python22</python>
    <email>zope-coders@zope.org</email>
    <environment>
     <Z_DEBUG_MODE>1</Z_DEBUG_MODE>
    </environment>
    <build>
     <location>Zope</location>
     <command>setup.py</command>
     <options>build_ext -i</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>
  </scenario>

  <scenario>
    CMF
    <python>python21</python>
    <email>zope-cmf@zope.org</email>
    <environment>
     <Z_DEBUG_MODE>1</Z_DEBUG_MODE>
     <PYTHONPATH>D:\ZopeTests\sandbox\Zope;D:\ZopeTests\sandbox\Zope\lib\python;</PYTHONPATH>
    </environment>
    <build>
     <location>Zope</location>
     <command>utilities/ExtensionBuilder.py</command>
     <options>-z</options>
    </build>
    <test>
     <location>Zope/lib/python/Products</location>
     <command>all_cmf_tests.py</command>
     <options></options>
    </test>
    <module>
     <name>Zope</name>
     <rename>Zope</rename>
     <tag>Zope-2_5-branch</tag>
     <location></location>
    </module>
    <module>
     <name>CMF</name>
     <rename>Products</rename>
     <tag>HEAD</tag>
     <location>Zope/lib/python</location>
    </module>
  </scenario>

  <scenario>
    Zope 2.5 branch
    <python>python21</python>
    <email>zope-coders@zope.org</email>
    <environment>
     <Z_DEBUG_MODE>1</Z_DEBUG_MODE>
    </environment>
    <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>Zope-2_5-branch</tag>
     <location></location>
    </module>
  </scenario>

 <scenario>
    Zope 2.6 branch
    <python>python21</python>
    <email>zope-coders@zope.org</email>
    <environment>
     <Z_DEBUG_MODE>1</Z_DEBUG_MODE>
    </environment>
    <build>
     <location>Zope</location>
     <command>setup.py</command>
     <options>build_ext -i</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>Zope-2_6-branch</tag>
     <location></location>
    </module>
  </scenario>

  <scenario>
     Zope 3 
    <python>python22</python>
    <email>zope3-dev@zope.org</email>
    <build>
     <location>Zope3</location>
     <command>stupid_build.py</command>
     <options></options>
    </build>
    <test>
     <location>Zope3</location>
     <command>test.py</command>
     <options></options>
    </test>
    <module>
     <name>Zope3</name>
     <rename>Zope3</rename>
     <tag>HEAD</tag>
     <location></location>
    </module>
  </scenario>

</TestSuite>



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

  <sandbox>/stuff/chrisw/ZopeTests/sandbox</sandbox>
  <email>
    <from>zope-tests@squishdot.org</from>
    <subject>Linux 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>/usr/local/bin/python2.1</python21>
   <python22>/usr/local/bin/python2.2</python22>
  </python>

  <scenario>
    Zope HEAD
    <python>python22</python>
    <email>zope-coders@zope.org</email>
    <environment>
     <Z_DEBUG_MODE>1</Z_DEBUG_MODE>
    </environment>
    <build>
     <location>Zope</location>
     <command>setup.py</command>
     <options>build_ext -i</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>
  </scenario>

  <scenario>
    CMF
    <python>python21</python>
    <email>zope-cmf@zope.org</email>
    <environment>
     <Z_DEBUG_MODE>1</Z_DEBUG_MODE>
     <PYTHONPATH>/stuff/chrisw/ZopeTests/sandbox/Zope:/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python</PYTHONPATH>
    </environment>
    <build>
     <location>Zope</location>
     <command>utilities/ExtensionBuilder.py</command>
     <options>-z</options>
    </build>
    <test>
     <location>Zope/lib/python/Products</location>
     <command>all_cmf_tests.py</command>
     <options></options>
    </test>
    <module>
     <name>Zope</name>
     <rename>Zope</rename>
     <tag>Zope-2_5-branch</tag>
     <location></location>
    </module>
    <module>
     <name>CMF</name>
     <rename>Products</rename>
     <tag>HEAD</tag>
     <location>Zope/lib/python</location>
    </module>
  </scenario>

  <scenario>
    Zope 2.5 branch
    <python>python21</python>
    <email>zope-coders@zope.org</email>
    <environment>
     <Z_DEBUG_MODE>1</Z_DEBUG_MODE>
    </environment>
    <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>Zope-2_5-branch</tag>
     <location></location>
    </module>
  </scenario>

 <scenario>
    Zope 2.6 branch
    <python>python21</python>
    <email>zope-coders@zope.org</email>
    <environment>
     <Z_DEBUG_MODE>1</Z_DEBUG_MODE>
    </environment>
    <build>
     <location>Zope</location>
     <command>setup.py</command>
     <options>build_ext -i</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>Zope-2_6-branch</tag>
     <location></location>
    </module>
  </scenario>

  <scenario>
     Zope 3 
    <python>python22</python>
    <email>zope3-dev@zope.org</email>
    <build>
     <location>Zope3</location>
     <command>stupid_build.py</command>
     <options></options>
    </build>
    <test>
     <location>Zope3</location>
     <command>test.py</command>
     <options></options>
    </test>
    <module>
     <name>Zope3</name>
     <rename>Zope3</rename>
     <tag>HEAD</tag>
     <location></location>
    </module>
  </scenario>

</TestSuite>


=== Removed File Packages/TestScripts/config.xml ===