Commit Graph

5 Commits

Author SHA1 Message Date
Vu Cong Tuan 32a3244bb4 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: I55060b1d99b9a00b20c98fbb429d072568265695
2018-07-16 15:43:48 +07:00
Sean Dague 79fd13f000 Set test timout to 300 seconds
This prevents tests from hanging indefinitely, which we
are seeing in the trigger crash dump tests, which are
also skipped in this patch.

Partial-Bug: #1675526

Change-Id: If4858040187834ccdebb3f83bfbfa14d5d3251fc
2017-03-23 14:55:17 -04:00
Joe Gordon f197c64e05 Add OS_TEST_PATH to testr
Change default test path to unit tests, and support setting
$OS_TEST_PATH to specify a different path (such as functional).

Change-Id: I3c0d597b5e1c43a8cb04ac0fc936e9ad1cdcfbf8
2015-01-27 13:09:42 -08:00
Monty Taylor c34c371e96 Move tests into the novaclient package.
tests/__init__.py implies a package in the global namespace. These
tests are not global python tests, but rather tests for novaclient.

Change-Id: Ifeb8082aa010d15dddc9ae02e35589bc78ad48cc
2013-05-25 08:23:14 +02:00
Monty Taylor 7b2097e706 Migrate from nose to testr.
Run tests with testr for parallel execution.

Part of blueprint grizzly-testtools.

Change-Id: I38e8a2df12678002e19264a53bad26e80265c6e4
2013-01-29 14:22:42 -06:00