distaf icon indicating copy to clipboard operation
distaf copied to clipboard

Automation Test Framework For Distributed Systems

Results 4 distaf issues
Sort by recently updated
recently updated
newest added

Right now whenever there is a failure in each test case, the result says FAIL and throws exception. That exception looks bit ugly and should be suppressed.

One of the QA guys reported a bug against Gluster/NFS. The problem was reproducible with quite a time-consuming test: ``` mount -t nfs storage.example.com:/volume /mnt cd /mnt if [ !...

Because tests and code are split over multiple repositories, it would be good to have an option in the test metadata that can be used to only run the test...

enhancement

Packaging the management node in a docker container will help users quickly started with running the tests and contribution.