From 047e766846d66842cf7e56b2cee28aaccdb6e634 Mon Sep 17 00:00:00 2001 From: Charles Short Date: Tue, 19 Jun 2018 15:16:37 -0400 Subject: [PATCH] Commit functional tests to stestr Previously functional tests were using ostestr, switch it to stestr. According to Openstack summit session [1] stestr is maintained project to which all Openstack projects should migrate. [1] https://etherpad.openstack.org/p/YVR-python-pti Co-Authored-By: Hongbin Lu Change-Id: I695e90415a23f4902ecbfc2424b23ff65608adbe Signed-off-by: Charles Short --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6ad97943..a231777d 100644 --- a/tox.ini +++ b/tox.ini @@ -91,7 +91,7 @@ import_exceptions = zunclient._i18n [testenv:functional] commands = find . -type f -name "*.py[c|o]" -delete - ostestr {posargs} + stestr run {posargs} setenv = {[testenv]setenv} OS_TEST_PATH = ./zunclient/tests/functional/osc/v1