| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|