Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
a8fcb408
Commit
a8fcb408
authored
Jul 02, 2001
by
Christopher Alfeld
Browse files
Added description of files created.
parent
4c9e4ebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/README
View file @
a8fcb408
...
...
@@ -23,8 +23,32 @@ would be:
4. Sit back and wait.
The test directory holds the following files:
XXX
tbobj/ A configured/built object tree.
install/ An installed tree.
tests/ Holds individual test files.
tests/<test>/
test.log Main log of everything.
nsfile.ns The NS file used.
* Any files created by tbsetup stuff.
test.log Master log file. Output of tbtest.
configure.log Log of 'configure'
build.log Log of 'gmake'
install.log Log of 'gmake boss-install'
postinstall.log Log of 'gmake post-install'
createdb.log Log of creating test DB.
fill.log Log of filling test DB.
clear.log Log of clearing experiments from test DB.
clean.txt Dump of clean test DB.
dbdump.txt Dump of real database.
defs Defs file used for configure.
Note: createdb.log, fill.log, and cleanup.log are empty when no errors
occur.
Advanced: To run all tests with a special DB setup you can do 'tbtest
init' and then replace 'clean.txt' with a dump of the DB of your
choice. 'clean.txt' is loaded into the test DB before every test run.
Adding Tests
------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment