softlayer / jumpgate

A simple library to make more clouds compatible with OpenStack.
http://softlayer.github.io/jumpgate/
MIT License
46 stars 29 forks source link

Fix tempest errors #141

Closed imkarrer closed 10 years ago

imkarrer commented 10 years ago

Tempest currently runs for about 1.5 - 2 hours. I have included a copy of the last output and commented modifications to Jumpgate which allow Tempest get deeper into the tests.
1) It skipped one but was able to run 63 with 2 errors and 8 failures. I am not sure which tests were the ones that passed. There are ~75 tests to run in the whitelist. Ran 64 tests in 5047.007s

FAILED (SKIP=1, errors=2, failures=8)

2) cancel_jumpgate_instance.sh is the script which cancels jumpgate instances and volumes created during the tempest tests. You may need to edit the regex to grep against. Right now the script uses SoftLayer CLI and deletes all instances which end with jumpgate.com.

imkarrer commented 10 years ago

After issuing the pull request I realized that unit tests need modifications to pass with the current changes to jumpgate. Closing temporarily. Will reopen once all issues are resolved.

jimlindeman commented 10 years ago

+1 Looks good