diff options
author | elijah <elijah@riseup.net> | 2013-12-09 23:06:19 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-12-09 23:06:19 -0800 |
commit | 68328b6e15a38a74261ee46b06091b8e63f85499 (patch) | |
tree | dc8328e92113d5ceaa4bbea00048eb8b13f65b80 /tests/README.md | |
parent | e23dc7849d1118ed2dfe7f37a6109ffbeefa959c (diff) |
added initial white-box tests for couchdb and webapp nodes
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 00000000..debbf700 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,12 @@ +This directory contains to kinds of tests: + +White Box Tests +================================ + +These tests are run on the server as superuser. They are for troubleshooting any problems with the internal setup of the server. + +Black Box Tests +================================ + +These test are run the user's local machine. They are for troubleshooting any external problems with the service exposed by the server. + |