Merge branch '4015-collection-chooser-portable-data-hash'
[arvados.git] / services / fuse / tests / test_mount.py
index a1f7d4bc3a5cd6a900cea171421a70be6e01d487..269a256fc8ad0de4fee2aaca028963716db015d9 100644 (file)
@@ -259,10 +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",
-                          "pipeline_with_job.pipelineInstance"
+                          "collection_with_same_name_in_aproject_and_home_project",
+                          "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'))
@@ -270,6 +276,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)