I see what the issue is now. You're running the Swift API live tests with your
Cloud Files UK creds. What you really want to do is run the Cloud Files
provider live tests with your Cloud Files UK creds. E.G.
/Users/francis/dev/jclouds/providers/cloudfiles-uk $ mvn -Plive clean
install -Dtest.cloudfiles-uk.identity=<redacted>
-Dtest.cloudfiles-uk.credential=<redacted>
Running the live tests from that directory should run any new tests you've
added as well. As a baseline I've run the live tests without your changes and
here are the results.
Tests run: 99, Failures: 2, Errors: 0, Skipped: 2
So your live test run should increment the run but not the Failures, Errors, or
Skipped. ;)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/123#issuecomment-23120074