Skip to content

Commit e411da2

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[Integ-tests] Don't check FSx in dynamic file system update test
The logic has been done in other checks of the same test. Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent 2bd62ba commit e411da2

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

tests/integration-tests/tests/update/test_update.py

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,12 +1203,16 @@ def test_dynamic_file_systems_update(
12031203
ebs_mount_dirs=[],
12041204
new_raid_mount_dir=[],
12051205
efs_mount_dirs=[existing_efs_mount_dir],
1206-
fsx_mount_dirs=[
1207-
existing_fsx_lustre_mount_dir,
1208-
existing_fsx_open_zfs_mount_dir,
1209-
existing_fsx_ontap_mount_dir,
1210-
existing_file_cache_mount_dir,
1211-
],
1206+
fsx_mount_dirs=(
1207+
[
1208+
existing_fsx_lustre_mount_dir,
1209+
existing_fsx_open_zfs_mount_dir,
1210+
existing_fsx_ontap_mount_dir,
1211+
existing_file_cache_mount_dir,
1212+
]
1213+
if fsx_supported
1214+
else []
1215+
),
12121216
file_cache_path=file_cache_path,
12131217
)
12141218
for mount_dir in all_mount_dirs_update_1:

0 commit comments

Comments
 (0)