| # system.cfg |
| # |
| # This file consists of key-value pairs in MIME format. Keys must be unique |
| # otherwise the last value seen is what's stored. |
| # |
| # Comments start with '#'s and whitespace is ignored. |
| # |
| # "on" and "off" are reserved words. The corresponding keys are treated |
| # as test group names. |
| |
| $SVR_HOST = cachedev.example.com |
| $SVR_PORT = 1973 |
| |
| $PROXY_HOST = cachedev.example.com |
| $PROXY_PORT = 8280 |
| |
| $LOG_HOST = cachedev.example.com |
| |
| |
| [config] |
| proxy-host: $(PROXY_HOST) |
| proxy-port: $(PROXY_PORT) |
| server-host: $(SVR_HOST) |
| server-port: $(SVR_PORT) |
| log-host: $(LOG_HOST) |
| log-dir: /export/workareas/franckc/traffic_tomcat/sun_opt/logs |
| # log-format: cqts ttms chi crc/pssc pscl ... |
| # log-flush-delay: 15 |
| |
| # System-level output control. |
| # These settings can be overridden at the test-group and at the test levels. |
| [output] |
| print-headers: true |
| print-body: false |
| print-verifications: false |
| print-echo: false |
| verbose-mode: false |
| |
| # Reference to the test-group config file. |
| [tests] |
| #file: ims_tests.cfg |
| #file: test_f.cfg |
| file: tests_psi.cfg |
| |