summaryrefslogtreecommitdiffstats
path: root/extras/distributed-testing/distributed-test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add a command-line argument option to use specific address familydkhandel2018-06-181-3/+7
| | | | | | | | | This commit adds option to pass command-line argument to use any of IPv4 or IPv6 address family. Also it clean all the logs in the /tmp before running the distributed-test-runner.py fixes: bz#1586342 Change-Id: Ie55021389d454a7e3631359cbd6a1504b6661317 Signed-off-by: dkhandel <dkhandel@redhat.com>
* distributed-tests: Framework for running tests on a worker clusterkrad2018-01-181-0/+91
Summary: This framework helps distribute running of unit tests on a cluster of machines. Test Plan: Run tests on fb cluster Reviewers: sshreyas, jdarcy Change-Id: If309f504d9aa959cc8b01c85bff3b5503a890ff1 updates #374 Signed-off-by: krad <krad@fb.com>