Re: [Xen-devel] [PATCH OSSTEST v2 5/6] ts-openstack-tempest: Run Tempest to check OpenStack

2015-09-25 Thread Anthony PERARD
On Tue, Sep 08, 2015 at 02:06:11PM +0100, Ian Campbell wrote: > On Thu, 2015-08-06 at 18:03 +0100, Anthony PERARD wrote: > > Signed-off-by: Anthony PERARD > > --- > > sg-run-job | 1 + > > ts-openstack-tempest | 35 +++ > > 2

Re: [Xen-devel] [PATCH OSSTEST v2 5/6] ts-openstack-tempest: Run Tempest to check OpenStack

2015-09-25 Thread Ian Jackson
Ian Campbell writes ("Re: [PATCH OSSTEST v2 5/6] ts-openstack-tempest: Run Tempest to check OpenStack"): > On Fri, 2015-09-25 at 14:04 +0100, Anthony PERARD wrote: > > I think the genereted $builddir end up been the same as in the previous > > script, because it's generated based on the flight

Re: [Xen-devel] [PATCH OSSTEST v2 5/6] ts-openstack-tempest: Run Tempest to check OpenStack

2015-09-25 Thread Ian Campbell
On Fri, 2015-09-25 at 14:04 +0100, Anthony PERARD wrote: > > > + > > > +sub tempest() { > > > + # The regex is the default one + avoid the two tests know to not work > > > + # which are two variations of test_volume_boot_pattern. > > > + target_cmd($ho, < > > > +

Re: [Xen-devel] [PATCH OSSTEST v2 5/6] ts-openstack-tempest: Run Tempest to check OpenStack

2015-09-08 Thread Ian Campbell
On Thu, 2015-08-06 at 18:03 +0100, Anthony PERARD wrote: > Signed-off-by: Anthony PERARD > --- > sg-run-job | 1 + > ts-openstack-tempest | 35 +++ > 2 files changed, 36 insertions(+) > create mode 100755 ts-openstack-tempest

[Xen-devel] [PATCH OSSTEST v2 5/6] ts-openstack-tempest: Run Tempest to check OpenStack

2015-08-06 Thread Anthony PERARD
Signed-off-by: Anthony PERARD anthony.per...@citrix.com --- sg-run-job | 1 + ts-openstack-tempest | 35 +++ 2 files changed, 36 insertions(+) create mode 100755 ts-openstack-tempest diff --git a/sg-run-job b/sg-run-job index 5320d62..0b2184b 100755