19897: Add tests for writing immutable mount objects
authorBrett Smith <brett.smith@curii.com>
Mon, 30 Jan 2023 23:29:47 +0000 (18:29 -0500)
committerBrett Smith <brett.smith@curii.com>
Mon, 30 Jan 2023 23:29:47 +0000 (18:29 -0500)
commitd9cb58fdfa203eee880dba91a239a1f0edf97422
treeaaea6315e77ebbbfd76a0768dcbe5c930cf12706
parent60146acf7ae62f4d24f75d22c0bc19537d8d26b3
19897: Add tests for writing immutable mount objects

I originally wrote these expecting to get them to return ENOTSUP as
well. However, that doesn't happen now because of how the Operations
class calls Directory.writable() and turns False into EPERM. I'm
committing the tests since they're useful as-is, with a note that I'd
like to convert them to ENOTSUP in the future.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
services/fuse/tests/test_mount.py