Changes between Version 5 and Version 6 of TBSimple
- Timestamp:
- Mar 3, 2011, 1:44:33 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TBSimple
v5 v6 1 1 [[PageOutline(2-4)]] 2 = = Simple testbed ==2 = Simple testbed = 3 3 4 4 This is the simplest configuration for testing with freeDiameter. … … 26 26 27 27 28 == = Screencast ===28 == Screencast == 29 29 30 30 This first video shows the [wiki:test_app.fdx test_app] extension in action in the simple testbed. The video shows two consoles, bottom-left and top-right. Bottom-left is the client, upper-right the server. … … 43 43 * (3:51 ~ 4:03) Stop the daemon. 44 44 45 == = Configuration files ===45 == Configuration files == 46 46 47 47 Please note that the following files may have been updated since the time the video was created. However, the purpose of the testbed remains the same. 48 48 49 === = Scripts ====49 === Scripts === 50 50 The following scripts are referenced in the video: 51 51 [source:VirtualTestbed/scripts/freeDiameter-install.sh freeDiameter-install.sh]:: … … 58 58 Send the USR1 signal to the daemon in a loop, to trig the {{{test_app}}} action. 59 59 60 === = cli.simple.testbed.aaa ====60 === cli.simple.testbed.aaa === 61 61 62 62 These are the configuration files for freeDiameter on the client: … … 72 72 Configuration file for the test_app extension. It can be changed to test different routing properties, modes of operation. See [wiki:test_app.fdx] documentation for more details. 73 73 74 === = serv.simple.testbed.aaa ====74 === serv.simple.testbed.aaa === 75 75 76 76 The server uses these files: [source:VirtualTestbed/conf/serv.simple.testbed.aaa/freeDiameter/CMakeFlags CMakeFlags], [source:VirtualTestbed/conf/serv.simple.testbed.aaa/freeDiameter/freeDiameter.conf freeDiameter.conf], and [source:VirtualTestbed/conf/serv.simple.testbed.aaa/freeDiameter/test_app.conf test_app.conf]. They are very similar to the client's one, so see previous section for explanations.