
On Thu, Oct 10, 2019 at 11:42 PM Nir Soffer <nsoffer@redhat.com> wrote:
I added centos-8 docker image: https://hub.docker.com/r/ovirtorg/vdsm-test-centos-8
And centos-8 build in Travis: https://travis-ci.org/nirs/vdsm/jobs/596270609
After fixing 22 tests trying to run /usr/bin/python2, we have only 3 failing tests in lib-py36:
lib/hooks_test.py .....................x......F.............. [ 50%] ssl_test.py ...........FF... [100%]
Marcin already handled the ssl tests in: https://gerrit.ovirt.org/c/103812/
I'm not sue why the hook test fail.
Please review: https://gerrit.ovirt.org/q/topic:py3+is:open+owner:%2522Nir+Soffer+%253Cnsof...
Merged everything expect the storage and gluster scripts, since "/usr/bin/env python" does not work in Fedora 30. I updated the patches using sys.executable which seems to be the only sane way to run python code with multiple versions. Please review/merge: - https://gerrit.ovirt.org/c/104046/ - https://gerrit.ovirt.org/c/104047/ Nir