You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Adrian Cole (JIRA)" <ji...@apache.org> on 2010/09/23 00:44:34 UTC

[jira] Created: (WHIRR-99) test bootstrap script changes in isolation

test bootstrap script changes in isolation
------------------------------------------

                 Key: WHIRR-99
                 URL: https://issues.apache.org/jira/browse/WHIRR-99
             Project: Whirr
          Issue Type: Improvement
            Reporter: Adrian Cole


Currently, we need to upload install scripts to a semi-public repository manually in order to setup tests for whirr services.  Let's investigate usage of the BlobStore api so that tests can push scripts they use, allowing us to automatically test scripts that are in the svn repository.

ex. 

 @Setup { push scripts to blobstore}
 @Teardown {delete blobstore container}

see: http://github.com/jclouds/jclouds/blob/master/aws/core/src/test/java/org/jclouds/aws/ComputeAndBlobStoreTogetherHappilyLiveTest.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.