File Repository Type

Persistent storage of test results.

class stestr.repository.file.Repository(base)[source]

Disk based storage of test results.

This repository stores each stream it receives as a file in a directory. Indices are then built on top of this basic store.

This particular disk layout is subject to change at any time, as its primarily a bootstrapping exercise at this point. Any changes made are likely to have an automatic upgrade process.