X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bb7f064243fcd052e17815129fb1dba2f86d493d..6a1a9849137351b7ddbfe52011174ea3182f4b30:/services/fuse/tests/test_cache.py diff --git a/services/fuse/tests/test_cache.py b/services/fuse/tests/test_cache.py index 66b70c9dda..3f6b804b92 100644 --- a/services/fuse/tests/test_cache.py +++ b/services/fuse/tests/test_cache.py @@ -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,10 +15,7 @@ import unittest from .integration_test import IntegrationTest from .mount_test_base import MountTestBase -_logger = logging.getLogger('arvados.arvados_fuse') -_logger.setLevel(logging.DEBUG) - -class TmpCollectionTest(IntegrationTest): +class CacheTest(IntegrationTest): mnt_args = ["--by-id", "--directory-cache=0"] @IntegrationTest.mount(argv=mnt_args)