Changes between Version 2 and Version 3 of Installation/Testing
- Timestamp:
- Aug 3, 2011 9:57:07 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Testing
v2 v3 12 12 miniTbcmd2 passed all phases 13 13 cbr passed all phases 14 basic3 passed all phases 14 15 }}} 15 16 ''tbcheck'' is a tcl expect script which exercises the testbed … … 18 19 test link behavior; verify other properties of the instantiated 19 20 experiment; and finally swap out. 20 Not all tests will pass all test phases. 21 Given a sufficient quantity of experimental nodes, and a correctly-functioning testbed, 22 only one of the tests is designed to fail. 21 23 22 24 * ''basic'' checks that an experimental node's group file includes the project group. It also includes two links with different delays, and one at a lower bitrate than the others. ''basic'' should pass all phases. 23 25 * ''basic2'' checks than an experimental node properly mounted the user's home directory, and should pass all phases. 26 * ''basic3'' performs the same group file check as "basic" but will swap in on a testbed with as few as three experimental nodes. 24 27 * ''cbr'' includes a number of links with delay, traffic agents, and link events. The test verifies that the testbed correctly creates a log file for one of the events. 25 28 * ''miniTbcmd2'' includes a pair of tar archives to be extracted on one of the experimental nodes, and a startup command for that node. 26 29 * ''toofast'' is supposed to fail to swap-in (according to emulab) because one of the links is too fast, but in practice fails due to a parsing error. This is the only one of the five tests which is intended to fail. 27 30 28 The series requires at least six experimental nodes,31 The full series requires at least six experimental nodes, 29 32 assuming one node available for delay use has four experimental interfaces. 33 ''basic2'' and ''basic3'' require two and three experimental nodes, respectively.