Merge branch 'wtsi/python-api-timeout' refs #13542
[arvados.git] / services / fuse / tests / test_cache.py
index f90c5b0bb89c7a811048bf03a6c73f8f903cfb75..3f6b804b92e2f2831f75354f064cec3d0f143211 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 import arvados
 import arvados.collection
 import arvados_fuse
@@ -11,7 +15,7 @@ import unittest
 from .integration_test import IntegrationTest
 from .mount_test_base import MountTestBase
 
-class TmpCollectionTest(IntegrationTest):
+class CacheTest(IntegrationTest):
     mnt_args = ["--by-id", "--directory-cache=0"]
 
     @IntegrationTest.mount(argv=mnt_args)