add functional testing for pollster service
Bug #1424821 reported by
gordon chung
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceilometer |
Triaged
|
High
|
Unassigned | ||
Kiwi Linux |
New
|
Undecided
|
Unassigned |
Bug Description
placeholder to add testing for polling agents.... right now we have no idea if anything is broken unless we look at logs.
Changed in ceilometer: | |
milestone: | kilo-3 → none |
Changed in ceilometer: | |
assignee: | nobody → jiaxi (tjxiter) |
Changed in ceilometer: | |
assignee: | jiaxi (tjxiter) → nobody |
Changed in ceilometer: | |
status: | In Progress → Fix Committed |
Changed in ceilometer: | |
assignee: | Qichen Hao (adsl123gg2008) → nobody |
To post a comment you must log in.
I have an idea of using CL to get the information of polling agent,If we write a polling agent,we can use the cmd line to get the information,for example,ceilometer --polling_agent cpu interval 60(cpu is the name of agent which is defined in the setup.cfg).