Skip to content

Commit 2ed818e

Browse files
committed
qa: move nvmeof shell scripts to qa/workunits/nvmeof
Move all scripts qa/workunits/rbd/nvmeof_*.sh to qa/workunits/nvmeof/*.sh Signed-off-by: Vallari Agrawal <[email protected]>
1 parent e5a9cda commit 2ed818e

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tasks:
1717
no_coverage_and_limits: true
1818
clients:
1919
client.2:
20-
- rbd/nvmeof_setup_subsystem.sh
20+
- nvmeof/setup_subsystem.sh
2121
env:
2222
RBD_POOL: mypool
2323
RBD_IMAGE_PREFIX: myimage
@@ -27,11 +27,11 @@ tasks:
2727
timeout: 30m
2828
clients:
2929
client.2:
30-
- rbd/nvmeof_basic_tests.sh
31-
- rbd/nvmeof_fio_test.sh --start_ns 1 --end_ns 30 --rbd_iostat
30+
- nvmeof/basic_tests.sh
31+
- nvmeof/fio_test.sh --start_ns 1 --end_ns 30 --rbd_iostat
3232
client.3:
33-
- rbd/nvmeof_basic_tests.sh
34-
- rbd/nvmeof_fio_test.sh --start_ns 31 --end_ns 60
33+
- nvmeof/basic_tests.sh
34+
- nvmeof/fio_test.sh --start_ns 31 --end_ns 60
3535
env:
3636
RBD_POOL: mypool
3737
IOSTAT_INTERVAL: '10'

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tasks:
1717
no_coverage_and_limits: true
1818
clients:
1919
client.2:
20-
- rbd/nvmeof_setup_subsystem.sh
20+
- nvmeof/setup_subsystem.sh
2121
env:
2222
RBD_POOL: mypool
2323
RBD_IMAGE_PREFIX: myimage
@@ -27,11 +27,11 @@ tasks:
2727
timeout: 30m
2828
clients:
2929
client.2:
30-
- rbd/nvmeof_basic_tests.sh
31-
- rbd/nvmeof_fio_test.sh --rbd_iostat
30+
- nvmeof/basic_tests.sh
31+
- nvmeof/fio_test.sh --rbd_iostat
3232
client.3:
33-
- rbd/nvmeof_basic_tests.sh
34-
- rbd/nvmeof_namespace_test.sh
33+
- nvmeof/basic_tests.sh
34+
- nvmeof/namespace_test.sh
3535
env:
3636
RBD_POOL: mypool
3737
IOSTAT_INTERVAL: '10'

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ tasks:
1818
timeout: 30m
1919
clients:
2020
client.2:
21-
- rbd/nvmeof_setup_subsystem.sh
22-
- rbd/nvmeof_basic_tests.sh
23-
- rbd/nvmeof_fio_test.sh --rbd_iostat
21+
- nvmeof/setup_subsystem.sh
22+
- nvmeof/basic_tests.sh
23+
- nvmeof/fio_test.sh --rbd_iostat
2424
env:
2525
RBD_POOL: mypool
2626
RBD_IMAGE_PREFIX: myimage
@@ -32,8 +32,8 @@ tasks:
3232
timeout: 30m
3333
clients:
3434
client.2:
35-
- rbd/nvmeof_scalability_test.sh nvmeof.a
36-
- rbd/nvmeof_scalability_test.sh nvmeof.b
35+
- nvmeof/scalability_test.sh nvmeof.a
36+
- nvmeof/scalability_test.sh nvmeof.b
3737
env:
3838
SCALING_DELAYS: '50'
3939

qa/suites/nvmeof/thrash/gateway-initiator-setup/3-subsys-60-namespace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ tasks:
1717
no_coverage_and_limits: true
1818
clients:
1919
client.3:
20-
- rbd/nvmeof_setup_subsystem.sh
21-
- rbd/nvmeof_basic_tests.sh
20+
- nvmeof/setup_subsystem.sh
21+
- nvmeof/basic_tests.sh
2222
env:
2323
RBD_POOL: mypool
2424
RBD_IMAGE_PREFIX: myimage

qa/suites/nvmeof/thrash/workloads/fio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tasks:
44
timeout: 30m
55
clients:
66
client.3:
7-
- rbd/nvmeof_fio_test.sh --rbd_iostat
7+
- nvmeof/fio_test.sh --rbd_iostat
88
env:
99
RBD_POOL: mypool
1010
IOSTAT_INTERVAL: '10'
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)