Changes between Version 3 and Version 4 of Installation/Testing
- Timestamp:
- Aug 25, 2011 1:42:04 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Testing
v3 v4 1 1 The DETER distribution includes a small set of tests 2 to verify basic functionality of the newly-installed testbed: 2 to verify basic functionality of the newly-installed testbed. 3 Once '''elabman''' has created the first user, 4 that user may start the tests on the ''users'' node 5 from within the build user's check-out source tree. 6 First: 3 7 {{{ 4 8 cd ~<builduser>/testbed/testsuite/deter 9 }}} 10 Edit the third line of tbcheck so `tbsrc` refers to the full path for ~<builduser>/testbed. 11 {{{ 12 set tbsrc /usr/testbed/src/testbed 13 }}} 14 Then 15 {{{ 5 16 ./tbcheck 6 17 }}}