Difference between revisions of "Pyogp Test Harness"

From Second Life Wiki
Jump to navigation Jump to search
(Redirecting to Pyogp/Test Harness)
Line 1: Line 1:
This is just a stub for now. To be filled out in the near future.
#redirect [[Pyogp/Test_Harness]]
#Test framework - unittest, doctest
#Test data (I put this here, not really as a component of the harness, more as a "i'm not telling you my test account's password and what are we gonna do about it" thing)
#Determine how to handle test data. I imagine we'll build a template and interface to an implementation of the template, and leave contents up to the developer.
 
== Overview ==
[[AWG]] ([[AW_Groupies|in-world discussion group page]]) and Linden Lab plan to share the effort in writing a [[Pyogp_Test_Harness|test harness]] which executes tests against implementations of the Open Grid Protocol [[SLGOGP_Draft_1|(OGP)]]. The intent is not to test SL or OpenSim (or gridX) themselves. Rather, the desire is to create a framework where the implementations of the protocols can be tested in any virtual environment implemented per the Open Grid Protocols as documented. We plan to be able to test at the smallest functional level possible, akin to unit testing, and to have the ability to use the framework to sequence steps to enable state specific tests to be run.
 
== Project Status ==
*June 26, 2008 - Tess and Leyla have written some tests for the OGP protocol. At this point, they are untestable because the framework isn't sound enough.
 
== Project Tasks ==
#Get the requirements specification
#*May include use-cases
#Design the test harness
#Implement the test harness
#*Distribute the work across the contributors
 
 
 
== Links ==
Please add to the list as you see fit. The more we throw in here, the better off we are in the long run.
=== Project pages ===
*[[Pyogp_Client_Lib|Python Client Library]] - dedicated page to the client library
*[[Pyogp/Test_Framework| Pyogp Test Framework]] - dedicated page to the test harness
*[[Pyogp/Roadmap| Pyogp Roadmap]] - the overall plan for pyogp. Each dedicated page, however, has its own roadmap
*[[Pyogp/Specification| Pyogp Specification]] - the technical specifications and guidelines to follow when working on the code
*Internal jira tracking Linden Lab's involvement with the work: uh, I'll get back to you.
*Repository - http://svn.secondlife.com/trac/linden/browser/projects/2008/pyogp.
**Note that the code here has changed. The new code is Tao's base code. The old code, the Linden code, is at pyogp_old.
*License - The Apache V2 License has been selected as the license of choice for pyogp.
 
== Licensing ==
# The code written as part of this effort is subject to the Apache v2 license. Read more at http://opensource.org/licenses/apache2.0.php.
 
  <excerpt>
  Copyright 2008, Linden Research, Inc.
  <br>
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  <br>
  http://www.apache.org/licenses/LICENSE-2.0
  <br>
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  </excerpt>

Revision as of 12:47, 27 June 2008

Redirect to: