Commit Graph

16 Commits

Author SHA1 Message Date
Takashi Kajinami 7c62d2ac90 Bump hacking
hacking 2.0.x or 3.0.x is too old.

Change-Id: I40980b76b593d9cbe321ee2dcffb54eed196c1c9
2024-02-08 17:52:06 +09:00
Ghanshyam Mann 6f10535042 Remove the deprecated ostestr command
ostestr command has been deprecated in June 2019
- I3a6084db9f86627e3e94abaa4fb4aec52a01126a

This command is replaced by the stestr. os_testr
repo which has other utilities also is not deprecated
and will continue to be maintained.

QA meeting discussion:
https://meetings.opendev.org/irclogs/%23openstack-qa/%23openstack-qa.2022-03-22.log.html#t2022-03-22T15:45:36

Change-Id: Ic0cddcc226f092ac6df405e83b2e7660d71d0ba2
2022-03-24 16:49:44 -05:00
OpenStack Proposal Bot 22644f427a Updated from global requirements
Change-Id: I76b5efd2322c33d7590f1cca8dd903a00bf7d0a8
2017-11-16 11:20:18 +00:00
Matthew Treinish 7dd678e372 Switch to stestr under the covers
This commit switches the ostestr command to use stestr under the covers.
This simplifies the majority of the logic, eventually ostestr will
be deprecated as a result of this migration. (since almost all the logic
here is contained in stestr already)

Depends-On: I2c7618a742439fd2ed26879f3114f0f66fd6337f
Change-Id: Id7cb2a39a8308f1413608dcf19273a1d7f33592e
2017-08-29 11:03:30 -04:00
OpenStack Proposal Bot e84d06292b Updated from global requirements
Change-Id: Idd74ac40dcc4b6e32d246975a5fcad87711c753a
2017-05-16 14:36:42 +01:00
Andreas Jaeger 2fac2de2c6 Remove unused Babel setup
This repo is not translated at all - and not setup for translation.
Remove Babel and Babel set up.

Change-Id: Ie3c3d705f50f5de41776a6e5e01db214f9e0e3a4
2017-05-16 12:35:38 +02:00
OpenStack Proposal Bot a030c7a928 Updated from global requirements
Change-Id: I02a4190771c569c0b80888cda867b9364b2b13b2
2017-03-02 17:50:34 +00:00
OpenStack Proposal Bot dbe3aea521 Updated from global requirements
Change-Id: I05ae50eb523059947800b2897998e48948141605
2017-01-27 02:13:19 +00:00
OpenStack Proposal Bot 24a0b840b5 Updated from global requirements
Change-Id: Ie11baaa6281b9879a469ebf5bae1e17f80325c9a
2016-05-06 22:21:28 +00:00
OpenStack Proposal Bot 23557a0bf8 Updated from global requirements
Change-Id: I12ace2aa7553d892e4325f59dcaeb43271af0eaa
2016-04-13 12:47:16 +00:00
OpenStack Proposal Bot 08b5418f73 Updated from global requirements
Change-Id: I2246ce4ec35e0d60ca68dc6920d6d558a43fde7d
2016-02-10 21:57:50 +00:00
Masayuki Igawa 87ec944a0c Updated from global requirements
This commit updates *requirements.txt that comes from global
requirements.

Change-Id: I19df7b5d7ce54d5a793018e8158d985775fb7007
2016-01-26 14:25:59 +09:00
Kun Huang 970e74bfd8 update requirements
Current pbr requirements is blocking tempest develop mode installation.

http://paste.openstack.org/show/406537/

Change-Id: I14dfe4c66d22d742706acbd1e5a574587eb40039
2015-07-31 10:12:21 +08:00
Matthew Treinish f0e5175420 Add basic unit tests to check ostestr return codes
This commit adds some basic unit tests which runs ostestr in some
basic configurations against a fake test suite to ensure that the
ostestr always exits with a 0 on success and 1 on errors when running
tests. This is invaluable for using ostestr in ci systems.
2015-03-18 22:51:07 -04:00
Matthew Treinish 898cd1eab5 Add subunit-trace and ostestr
This commit migrates the current subunit trace commit from tempest-lib
with the commits:

d7c3f6b Merge "Summarize expected failures"
e29ec71 Summarize expected failures
21e3f6a Enable stdout passthrough for subunit-trace
d588748 Default the worker number to 0 not NaN
87c1442 Fix subunit-trace on python < 2.7
b73b9eb bring over fail only functionality from nova
5715fd6 Switch to elapsed time in subunit-trace summary
d2e4040 Setup subunit-trace as an entry point

and also adds the start of the ostestr command to wrap testr.
2015-03-17 16:23:32 -04:00
Matthew Treinish d1049b1ad6 Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00