]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa: reorganize Windows python test
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Tue, 10 Jan 2023 14:50:04 +0000 (16:50 +0200)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 23 May 2024 08:15:43 +0000 (08:15 +0000)
commit71caa85b5338d2bc4099e85d0dc26d864edde762
tree3ae0b95b0af5fe46cc02b499fd981ee6cb313b0b
parent081c73bbf3e56ffc50d9859816815d4a04e05490
qa: reorganize Windows python test

We're splitting the rbd-wnbd python test into separate files so
that the common code may easily be reused by other tests. This
also makes the code easier to read and maintain.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
(cherry picked from commit 808d42d575c97b6d0db0e6c6d88ee5fda97fe1b1)
qa/workunits/windows/py_tests/__init__.py [new file with mode: 0644]
qa/workunits/windows/py_tests/internal/__init__.py [new file with mode: 0644]
qa/workunits/windows/py_tests/internal/exception.py [new file with mode: 0644]
qa/workunits/windows/py_tests/internal/rbd_image.py [new file with mode: 0644]
qa/workunits/windows/py_tests/internal/tracer.py [new file with mode: 0644]
qa/workunits/windows/py_tests/internal/utils.py [new file with mode: 0644]
qa/workunits/windows/py_tests/rbd_wnbd/__init__.py [new file with mode: 0644]
qa/workunits/windows/py_tests/rbd_wnbd/stress_test.py [new file with mode: 0644]
qa/workunits/windows/run-tests.ps1
qa/workunits/windows/test_rbd_wnbd.py [deleted file]