I have attempted to use this repository to run performance tests with out Owncloud 10.1.1 instance but realised the URL path attribute for all testcases is wrong for our installation, our path needs /plus/ prepended to all API requests (eg. download /remote.php/webdav/${path} => /plus/remote.php/webdav/${path}) for it to work.
I'm unsure if this is a common issue or specific to our case, would you accept a PR to include an optional prefix to the path URLs for API calls?