blob: 814c25b165a948d9bd2a5d2158740f75ad5b6c38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Tests
---------------------------------
tests/white-box/
These tests are run on the server as superuser. They are for
troubleshooting any problems with the internal setup of the server.
tests/black-box/
These test are run the user's local machine. They are for troubleshooting
any external problems with the service exposed by the server.
Additional Files
---------------------------------
tests/helpers/
Utility functions made available to all tests.
tests/order.rb
Configuration file to specify which nodes should be tested in which order.
|