- 29 Jun, 2001 18 commits
-
-
Robert Ricci authored
they are not yet installed from the top-level makefile, pending a decision on the best way to install files outside the @prefix@ directory. Added configure option '--with-rcdir', which defaults to /usr/local/etc/rc.d, that specifies where to install these.
-
Mac Newbold authored
-
Mac Newbold authored
-
Mac Newbold authored
-
Mac Newbold authored
-
Christopher Alfeld authored
-
Christopher Alfeld authored
-
Christopher Alfeld authored
-
Christopher Alfeld authored
-
Christopher Alfeld authored
-
Christopher Alfeld authored
-
Christopher Alfeld authored
-
Christopher Alfeld authored
(respectively). I.e.: $TESTMODE = @TESTMODE@; ... if ($TESTMODE) { ... }
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
will terminate properly through web interface.
-
Leigh B. Stoller authored
will catch most problems.
-
Leigh B. Stoller authored
-
- 28 Jun, 2001 6 commits
-
-
Christopher Alfeld authored
-
Christopher Alfeld authored
with the testing stuff.
-
Christopher Alfeld authored
-
Christopher Alfeld authored
-
Christopher Alfeld authored
-
Christopher Alfeld authored
Experiment clearing no longer generates log files. They are all collated into clear.log instead. When a test fails a snapshot of the test DB is stored in its directory.
-
- 27 Jun, 2001 11 commits
-
-
Mike Hibler authored
(i.e., make sure all device reads are block aligned/sized) Put some asserts in imageunzip to verify the same
-
Robert Ricci authored
-
Christopher Alfeld authored
-
Christopher Alfeld authored
which only tests the frontend.
-
Christopher Alfeld authored
This is a functional check in. To run the testing software do something like: 1. mkdir ~/testbed_test 2. cd ~/testbed_test 3. ~/testbed/testsuite/tbtest tbdb frontend alternately: 1. mkdir ~/testbed_test 2. cd ~/testbed/testsuite 3. tbtest -path ~/testbed_test tbdb frontend A lot of stuff will be placed in testbed_test, including a configured tree, an installed tree, a couple versions of the DB, and a whole bunch of log files. Interesting log files: The main log file of interest is test.log which is a copy of the output of tbtest. The other log files are only useful if things fail. Usually the fail message will include which log file to look in. Log files for tests are in tests/<test>/test.log . What's missing: 1. Lot's of tests. There's only one currently. 2. DB checking support. 3. A real README. The current one is mainly a bunch of notes for the real README. 4. Full support. The current setup is only for testing the frontend. Although there are some hooks for supporting full testing runs a lot still needs to be done.
-
Leigh B. Stoller authored
-
Christopher Alfeld authored
-
Leigh B. Stoller authored
-
Robert Ricci authored
taking the new boss node online.
-
Leigh B. Stoller authored
and we tell people to put images there.
-
Robert Ricci authored
-
- 26 Jun, 2001 5 commits
-
-
Robert Ricci authored
sshtb is a _very_ simple shell script that runs ssh with a few commandline parameters, which make it play nicer in an script environment. These parameters can be changed with the '--with-ssh-args' argument, but default to: '-q -o "BatchMode yes" -o "StrictHostKeyChecking no"' All ssh calls now use this script.
-
Robert Ricci authored
-
Robert Ricci authored
-
Leigh B. Stoller authored
-
Christopher Alfeld authored
functional. This is mostly directory structure and the mktest script. mktest is a script to easily create basic tests from a NS file.
-