Commit Graph

5 Commits

Author SHA1 Message Date
Brad P. Crochet 9883814cdc Switch to using stestr
When the TC merged I2637dd714cbb6d38ef8b8dc1083e359207118284 we're
supposed to invoke stestr rather than testr so lets do that

Change-Id: Icd303c37d2371d44726d55c947bbc8b9e99f2a1c
2018-05-30 14:46:25 -04:00
Dougal Matthews 4d5061c3e3 Allow users to set the test run concurrency
It will default to 0, which means testr will automatically set it based
on your CPU count. Allowing the user to set it with an environment
variable lets them control the resources used and more easily debug any
issues with tests impacting each other (by disabling concurrency).

Change-Id: Ib8274d307991ac3c25180609cb015894f0bf52b3
2017-03-07 15:02:10 +00:00
Anastasia Kuznetsova 79a78b96c4 Move gate tests under mistral/tests
- Move all gate tests from functionaltests folder to the mistral/tests/functional
- Edit run directory for gate tests in the functionaltests/run_tests.sh
- Leave 'resources' folder in the 'mistral/tests' to use examples from it in the tempest tests

Change-Id: I4d6d6a653aab5af00c5cae7c21495f4a86ebfe42
2014-08-15 11:14:59 +04:00
Angus Salkeld 5bd8fe8b84 Add OS_LOG_CAPTURE to testr.conf
This is so we can get log output on errors.

Change-Id: If7d7f3631144d1746976d99bcee9d95f04e57e8c
2014-06-12 07:00:17 +10:00
Nikolay Mahotkin 9cfc57fed3 Move tests to testr
* Restored tools/install_venv scripts

Implements bp mistral-speedup-tests

Change-Id: I25d4755d1f06a248fe1de87da19f42fecba63404
2014-06-04 14:58:29 +04:00