Skip to content

Commit 6e15b5e

Browse files
committed
qa/suites/nvmeof: fix nvmeof_namespaces.yaml
When basic_tests.sh is executed in parallel with namespace_test.sh, sometimes namespace_test.sh starts before fio_test.sh which would break the test. So this change ensures "fio_test.sh" is started before and executed in parallel with "namespace_test.sh". Signed-off-by: Vallari Agrawal <[email protected]>
1 parent 631c687 commit 6e15b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/suites/nvmeof/basic/workloads/nvmeof_namespaces.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ tasks:
1818
clients:
1919
client.0:
2020
- nvmeof/setup_subsystem.sh
21+
- nvmeof/basic_tests.sh
2122
env:
2223
RBD_POOL: mypool
2324
RBD_IMAGE_PREFIX: myimage
@@ -27,7 +28,6 @@ tasks:
2728
timeout: 30m
2829
clients:
2930
client.0:
30-
- nvmeof/basic_tests.sh
3131
- nvmeof/fio_test.sh --rbd_iostat
3232
client.1:
3333
- nvmeof/basic_tests.sh

0 commit comments

Comments
 (0)