Skip to content
Commit 0b56431c authored by Stefan Brüns's avatar Stefan Brüns
Browse files

[SolidHwTest] Extend FakeHW description with encrypted volume, add tests

As the StorageAccess is also folded into the Device of the encrypted
volume both encrypted and cleartext devices match the same filePath.

`storageAccessFromPath` could return any of the two according to its
documentation, as both provide StorageAccess and StorageVolume interfaces.
Extend the documentation to specify what is returned. Notably also
Devices which are not StorageVolumes can be returned, e.g. NetworkShares.

Add the corresponding test case.

See commit 18479ef3 ("skip non-FileSystem StorageVolumes in
storageAccessFromPath").
parent 03b4ce94
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment