Re: [Xen-devel] [OSSTEST PATCH v11 15/20] ts-openstack-tempest: Fix tempest invocation

2017-06-23 Thread Anthony PERARD
On Fri, Jun 23, 2017 at 02:45:12PM +0100, Ian Jackson wrote: > Anthony PERARD writes ("[OSSTEST PATCH v11 15/20] ts-openstack-tempest: Fix > tempest invocation"): > > ./run_tempest.sh is deprecated. > ... > > target_cmd($ho, < > set -e > > -$builddir/tempest/run_tempest.sh

Re: [Xen-devel] [OSSTEST PATCH v11 15/20] ts-openstack-tempest: Fix tempest invocation

2017-06-23 Thread Ian Jackson
Anthony PERARD writes ("[OSSTEST PATCH v11 15/20] ts-openstack-tempest: Fix tempest invocation"): > ./run_tempest.sh is deprecated. ... > target_cmd($ho, < set -e > -$builddir/tempest/run_tempest.sh --virtual-env -- --concurrency=2 '$regex' > +cd $builddir/tempest > +tempest

[Xen-devel] [OSSTEST PATCH v11 15/20] ts-openstack-tempest: Fix tempest invocation

2017-06-16 Thread Anthony PERARD
./run_tempest.sh is deprecated. Signed-off-by: Anthony PERARD --- ts-openstack-tempest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts-openstack-tempest b/ts-openstack-tempest index 82e9a71..b95043a 100755 --- a/ts-openstack-tempest +++