Re: [Openstack] devstack: excercises script other than shell scripts

2012-02-25 Thread Vishvananda Ishaya
bundle.sh already demos euca-upload-bundle, so if you can get the devstack settings to use swift+s3 instead of n-obj then we are already golden. Vish On Feb 25, 2012, at 9:53 AM, Chmouel Boudjnah wrote: > > On Sat, Feb 25, 2012 at 6:50 PM, Debo Dutta (dedutta) > wrote: > +1 > > IMO devstack

Re: [Openstack] devstack: excercises script other than shell scripts

2012-02-25 Thread Daryl Walleck
unces+daryl.walleck=rackspace@lists.launchpad.net] on behalf of Jesse Andrews [anotherje...@gmail.com] Sent: Saturday, February 25, 2012 10:39 AM To: Chmouel Boudjnah Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] devstack: excercises script other than shell scripts Those should probab

Re: [Openstack] devstack: excercises script other than shell scripts

2012-02-25 Thread Chmouel Boudjnah
On Sat, Feb 25, 2012 at 6:50 PM, Debo Dutta (dedutta) wrote: > +1 > > IMO devstack scripts should be simple and test the system from a user's > perspective. Hence it would be nice to stick to the external APIs. > > I was thinking that we could actually use euca-upload-bundle to demo this functiona

Re: [Openstack] devstack: excercises script other than shell scripts

2012-02-25 Thread Debo Dutta (dedutta)
cisco@lists.launchpad.net] On Behalf Of Jesse Andrews Sent: Saturday, February 25, 2012 8:39 AM To: Chmouel Boudjnah Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] devstack: excercises script other than shell scripts Those should probably go into tempest. The goal for exercises is that they are s

Re: [Openstack] devstack: excercises script other than shell scripts

2012-02-25 Thread Dean Troyer
On Sat, Feb 25, 2012 at 9:22 AM, Chmouel Boudjnah wrote: > I'd like to add a excercises to test swift3+s3token in devstack and > was thinking to add a python script that use boto and do a few tests > to the devstack instance. I was wondering if exercises/ devstack > directory should be strictly sh

Re: [Openstack] devstack: excercises script other than shell scripts

2012-02-25 Thread Jesse Andrews
Those should probably go into tempest. The goal for exercises is that they are simple tests of the CLI that users can read to see how to use the cloud. Jesse On Sat, Feb 25, 2012 at 7:22 AM, Chmouel Boudjnah wrote: > Hi, > > I'd like to add a excercises to test swift3+s3token in devstack and >

[Openstack] devstack: excercises script other than shell scripts

2012-02-25 Thread Chmouel Boudjnah
Hi, I'd like to add a excercises to test swift3+s3token in devstack and was thinking to add a python script that use boto and do a few tests to the devstack instance. I was wondering if exercises/ devstack directory should be strictly shell scripts. Chmouel. _