Revision f5d21adb
Added by Thomas McKay over 6 years ago
README.md | ||
---|---|---|
599 | 599 |
|
600 | 600 |
% cat test/config.yml |
601 | 601 |
|
602 |
:csv: |
|
603 |
:enable_module: true |
|
604 |
|
|
605 | 602 |
:foreman: |
606 | 603 |
:enable_module: true |
607 | 604 |
:host: 'http://katello:3000' |
608 | 605 |
:username: 'admin' |
609 | 606 |
:password: 'changeme' |
610 |
|
|
611 | 607 |
:katello: |
612 | 608 |
:enable_module: true |
609 |
:csv: |
|
610 |
:enable_module: true |
|
611 |
|
|
613 | 612 |
|
614 | 613 |
Note: Since the subscriptions tests rely entirely on having a Red Hat manifest, re-recording these tests is more involved. It requires access to the internal "stage" customer portal and API. To run in recording mode, specify PORTALUSERNAME and PORTALPASSWORD env variables. |
615 | 614 |
|
Also available in: Unified diff
fixes #15581 - configuration based on foreman stanza