X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9f8d2cb25aa52f269f86eee71aee8bb66c8a0214..e1020f4ad01b6f583a9d3c2bf6d146cd9e0d9331:/services/fuse/tests/test_mount.py diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py index 256f820619..269a256fc8 100644 --- a/services/fuse/tests/test_mount.py +++ b/services/fuse/tests/test_mount.py @@ -259,6 +259,7 @@ 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", @@ -266,7 +267,8 @@ class FuseSharedTest(MountTestBase): "owned_by_active", "pipeline_to_merge_params.pipelineInstance", "pipeline_with_job.pipelineInstance", - "pipeline_with_tagged_collection_input.pipelineInstance" + "pipeline_with_tagged_collection_input.pipelineInstance", + "real_log_collection" ], d2) d3 = os.listdir(os.path.join(self.mounttmp, 'Active User', 'A Project'))