| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I9259b2e44ac1ba815a6eec5019f0460065996eac
|
| |
|
|
| |
Change-Id: I2e94b8102ad19500068cc2688d11293e4e9b8aed
|
| |
|
|
|
|
|
|
|
| |
The previous location is going away, this location is preferred.
This patch is copied from https://review.openstack.org/#/c/218165/ .
Change-Id: Idd9cc58a845e82bc679d49e5bfb22644a9c67364
Closes-Bug: #1489404
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds following missing Ceilometer CLI tests -
1. help
2. bash completion
In addition to this following optional arguments are also verified.
1. --debug
It also modifies existing code to check outputs of different tests.
Earlier these were uploaded under -
https://review.openstack.org/#/c/100190/
Change-Id: I2a00918e4ecbaac7d08f07ebaaa587dde7d8eee5
|
| |
|
|
|
|
|
|
| |
This does the necessary to gather up the results and publish them
properly for the gate job. Based on similar changes done for
python-novaclient.
Change-Id: Ib1f63aed9425fc8418fb9ddfe32f2d53f4b7c2b2
|
|
|
test_readonly_ceilometer is migrated from
./tempest/cli/simple_read_only/telemetry
A new 'functional' target is available in tox. In order for these
tests to pass OS_PASSWORD, OS_AUTH_URL, OS_USERNAME
and OS_TENANT_NAME need to be set in the environment before running
the tests, e.g:
source src/devstack/openrc demo demo && tox -efunctional
Subsequent patches will remove tests from tempest and add thes tests
to project-config for gate checks.
Change-Id: I3ce5ddbe471d70e8775ec5a1cc908a95a335b5e7
|