Skip to content

[6.17.z] Add Export function to ReportTemplate class#1355

Merged
shubhamsg199 merged 1 commit into6.17.zfrom
cherry-pick-6.17.z-596a4b5dadbafa849d049f5fd0d54f46ceb9620b
Sep 25, 2025
Merged

[6.17.z] Add Export function to ReportTemplate class#1355
shubhamsg199 merged 1 commit into6.17.zfrom
cherry-pick-6.17.z-596a4b5dadbafa849d049f5fd0d54f46ceb9620b

Conversation

@Satellite-QE
Copy link
Copy Markdown
Contributor

Cherrypick of PR: #1349

Description of changes

Added export function to ReportTemplate class and also accomodate in path.

Upstream API documentation, plugin, or feature links

/apidoc/v2/report_templates.en.html#description-export

Functional demonstration
In [1]: from robottelo.config import settings
In [2]: from robottelo.hosts import Satellite
In [3]: target_sat = Satellite('sat-ip-addr')
In [4]: rt = target_sat.api.ReportTemplate()
In [5]: print('Available methods:', [method for method in dir(rt) if not method.startswith('_')])
In [6]: print('Has export method:', hasattr(rt, 'export'))
Additional Information

Any additional notes for reviewers, comments about the change, TODO lists on WIP PRs, etc.
Dependent PR: SatelliteQE/robottelo#19367

@Satellite-QE Satellite-QE added 6.17.z Auto_Cherry_Picked GHA has automatically cherrypicked this PR No-CherryPick PR doesnt need CherryPick to previous branches labels Sep 8, 2025
@shubhamsg199 shubhamsg199 merged commit 9710bf0 into 6.17.z Sep 25, 2025
19 checks passed
@shubhamsg199 shubhamsg199 deleted the cherry-pick-6.17.z-596a4b5dadbafa849d049f5fd0d54f46ceb9620b branch September 25, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.17.z Auto_Cherry_Picked GHA has automatically cherrypicked this PR No-CherryPick PR doesnt need CherryPick to previous branches

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants