File tree Expand file tree Collapse file tree 3 files changed +13
-16
lines changed
tests/integration-tests/tests/ad_integration
test_ad_integration/test_ad_integration Expand file tree Collapse file tree 3 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -486,8 +486,7 @@ def _check_files_permissions(users):
486486 f"{ user .home_dir } /my_file" ,
487487 f"/shared/{ user .alias } _file" ,
488488 f"/ebs/{ user .alias } _file" ,
489- # TODO EFS mounted on /shared as replacement for FSx which is currently casuing issues.
490- # f"/efs/{user.alias}_file",
489+ f"/efs/{ user .alias } _file" ,
491490 ]:
492491 user .run_remote_command (f"touch { path } " )
493492 # Specify that only owner of file should have read/write access.
Original file line number Diff line number Diff line change @@ -26,16 +26,15 @@ Monitoring:
2626 Enabled : true
2727 RetentionInDays : 14
2828SharedStorage :
29- # TODO Temporarily removed due to FSx issues
30- # - MountDir: /shared
31- # Name: fsx
32- # StorageType: FsxLustre
33- # FsxLustreSettings:
34- # StorageCapacity: 2400
29+ - MountDir : /shared
30+ Name : fsx
31+ StorageType : FsxLustre
32+ FsxLustreSettings :
33+ StorageCapacity : 2400
3534 - MountDir : /ebs
3635 Name : ebs
3736 StorageType : Ebs
38- - MountDir : /shared
37+ - MountDir : /efs
3938 Name : efs
4039 StorageType : Efs
4140DirectoryService :
Original file line number Diff line number Diff line change @@ -26,16 +26,15 @@ Monitoring:
2626 Enabled : true
2727 RetentionInDays : 14
2828SharedStorage :
29- # TODO Temporarily removed due to FSx issues
30- # - MountDir: /shared
31- # Name: fsx
32- # StorageType: FsxLustre
33- # FsxLustreSettings:
34- # StorageCapacity: 2400
29+ - MountDir : /shared
30+ Name : fsx
31+ StorageType : FsxLustre
32+ FsxLustreSettings :
33+ StorageCapacity : 2400
3534 - MountDir : /ebs
3635 Name : ebs
3736 StorageType : Ebs
38- - MountDir : /shared
37+ - MountDir : /efs
3938 Name : efs
4039 StorageType : Efs
4140DirectoryService :
You can’t perform that action at this time.
0 commit comments