38119f675e
Fix points are extracted in following methods. 1st: check with sixer: change unicode function to use sixer lib. 2nd: check & fix manually. 2-1: as_dict() function fix as_dict() to work in py3 env. 2-2: delete unnecessary as_dict() call in response to the change in as_dict() 2-3: fix all_pfs_have_vf() to be able to treat both list and iterator, because filter() function returns list in py2, iterator in py3. 2-4: To treats map() in same way in py2/3 env , wrap map() with list() in P6,P7 2-5: add python3.7 to setup.cfg 2-6: add py3 tests, as voting Change-Id: Ibfdec7258c731ee45ce1b9bdba4b2024cea78a12 Story: #2003219 Task: #23418
15 lines
286 B
YAML
15 lines
286 B
YAML
- project:
|
|
templates:
|
|
- openstack-python-jobs
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
- openstack-python3-train-jobs
|
|
- publish-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- cyborg-tempest
|
|
gate:
|
|
jobs:
|
|
- cyborg-tempest
|
|
|