[Red5commits] [red5 commit] r3222 - in java/server/branches/aclarke_autotest: . test/scripts test/scripts/ec2-explode

codesite-noreply at google.com codesite-noreply at google.com
Mon Oct 13 13:05:29 PDT 2008


Author: art.clarke
Date: Mon Oct 13 13:01:59 2008
New Revision: 3222

Modified:
    java/server/branches/aclarke_autotest/build.xml
     
java/server/branches/aclarke_autotest/test/scripts/ec2-explode/ec2-explode
     
java/server/branches/aclarke_autotest/test/scripts/red5-flash-player-headless

Log:
- Take one last screen shot before killing flash
- Make the mailer install for the ec2-explode be in a squib
- Change smoketest to systemtest per Thijs request



Modified: java/server/branches/aclarke_autotest/build.xml
==============================================================================
--- java/server/branches/aclarke_autotest/build.xml	(original)
+++ java/server/branches/aclarke_autotest/build.xml	Mon Oct 13 13:01:59 2008
@@ -796,7 +796,7 @@
  			<report format="frames" todir="${testdoc.dir}"/>
  		</junitreport>
  	</target>
-        <target name="run-tests-serversmoketest" depends="compile_tests"  
description="Runs some self-contained flash tests against a test server">
+        <target name="run-tests-systemtest" depends="compile_tests"  
description="Runs some end-to-end system tests against a test server using  
a flash client">
            <!-- Copy over all self-run scripts -->
            <!-- Note we use cp, and not <copy> to preserve permission
              semantics.  This means this target will NOT run directly

Modified:  
java/server/branches/aclarke_autotest/test/scripts/ec2-explode/ec2-explode
==============================================================================
---  
java/server/branches/aclarke_autotest/test/scripts/ec2-explode/ec2-explode	 
(original)
+++  
java/server/branches/aclarke_autotest/test/scripts/ec2-explode/ec2-explode	 
Mon Oct 13 13:01:59 2008
@@ -98,9 +98,6 @@
  # the headless server is doing
  apt-get install -y imagemagick

-# For sending e-mail
-apt-get install -y exim4
-
  # Create the user accoutns specified

  # Now set up hudson

Modified:  
java/server/branches/aclarke_autotest/test/scripts/red5-flash-player-headless
==============================================================================
---  
java/server/branches/aclarke_autotest/test/scripts/red5-flash-player-headless	 
(original)
+++  
java/server/branches/aclarke_autotest/test/scripts/red5-flash-player-headless	 
Mon Oct 13 13:01:59 2008
@@ -80,6 +80,8 @@
  ps -ef | grep -v grep | grep -q $FLASH_PID
  if [ $? -eq 0 ]; then
    echo "Killing Zombie Flash Process: $FLASH_PID";
+  # Take one last screenshot before we kill it
+  take-screenshot output/screenshot-$NOW_TIME.png
    kill -9 $FLASH_PID
  fi
  wait $FLASH_PID



More information about the Red5commits mailing list