Skip to content

Commit

Permalink
Merge pull request ceph#2086 from ionutbalutoiu/add-windows-tests
Browse files Browse the repository at this point in the history
ceph-windows: Add more Windows testing
  • Loading branch information
petrutlucian94 authored Oct 31, 2022
2 parents 6fcfbc6 + bebba49 commit bfa585e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/ceph-windows/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@ trap collect_artifacts EXIT
# Run the Windows tests
#
SSH_TIMEOUT=1h ssh_exec powershell.exe /workspace/repos/ceph-win32-tests/test_host/run_tests.ps1 -workerCount 4

ssh_exec curl.exe -s -L -o /workspace/test_rbd_wnbd.py https://raw.githubusercontent.com/ceph/ceph/main/qa/workunits/windows/test_rbd_wnbd.py
SSH_TIMEOUT=5m ssh_exec python.exe /workspace/test_rbd_wnbd.py --test-name RbdTest --iterations 100
SSH_TIMEOUT=5m ssh_exec python.exe /workspace/test_rbd_wnbd.py --test-name RbdFioTest --iterations 100
SSH_TIMEOUT=5m ssh_exec python.exe /workspace/test_rbd_wnbd.py --test-name RbdStampTest --iterations 100

0 comments on commit bfa585e

Please sign in to comment.