Skip to content

Commit 7348853

Browse files
EddyMMlukeseawalker
authored andcommitted
[IntegTests] Shared Storage: Set correct number of external OpenZFS Volumes to be created.
Signed-off-by: Eddy Mwiti <[email protected]>
1 parent 7b8a17a commit 7348853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/storage/test_fsx_lustre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def test_multiple_fsx(
294294
)
295295
fsx_on_tap_volume_ids = _create_fsx_on_tap_volume_ids(num_existing_fsx_ontap_volumes, fsx_factory, svm_factory)
296296
fsx_open_zfs_volume_ids = _create_fsx_open_zfs_volume_ids(
297-
num_existing_fsx_ontap_volumes, fsx_factory, open_zfs_volume_factory
297+
num_existing_fsx_open_zfs_volumes, fsx_factory, open_zfs_volume_factory
298298
)
299299

300300
cluster_config = pcluster_config_reader(

0 commit comments

Comments
 (0)