summaryrefslogtreecommitdiff
path: root/tools/run-pifpaf-tests.sh
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-12 14:27:07 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-13 10:18:54 +0700
commit944fe4b6c11abc06386eec670f10784277455b49 (patch)
tree6c252e8cdbb4cd34a81dc4cc59d03ae3121f4383 /tools/run-pifpaf-tests.sh
parentdff11337f55b7a9a28d7c30658df51b7b0b443eb (diff)
downloadoslo-db-944fe4b6c11abc06386eec670f10784277455b49.tar.gz
Switch to stestr
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Ifd51e726de277d33ff61db47110bf8b5563fcda7
Diffstat (limited to 'tools/run-pifpaf-tests.sh')
-rwxr-xr-xtools/run-pifpaf-tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run-pifpaf-tests.sh b/tools/run-pifpaf-tests.sh
index 687b6bb..ee21c69 100755
--- a/tools/run-pifpaf-tests.sh
+++ b/tools/run-pifpaf-tests.sh
@@ -3,5 +3,5 @@ set -e
# Replace mysql:// by mysql+pymysql:// and add sqlite
export OS_TEST_DBAPI_ADMIN_CONNECTION="${OS_TEST_DBAPI_ADMIN_CONNECTION/#mysql:/mysql+pymysql:};sqlite://"
echo $OS_TEST_DBAPI_ADMIN_CONNECTION
-tools/pretty_tox.sh $*
-TEST_EVENTLET=1 tools/pretty_tox.sh $*
+stestr run $*
+TEST_EVENTLET=1 stestr run $*