[Swift-commit] r2868 - trunk/tests/sites

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Apr 21 16:25:16 CDT 2009


Author: benc
Date: 2009-04-21 16:25:16 -0500 (Tue, 21 Apr 2009)
New Revision: 2868

Added:
   trunk/tests/sites/README
Log:
notes on site tests

Added: trunk/tests/sites/README
===================================================================
--- trunk/tests/sites/README	                        (rev 0)
+++ trunk/tests/sites/README	2009-04-21 21:25:16 UTC (rev 2868)
@@ -0,0 +1,28 @@
+Site tests
+==========
+
+To run all tests in the root, say:
+
+ $ ./run-all
+
+To run a single site test, say:
+
+ $ ./run-site <nameofsitefile>
+
+To run a subdirectory of tests, say:
+
+ $ ./run-all subdirectory/
+
+The trailing / is important.
+
+The tests in the root of sites/ should generally work for users associated
+with Swift (for example, by being on Swift teragrid allocations or by being
+in an OSG VO)
+
+Tests in wonky/ should run locally against a Swift built with provider-wonky.
+These generally should test the reliabilty mechanisms of Swift.
+
+Tests defined in subdirectories named after hosts (eg tg-login.uc.teragrid.org)
+should be run on that host, and should test functionality available on that
+host (such as a local PBS or condor installation).
+




More information about the Swift-commit mailing list