Revision 561a8ac9
Added by Thomas McKay over 8 years ago
test/config.template.yml | ||
---|---|---|
1 |
:ui: |
|
2 |
:interactive: true |
|
3 |
:per_page: 20 |
|
4 |
:history_file: './log/history' |
|
5 |
|
|
6 |
:watch_plain: true # enable/disable color output of logger in Clamp commands |
|
7 |
|
|
8 |
:log_dir: './log' |
|
9 |
:log_level: 'error' |
|
10 |
:log_api_calls: false |
|
11 |
:log_size: 5 # MB |
|
12 |
|
|
1 | 13 |
:csv: |
2 | 14 |
:enable_module: true |
3 | 15 |
:host: 'https://localhost' |
... | ... | |
12 | 24 |
|
13 | 25 |
:katello: |
14 | 26 |
:enable_module: true |
15 |
:host: 'https://localhost' |
|
16 |
:username: 'admin' |
|
17 |
:password: 'changeme' |
Also available in: Unified diff
update roles use of api with test and docs
Note: The roles test does not work completely since changing user is not working. Unsure how to accomplish this. Tests run as admin do work.