~ubuntu-branches/ubuntu/raring/ibutils/raring-proposed

« back to all changes in this revision

Viewing changes to ibmgtsim/tests/README

  • Committer: Bazaar Package Importer
  • Author(s): Benoit Mortier
  • Date: 2010-01-11 22:22:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100111222200-53kum2et5nh13rv3
Tags: upstream-1.2-OFED-1.4.2
ImportĀ upstreamĀ versionĀ 1.2-OFED-1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory holds some tcl code of simulator tests, and
 
2
example topology files.
 
3
 
 
4
RunSimTest TESTS:
 
5
------------------
 
6
RunSimTest requires two files:
 
7
* a "simulator flow": *.sim.tcl file that is run in the simulator
 
8
* a "checker": *.check.tcl file that extends the RunSimTest with
 
9
  a particular flow of execution and checkers for pass/fail
 
10
 
 
11
osmLidAssignment - comprehensive test of lid assignment algorithm
 
12
osmMulticastRoutingTest - performs Multicast Join in random order
 
13
osmStability - check if we can get Subnet Up under many bad links
 
14
OsmTest - simply run osmtest after subnet is up
 
15
 
 
16
The following are ibdiagnet tests (all of them currently do not have an internal PASS/FAIL)
 
17
ibdiagnet.check.tcl - is a common checker flow that starts the SM and calls post SM
 
18
   errors injection and then ibdiagnet
 
19
ibdiag-drops.sim.tcl - set some bad links
 
20
ibdiag-dup-node-guid.sim.tcl - duplicate node guid
 
21
ibdiag-dup-port-guid.sim.tcl - duplicate port guid
 
22
ibdiag-lid.sim.tcl - post the SM run duplicate or zero some lids
 
23
ibdiag-mcast.sim.tcl - post SM create 3 MGRPs join some ports, then disconenct some MFT routing
 
24
ibdiag-ucast.sim.tcl - post SM delete some LFT entries
 
25
 
 
26
 
 
27
OTHERS:
 
28
_______
 
29
init.test.tcl - is a very simple code that only initialize
 
30
  the simulator and serve as example for the TCL API.
 
31
 
 
32
TOPOLOGY FILES:
 
33
---------------
 
34
Gnu16NodeOsmTest.topo - a 6 x 8p switch, two level tree with 16 nodes
 
35
ReindeerBased128Nodes.topo - 128 nodes on 2 level tree made out of 24p switches
 
36
RhinoBased10K.topo - a 10,000 nodes tree made of 24p (first) and 144p (second)
 
37
RhinoBased512Nodes.topo - 512 ndoes tree using 144p switches (have credit loops)
 
38
RhinoBasedCreditLoop.topo - 3 24p switch and 1 144p switch for credit loop demo
 
39
RhinoReindeer1100.topo - a 10K nodes cluster made of 24p and 144p switches
 
40