The ceilometer.tests.unit.publisher.test_utils Module

Tests for ceilometer/publisher/utils.py

class ceilometer.tests.unit.publisher.test_utils.TestSignature(*args, **kwds)[source]

Bases: oslotest.base.BaseTestCase

test_besteffort_compare_digest()[source]
test_compute_signature_change_key()[source]
test_compute_signature_change_value()[source]
test_compute_signature_same()[source]
test_compute_signature_signed()[source]
test_compute_signature_use_configured_secret()[source]
test_verify_no_secret()[source]
test_verify_signature_incorrect()[source]
test_verify_signature_invalid_encoding()[source]
test_verify_signature_nested()[source]
test_verify_signature_nested_json()[source]
test_verify_signature_signed()[source]
test_verify_signature_unicode()[source]
test_verify_signature_unsigned()[source]
test_verify_unicode_symbols()[source]

Previous topic

The ceilometer.tests.unit.publisher.test_udp Module

Next topic

The ceilometer.tests.unit.storage.sqlalchemy.test_models Module

Project Source

This Page