aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/TestSuite
diff options
context:
space:
mode:
authorSean Dague2008-03-11 20:43:08 +0000
committerSean Dague2008-03-11 20:43:08 +0000
commited4710eda054d1054d87c233af2b7ce6bd4b15fd (patch)
treed2d37336a640d75c0283dc26d06f34b653aa225d /OpenSim/TestSuite
parentAttempted fix for http://opensimulator.org/mantis/view.php?id=551 (diff)
downloadopensim-SC_OLD-ed4710eda054d1054d87c233af2b7ce6bd4b15fd.zip
opensim-SC_OLD-ed4710eda054d1054d87c233af2b7ce6bd4b15fd.tar.gz
opensim-SC_OLD-ed4710eda054d1054d87c233af2b7ce6bd4b15fd.tar.bz2
opensim-SC_OLD-ed4710eda054d1054d87c233af2b7ce6bd4b15fd.tar.xz
added early readme
Diffstat (limited to 'OpenSim/TestSuite')
-rw-r--r--OpenSim/TestSuite/README.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/OpenSim/TestSuite/README.txt b/OpenSim/TestSuite/README.txt
new file mode 100644
index 0000000..cdfa4a7
--- /dev/null
+++ b/OpenSim/TestSuite/README.txt
@@ -0,0 +1,25 @@
1OpenSim Test Suite
2------------------------------------------------------------
3
4The eventual goal of the OpenSim Test Suite is to provide a framework
5and a set of tests to do system level regression testing of OpenSim.
6In short:
7
8OpenSim Test Suite will have Test Modules (Mono Addins?) that will
9verify certain paths in the code. Some early modules may be (subject
10to change):
11
12 * Login Tests
13 - Attempt to Log in 1, 5, 20 bots.
14 * Basic Walk Tests
15 - Attempt to Log in and move about in well known tracks
16 - Repeat with 5, 20 bots
17 * Basic Construct Tests
18 - Construct Simple Objects in World
19 - Ensure bots can see other objects constructed
20 * Basic Asset Tests
21 - Construct Simple Objects in World with Textures
22 - Pull Objects and Textures
23
24
25 \ No newline at end of file