X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/093bae4c914a872c501c3235f06096092725f015..31e1d10eb4a54b13f55b3c9638f46032be633ff9:/services/fuse/tests/test_mount.py diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py index 4af3467cd3..269a256fc8 100644 --- a/services/fuse/tests/test_mount.py +++ b/services/fuse/tests/test_mount.py @@ -259,11 +259,16 @@ class FuseSharedTest(MountTestBase): self.assertEqual(['A Project', "Empty collection", "Empty collection.link", + "Pipeline Template Newer Than Instance.pipelineTemplate", "Pipeline Template with Input Parameter with Search.pipelineTemplate", "Pipeline Template with Jobspec Components.pipelineTemplate", "collection_expires_in_future", "collection_with_same_name_in_aproject_and_home_project", - "pipeline_with_job.pipelineInstance" + "owned_by_active", + "pipeline_to_merge_params.pipelineInstance", + "pipeline_with_job.pipelineInstance", + "pipeline_with_tagged_collection_input.pipelineInstance", + "real_log_collection" ], d2) d3 = os.listdir(os.path.join(self.mounttmp, 'Active User', 'A Project'))