record-tester supportes a -testVod flag which uses a ContinuousVodTester to continuously VOD upload tests (direct upload, resumable upload, upload via URL) at a regular interval. Under the hood, the ContinuousVodTester creates a VodTester for each test run.
It would be useful to support:
- Triggering concurrent VOD uploads on each test run (i.e. if N = 10 then there are 10 tests run concurrently on each interval)
- Triggering concurrent VOD uploads with a single command
This would make it easier to automate and run one-off VOD upload tests with a single tool.