Commit 6e15b5e
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments