]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/volume_client: fix TestVolumeClient failing under new py3 runtime
authorXiubo Li <xiubli@redhat.com>
Thu, 16 Apr 2020 02:53:23 +0000 (22:53 -0400)
committerXiubo Li <xiubli@redhat.com>
Mon, 20 Apr 2020 11:04:52 +0000 (07:04 -0400)
commit0ed507dfd4dd1e38c358cd6c77f20fac6e3a8343
treebdb74aab5ce0c8a127a3350298d635b8b9ffd71e
parent0f2305d127909e5e0d30af745ebc87cb6a5fc0a6
qa/volume_client: fix TestVolumeClient failing under new py3 runtime

The pybind now has dropped the WITH_PYTHON2 option, and for now only
py3 supported.

Fixes: https://tracker.ceph.com/issues/45103
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/suites/fs/basic_functional/tasks/volume-client/py/.qa [deleted symlink]
qa/suites/fs/basic_functional/tasks/volume-client/py/2.yaml [deleted file]
qa/suites/fs/basic_functional/tasks/volume-client/py/3.yaml [deleted file]
qa/tasks/cephfs/test_volume_client.py