Difference between revisions of "PyOGP"

From Second Life Wiki
Jump to navigation Jump to search
(AWG Test Harness moved to AWG Test Harness Intro: This was really more of an overview/introduction to the work, while the body of the work should exist on it's own)
Line 1: Line 1:
#REDIRECT [[AWG Test Harness Intro]]
 
The goal wrt testing, is to build a test harness that enables testing of published Open Grid protocols. 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 independent of environment. 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.
 
The longer term vision is essentially a client library, capable of navigating the grid and interacting with the various hosts, sitting next to a testing framework, happily running along telling us what works where, and where something needs a little attention to work according to specification...

Revision as of 17:11, 20 May 2008

The goal wrt testing, is to build a test harness that enables testing of published Open Grid protocols. 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 independent of environment. 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.

The longer term vision is essentially a client library, capable of navigating the grid and interacting with the various hosts, sitting next to a testing framework, happily running along telling us what works where, and where something needs a little attention to work according to specification...