Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 876 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 876 Bytes

avocado-cloud-pydoc

Parsing pydoc

Json for Polarion Updates

The dump_testcases.py is used to parse the pydoc for Polarion usage.

# Parse Aliyun testcases for polarion to import.
dump_testcases.py --product Aliyun --pypath ./avocado-cloud/tests/alibaba \
                  --output-format json-polarion --output testcases.json

# Parse AWS testcases for polarion to import.
dump_testcases.py --product AWS --pypath ./avocado-cloud/tests/aws \
                  --output-format json-polarion --output testcases.json

Then you can load testcases.json into Polarion by this script.

Or you can use the all-in-one CI job directly.

All-in-one CI job: https://ci-jenkins-csb-esxi.apps.ocp4.prod.psi.redhat.com/view/Tools/job/AWS-Aliyun-polarion-update/