The ceilometer.tests.unit.publisher.test_http Module

Tests for ceilometer/publisher/http.py

class ceilometer.tests.unit.publisher.test_http.TestHttpPublisher(*args, **kwds)[source]

Bases: oslotest.base.BaseTestCase

setUp()[source]
test_http_post_empty_data(*args, **keywargs)[source]
test_http_post_events(*args, **keywargs)[source]

Test publisher post.

test_http_post_samples(*args, **keywargs)[source]

Test publisher post.

test_http_publisher_config()[source]

Test publisher config parameters.

test_post_batch_event()[source]
test_post_batch_sample()[source]
test_post_no_batch_event()[source]
test_post_no_batch_sample()[source]
test_post_raw_only()[source]
test_post_verify_ssl_False()[source]
test_post_verify_ssl_True()[source]
test_post_verify_ssl_default()[source]
test_post_verify_ssl_path()[source]

Project Source

This Page