]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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>
Wed, 15 May 2024 05:54:55 +0000 (08:54 +0300)
commit808d42d575c97b6d0db0e6c6d88ee5fda97fe1b1
tree221fb08caa7735bc205cb6b8f1bc85eb5257fe59
parent1a1fd808ac935b4c5e5338905b7117003581ecf9
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>
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]