Commit:    eda8059019287d70e3a405e36884ab113f6841f0
Author:    Matt Ficken <v-maf...@.redmond.corp.microsoft.com>         Thu, 20 
Oct 2011 16:04:01 -0700
Parents:   d4b34f4c92da548ef8a77924ddadab042d03460f
Branches:  master

Link:       
http://git.php.net/?p=pftt2.git;a=commitdiff;h=eda8059019287d70e3a405e36884ab113f6841f0

Log:
SSH Support

Changed paths:
  A  LICENSE
  A  README


Diff:
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..36b4009
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,36 @@
+Copyright (c) 2010-2011, Microsoft Corporation
+Copyright (c) 2011 Contributors
+All rights reserved.
+
+Contains code from the following open source libraries:
+- Prototype (MIT-style license) http://prototypejs.org
+  - Copyright (c) 2005-2007 Sam Stephenson (http://conio.net)
+- JS.js (MS-PL license) https://launchpad.net/jscript-toolkit
+  - Copyright (c) 2009 Microsoft Corporation (http://microsoft.com)
+  - Copyright (c) 2010 Garrett Serack (http://fearthecowboy.com)
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+   
+ - Neither the name of the Microsoft Corporation nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
+POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/README b/README
new file mode 100644
index 0000000..7954630
--- /dev/null
+++ b/README
@@ -0,0 +1,26 @@
+== PFTT - the Practically-Formulated-Test-Tool ==
+
+PFTT is a BSD-licensed automated testing framework for PHP, built to 
systematically identify bugs in 
+complex PHP installations. Its components are responsible for installing PHP 
in various configurations, 
+setting up complex filesystem scenarios, and running tests in every possible 
combination of the various 
+factors with which it is configured. 
+
+PFTT is a network based testing system, following a Client (Controller) and 
Host Topology. 
+The Client controls multiple hosts where the actual testing occurs. 
+A PFTT server coordinates multiple clients access to hosts. 
+Manual loading of PHP binaries and tests is done on the client or server, and 
PFTT will distribute it to Hosts.
+
+
+=== Network System Topology ===
+*  host - runs the tests received by client
+*  server - coordinates access to host pools and shares tests, binaries and 
configurations with clients 
+*  client - runs the tests on hosts
+
+---
+
+:  may combine client+host (ie run tests on localhost). may do 
client+localhost and other hosts and optionally a server
+:  may have client(s) and host(s) without a server
+:  may only have one server
+
+
+


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to