The ironicclient.tests.unit.common.test_filecache Module

class ironicclient.tests.unit.common.test_filecache.FileCacheTest(*args, **kwargs)[source]

Bases: ironicclient.tests.unit.utils.BaseTestCase

test__build_key_none()[source]
test__build_key_ok()[source]
test__get_cache_dir_already_exists(*args, **keywargs)[source]
test__get_cache_expiry_set(*args, **keywargs)[source]
test__get_cache_expiry_set_invalid(*args, **keywargs)[source]
test__get_cache_mkdir(*args, **keywargs)[source]
test_retrieve_data_no_cache_file(*args, **keywargs)[source]
test_retrieve_data_not_found(*args, **keywargs)[source]
test_retrieve_data_ok(*args, **keywargs)[source]
test_retrieve_data_ok_with_expiry(*args, **keywargs)[source]
test_save_data_ok(*args, **keywargs)[source]