X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d585a31fb1a2b2c4964ff2c8928a42358e8a060f..6319bc1895aaf8d2a7f944e45e52c960f931a11e:/services/fuse/tests/test_mount.py diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py index a1f7d4bc3a..e443f0dbab 100644 --- a/services/fuse/tests/test_mount.py +++ b/services/fuse/tests/test_mount.py @@ -262,7 +262,10 @@ class FuseSharedTest(MountTestBase): "Pipeline Template with Input Parameter with Search.pipelineTemplate", "Pipeline Template with Jobspec Components.pipelineTemplate", "collection_expires_in_future", - "pipeline_with_job.pipelineInstance" + "collection_with_same_name_in_aproject_and_home_project", + "pipeline_to_merge_params.pipelineInstance", + "pipeline_with_job.pipelineInstance", + "pipeline_with_tagged_collection_input.pipelineInstance" ], d2) d3 = os.listdir(os.path.join(self.mounttmp, 'Active User', 'A Project')) @@ -270,6 +273,7 @@ class FuseSharedTest(MountTestBase): self.assertEqual(["A Subproject", "Two Part Pipeline Template.pipelineTemplate", "collection_to_move_around", + "collection_with_same_name_in_aproject_and_home_project", "zzzzz-4zz18-fy296fx3hot09f7 added sometime" ], d3)