| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This script is part of the oslotest package now.
Change-Id: Ic8c2fbaf5b34d2f254a9091a1b4390b7c8e751fe
|
|
|
|
| |
Change-Id: Ic80562c662960a946b3083f0509700e4809d628d
|
|
|
|
|
|
|
|
| |
Script `run_cross_tests.sh` can be used for running unit tests in
other projects using the current package's code.
Change-Id: Iad636216cd73d2eeb70448fda789c0ad9d579b3a
Related-Bug: #1367354
|
|
|
|
|
|
|
| |
Module `gettextutils` from common code was graduated to oslo.i18n, so it
would be great if we reuse this library.
Change-Id: Ie5836b82723fc80c1d54e5e65eac8565cf905c5a
|
|
|
|
|
|
|
|
| |
`oslo.db` uses several modules(`importutils` and `timeutils`) from
`oslo-incubator`. This modules are already incubated and we should use them
from `oslo.utils`.
Change-Id: I09881ea3e115ca95bbd06ff5d1c0d5e253ed7640
|
|
|
|
|
|
|
| |
Remove moxstubout.py from common/fixture becouse it is
duplicated in oslotest
Change-Id: I6480c24a1b6f9d01af918d416ca14439cff31db0
|
|
|
|
|
|
|
| |
Common context module usage was removed from model_query() so we can
remove it from oslo.db
Change-Id: I7fc503f2d0ff761235c478fef62cf44ca94670f5
|
|
- add missed requirements
- add required modules from openstack.common
- added entry points to setup.cfg
- fixed tests location
- fixed incorrect common modules imports
|