commit | 2d24cb7b04789ced9a560660be6201e4fbd6f09c | [log] [tgz] |
---|---|---|
author | Ha Manh Dong <donghm@vn.fujitsu.com> | Thu Jul 19 09:48:23 2018 +0700 |
committer | Ivan Kolodyazhny <e0ne@e0ne.info> | Wed Jul 25 23:08:44 2018 +0300 |
tree | d6a3ef29b933ac4163c9888b045f6a8e5ddf9a80 | |
parent | 0bc725396e762eb776c34b5e522ab9f4cd6880ad [diff] [blame] |
Switch to use stestr for unit test According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. So we should switch to stestr. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I6c6e1b3873a71d3b069f0c0bc45d9ba9885c2886
diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 0000000..057bf50 --- /dev/null +++ b/.stestr.conf
@@ -0,0 +1,3 @@ +[DEFAULT] +test_path=./tempest_horizon/tests +top_dir=.