README.md
TODO.md
__init__.py
apt_configure_conf.py
apt_configure_conf.yaml
apt_configure_disable_suites.py
apt_configure_disable_suites.yaml
apt_configure_primary.py
apt_configure_primary.yaml
apt_configure_proxy.py
apt_configure_proxy.yaml
apt_configure_security.py
apt_configure_security.yaml
apt_configure_sources_key.py
apt_configure_sources_key.yaml
apt_configure_sources_keyserver.py
apt_configure_sources_keyserver.yaml
apt_configure_sources_list.py
apt_configure_sources_list.yaml
apt_configure_sources_ppa.py
apt_configure_sources_ppa.yaml
apt_pipelining_disable.py
apt_pipelining_disable.yaml
apt_pipelining_os.py
apt_pipelining_os.yaml
bootcmd.py
bootcmd.yaml
byobu.py
byobu.yaml
ca_certs.py
ca_certs.yaml
debug_disable.py
debug_disable.yaml
debug_enable.py
debug_enable.yaml
final_message.py
final_message.yaml
keys_to_console.py
keys_to_console.yaml
landscape.yaml
locale.py
locale.yaml
lxd_bridge.py
lxd_bridge.yaml
lxd_dir.py
lxd_dir.yaml
ntp.py
ntp.yaml
ntp_chrony.py
ntp_chrony.yaml
ntp_pools.py
ntp_pools.yaml
ntp_servers.py
ntp_servers.yaml
ntp_timesyncd.py
ntp_timesyncd.yaml
package_update_upgrade_install.py
package_update_upgrade_install.yaml
runcmd.py
runcmd.yaml
seed_random_command.yaml
seed_random_data.py
seed_random_data.yaml
set_hostname.py
set_hostname.yaml
set_hostname_fqdn.py
set_hostname_fqdn.yaml
set_password.py
set_password.yaml
set_password_expire.py
set_password_expire.yaml
set_password_list.py
set_password_list.yaml
set_password_list_string.py
set_password_list_string.yaml
snap.py
snap.yaml
snappy.py
snappy.yaml
ssh_auth_key_fingerprints_disable.py
ssh_auth_key_fingerprints_disable.yaml
ssh_auth_key_fingerprints_enable.py
ssh_auth_key_fingerprints_enable.yaml
ssh_import_id.py
ssh_import_id.yaml
ssh_keys_generate.py
ssh_keys_generate.yaml
ssh_keys_provided.py
ssh_keys_provided.yaml
timezone.py
timezone.yaml
user_groups.py
user_groups.yaml
write_files.py
write_files.yaml
README.md

Module Test Configs

Purpose

Test functionality of cloud config modules. See here for a full list.

Structure

Should have one or more test configs for each module in cloudinit/config/. The name of the test should indicate which module the config is verifying.

vi: ts=4 expandtab