My line of thinking is: 1: There's no reason to reinvent this test suite on our own (I am assuming that CloudStack doesn't have a complete test suite for EC2/S3 - but could be wrong) 2: Euca and CS have similar aims wrt testing for EC2/S3 API compliance, which means we can collaborate and as we both build tests both of us benefit. 3: My sense is that because it's one of Euca's sole focus is the AWS API compliance is tighter than ours - I certainly know that's been the case in the recent past, and thus we benefit from their rigidity.
So the real questions are: 1. Do we have a AWS API test suite I am unaware of? 2. If not, we should look at collaborating (even if it is with some other test suite as Sam pointed out) as it's less work than reinventing the wheel. --David On Sat, Jun 9, 2012 at 4:01 AM, Sam Robertson <sam.robert...@citrix.com> wrote: > The test scripts they have are very limited, but it's a good framework for > what it is. > > On 6/8/12 8:07 PM, "Rajesh Battala" <rajesh.batt...@citrix.com> wrote: > >>Hi Kevin, >>I had gone through the code and found that it's doing a very basic >>testing of S3. >> >>Thanks >>Rajesh Battala >>> -----Original Message----- >>> From: Kevin Kluge [mailto:kevin.kl...@citrix.com] >>> Sent: Saturday, June 09, 2012 8:10 AM >>> To: cloudstack-dev@incubator.apache.org >>> Subject: RE: EC2/S3 API testing >>> >>> Rajesh, do you think it's limited in the sense of number of test cases >>>and/or >>> coverage? If not, what do you mean by 'limited'? >>> >>> -kevin >>> >>> > -----Original Message----- >>> > From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] >>> > Sent: Thursday, June 07, 2012 8:39 AM >>> > To: cloudstack-dev@incubator.apache.org >>> > Subject: RE: EC2/S3 API testing >>> > >>> > Thanks a lot for the info. >>> > But I see this file is testing S3 >>> > https://raw.github.com/eucalyptus/eutester/master/eucaops/s3ops.py >>> > which are very much limited. >>> > >>> > > -----Original Message----- >>> > > From: David Nalley [mailto:da...@gnsa.us] >>> > > Sent: Thursday, June 07, 2012 8:21 PM >>> > > To: cloudstack-dev@incubator.apache.org >>> > > Subject: EC2/S3 API testing >>> > > >>> > > Hi folks, >>> > > >>> > > So I was talking with some of the Euca folks recently and they told >>> > > me they have an EC2/S3 test platform called Eutester, that >>> > > essentially runs a ton of tests by calling the EC2/S3 API calls >>> > > against their endpoints. Don't know if you find this useful or not, >>> > > but it's located >>> > > here: >>> > > >>> > > https://github.com/eucalyptus/eutester >>> > > >>> > > --David >