equal
deleted
inserted
replaced
|
1 DTN2 Testing Code |
|
2 ----------------- |
|
3 |
|
4 Most of the files in this directory are .tcl scripts used for test |
|
5 configuration of the DTN2 daemon. The dtn-test.tcl file in turn |
|
6 includes the bulk of the other utilities, and the main.tcl file is the |
|
7 base bootstrap config that is typically sourced by the other test |
|
8 files. For example, see send-one-bundle.tcl. |
|
9 |
|
10 When using this test infrastructure, the daemon can be configured to |
|
11 fork off a set of peer nodes, all of which will communicate over |
|
12 loopback aliases. |
|
13 |
|
14 Additionally, the following subdirectories contain other test code: |
|
15 |
|
16 unit_tests: |
|
17 Small C programs that exercise parts of the DTN2 code base. |
|
18 Running 'make test' in this directory should build all the test |
|
19 applications, depositing binaries in the unit_tests subdirectory. |
|
20 |
|
21 comparison: |
|
22 Test programs and scripts used for comparing the DTN2 implementation |
|
23 to a simple 'ftp' style application and sendmail. |
|
24 |
|
25 mail: |
|
26 Configuration used for the comparison to sendmail / smtp. |
|
27 |
|
28 |