Additionally ran an integration test on proposed which covers lxd kvm and ec2 platforms with no errors: Results available here https://jenkins.ubuntu.com/server/view/cloud-init/job/cloud-init-integration-proposed-x/10/consoleFull Paste run verify details below for reference in case the job results are removed jenkins@torkoal:/var/lib/jenkins/slaves/torkoal/workspace/cloud-init-integration-proposed-x/cloud-init$ .tox/citest/bin/python -m tests.cloud_tests verify -d ./results/ --verbose 2018-05-07 16:25:53,754 - tests.cloud_tests - DEBUG - running with args: Namespace(data_dir='/var/lib/jenkins/slaves/torkoal/workspace/cloud-init-integration-proposed-x/cloud-init/results', preserve_data=False, quiet=False, result=None, subcmd='verify', verbose=True) 2018-05-07 16:25:53,756 - tests.cloud_tests - DEBUG - found test data: {'nocloud-kvm': {'xenial': ['bugs/lp1628337', 'modules/apt_configure_sources_list', 'modules/locale', 'modules/apt_configure_primary', 'modules/lxd_bridge', 'modules/apt_configure_security', 'modules/apt_pipelining_os', 'modules/snap', 'modules/ssh_import_id', 'modules/ntp_pools', 'modules/ssh_keys_generate', 'modules/ssh_auth_key_fingerprints_enable', 'modules/apt_configure_sources_keyserver', 'modules/bootcmd', 'modules/set_hostname_fqdn', 'modules/ssh_auth_key_fingerprints_disable', 'modules/final_message', 'modules/apt_configure_sources_key', 'modules/ntp_servers', 'modules/snappy', 'modules/write_files', 'modules/set_password', 'modules/ntp', 'modules/timezone', 'modules/keys_to_console', 'modules/debug_enable', 'modules/seed_random_data', 'modules/set_password_list', 'modules/user_groups', 'modules/debug_disable', 'modules/salt_minion', 'modules/byobu', 'modules/apt_configure_proxy', 'modules/apt_configure_sources_ppa', 'modules/package_update_upgrade_install', 'modules/lxd_dir', 'modules/apt_pipelining_disable', 'modules/runcmd', 'modules/set_hostname', 'modules/apt_configure_conf', 'modules/apt_configure_disable_suites', 'modules/set_password_list_string', 'modules/set_password_expire', 'modules/ca_certs', 'main/command_output_simple']}, 'ec2': {'xenial': ['bugs/lp1628337', 'modules/apt_configure_sources_list', 'modules/locale', 'modules/apt_configure_primary', 'modules/lxd_bridge', 'modules/apt_configure_security', 'modules/apt_pipelining_os', 'modules/snap', 'modules/ssh_import_id', 'modules/ntp_pools', 'modules/ssh_keys_generate', 'modules/ssh_auth_key_fingerprints_enable', 'modules/apt_configure_sources_keyserver', 'modules/bootcmd', 'modules/set_hostname_fqdn', 'modules/ssh_auth_key_fingerprints_disable', 'modules/final_message', 'modules/apt_configure_sources_key', 'modules/ntp_servers', 'modules/snappy', 'modules/write_files', 'modules/set_password', 'modules/ntp', 'modules/timezone', 'modules/keys_to_console', 'modules/debug_enable', 'modules/seed_random_data', 'modules/set_password_list', 'modules/user_groups', 'modules/debug_disable', 'modules/salt_minion', 'modules/byobu', 'modules/apt_configure_proxy', 'modules/apt_configure_sources_ppa', 'modules/package_update_upgrade_install', 'modules/lxd_dir', 'modules/apt_pipelining_disable', 'modules/runcmd', 'modules/set_hostname', 'modules/apt_configure_conf', 'modules/apt_configure_disable_suites', 'modules/set_password_list_string', 'modules/set_password_expire', 'modules/ca_certs', 'main/command_output_simple']}, 'lxd': {'xenial': ['bugs/lp1628337', 'modules/apt_configure_sources_list', 'modules/locale', 'modules/apt_configure_primary', 'modules/lxd_bridge', 'modules/apt_configure_security', 'modules/apt_pipelining_os', 'modules/snap', 'modules/ssh_import_id', 'modules/ntp_pools', 'modules/ssh_keys_generate', 'modules/ssh_auth_key_fingerprints_enable', 'modules/apt_configure_sources_keyserver', 'modules/bootcmd', 'modules/set_hostname_fqdn', 'modules/ssh_auth_key_fingerprints_disable', 'modules/final_message', 'modules/apt_configure_sources_key', 'modules/ntp_servers', 'modules/snappy', 'modules/write_files', 'modules/set_password', 'modules/ntp', 'modules/timezone', 'modules/keys_to_console', 'modules/debug_enable', 'modules/seed_random_data', 'modules/set_password_list', 'modules/user_groups', 'modules/debug_disable', 'modules/salt_minion', 'modules/byobu', 'modules/apt_configure_proxy', 'modules/apt_configure_sources_ppa', 'modules/package_update_upgrade_install', 'modules/lxd_dir', 'modules/apt_pipelining_disable', 'modules/runcmd', 'modules/set_hostname', 'modules/apt_configure_conf', 'modules/apt_configure_disable_suites', 'modules/set_password_list_string', 'modules/set_password_expire', 'modules/ca_certs', 'main/command_output_simple']}} 2018-05-07 16:25:53,756 - tests.cloud_tests - INFO - test: platform='nocloud-kvm', os='xenial' verifying test data 2018-05-07 16:25:53,756 - tests.cloud_tests - DEBUG - verifying test data for bugs/lp1628337 test_fetch_indices (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Verify no apt errors. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Unexpected warnings should not be found in the log. ... ok test_ntp (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Verify can find ntp and install it. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:53,790 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_list test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Unexpected warnings should not be found in the log. ... ok test_sources_list (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Test sources.list includes sources. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.029s OK (skipped=2) 2018-05-07 16:25:53,825 - tests.cloud_tests - DEBUG - verifying test data for modules/locale test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.locale.TestLocale) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.locale.TestLocale) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.locale.TestLocale) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_locale (tests.cloud_tests.testcases.modules.locale.TestLocale) Test locale is set properly. ... ok test_locale_a (tests.cloud_tests.testcases.modules.locale.TestLocale) Test locale -a has both options. ... ok test_locale_gen (tests.cloud_tests.testcases.modules.locale.TestLocale) Test local.gen file has all entries. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.locale.TestLocale) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.locale.TestLocale) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:53,858 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_primary test_gatech_sources (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Test GaTech entires exist. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Unexpected warnings should not be found in the log. ... ok test_ubuntu_sources (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Test no default Ubuntu entries exist. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:53,891 - tests.cloud_tests - DEBUG - verifying test data for modules/lxd_bridge test_bridge (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Test bridge config. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_lxc (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Test lxc installed. ... ok test_lxd (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Test lxd installed. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:53,925 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_security test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Unexpected warnings should not be found in the log. ... ok test_security_mirror (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Test security lines added and uncommented in source.list. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.029s OK (skipped=2) 2018-05-07 16:25:53,959 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_pipelining_os test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Unexpected warnings should not be found in the log. ... ok test_os_pipelining (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Test pipelining set to os. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.029s OK (skipped=2) 2018-05-07 16:25:53,993 - tests.cloud_tests - DEBUG - verifying test data for modules/snap test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.snap.TestSnap) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.snap.TestSnap) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.snap.TestSnap) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.snap.TestSnap) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.snap.TestSnap) Unexpected warnings should not be found in the log. ... ok test_snappy_version (tests.cloud_tests.testcases.modules.snap.TestSnap) Expect hello-world and core snaps are installed. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:54,030 - tests.cloud_tests - DEBUG - verifying test data for modules/ssh_import_id test_authorized_keys (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Test that ssh keys were imported. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:54,066 - tests.cloud_tests - DEBUG - verifying test data for modules/ntp_pools test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Unexpected warnings should not be found in the log. ... ok test_ntp_dist_entries (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Test dist config file is empty ... ok test_ntp_entires (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Test config entries ... ok test_ntp_installed (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Test ntp installed ... ok test_ntpq_servers (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Test ntpq output has configured servers ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:54,103 - tests.cloud_tests - DEBUG - verifying test data for modules/ssh_keys_generate test_dsa_private (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test dsa private key not generated. ... ok test_dsa_public (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test dsa public key not generated. ... ok test_ecdsa_private (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test ecdsa public key generated. ... ok test_ecdsa_public (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test ecdsa public key generated. ... ok test_ed25519_private (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test ed25519 public key generated. ... ok test_ed25519_public (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test ed25519 public key generated. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Unexpected warnings should not be found in the log. ... ok test_rsa_private (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test rsa public key not generated. ... ok test_rsa_public (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test rsa public key not generated. ... ok ---------------------------------------------------------------------- Ran 13 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:54,140 - tests.cloud_tests - DEBUG - verifying test data for modules/ssh_auth_key_fingerprints_enable test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Unexpected warnings should not be found in the log. ... ok test_syslog (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Verify output of syslog. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:54,179 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_keyserver test_apt_key_list (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Test specific key added. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Unexpected warnings should not be found in the log. ... ok test_source_list (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Test source.list updated. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:54,216 - tests.cloud_tests - DEBUG - verifying test data for modules/bootcmd test_bootcmd_host (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Test boot cmd worked. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:54,253 - tests.cloud_tests - DEBUG - verifying test data for modules/set_hostname_fqdn test_hostname (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Test hostname output. ... ok test_hostname_fqdn (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Test hostname fqdn output. ... ok test_hosts (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Test /etc/hosts file. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:54,291 - tests.cloud_tests - DEBUG - verifying test data for modules/ssh_auth_key_fingerprints_disable test_cloud_init_log (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Verify disabled. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:54,328 - tests.cloud_tests - DEBUG - verifying test data for modules/final_message test_final_message_string (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Ensure final handles regular strings. ... ok test_final_message_subs (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Test variable substitution in final message. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.033s OK (skipped=2) 2018-05-07 16:25:54,366 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_key test_apt_key_list (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Test key list updated. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Unexpected warnings should not be found in the log. ... ok test_source_list (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Test source.list updated. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.039s OK (skipped=2) 2018-05-07 16:25:54,417 - tests.cloud_tests - DEBUG - verifying test data for modules/ntp_servers test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Unexpected warnings should not be found in the log. ... ok test_ntp_dist_entries (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Test dist config file is empty ... ok test_ntp_entries (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Test config server entries ... ok test_ntp_installed (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Test ntp installed ... ok test_ntpq_servers (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Test ntpq output has configured servers ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.033s OK (skipped=2) 2018-05-07 16:25:54,456 - tests.cloud_tests - DEBUG - verifying test data for modules/snappy test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Unexpected warnings should not be found in the log. ... ok test_snappy_version (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Test snappy version output ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:54,492 - tests.cloud_tests - DEBUG - verifying test data for modules/write_files test_b64 (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Test b64 encoded file reads as ascii. ... ok test_binary (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Test binary file reads as executable. ... ok test_gzip (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Test gzip file shows up as a shell script. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Unexpected warnings should not be found in the log. ... ok test_text (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Test text shows up as ASCII text. ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:54,530 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_password.TestPassword) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_password.TestPassword) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_password.TestPassword) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.set_password.TestPassword) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_password.TestPassword) Unexpected warnings should not be found in the log. ... ok test_shadow (tests.cloud_tests.testcases.modules.set_password.TestPassword) Test ubuntu user in shadow. ... ok test_sshd_config (tests.cloud_tests.testcases.modules.set_password.TestPassword) Test sshd config allows passwords. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:54,566 - tests.cloud_tests - DEBUG - verifying test data for modules/ntp test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ntp.TestNtp) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ntp.TestNtp) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ntp.TestNtp) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.ntp.TestNtp) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ntp.TestNtp) Unexpected warnings should not be found in the log. ... ok test_ntp_dist_entries (tests.cloud_tests.testcases.modules.ntp.TestNtp) Test dist config file is empty ... ok test_ntp_entires (tests.cloud_tests.testcases.modules.ntp.TestNtp) Test config entries ... ok test_ntp_installed (tests.cloud_tests.testcases.modules.ntp.TestNtp) Test ntp installed ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:54,601 - tests.cloud_tests - DEBUG - verifying test data for modules/timezone test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Unexpected warnings should not be found in the log. ... ok test_timezone (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Test date prints correct timezone. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:54,637 - tests.cloud_tests - DEBUG - verifying test data for modules/keys_to_console test_excluded_keys (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Test excluded keys missing. ... ok test_expected_keys (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Test expected keys exist. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:54,673 - tests.cloud_tests - DEBUG - verifying test data for modules/debug_enable test_debug_enable (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Test debug messages in cloud-init log. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:54,707 - tests.cloud_tests - DEBUG - verifying test data for modules/seed_random_data test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Unexpected warnings should not be found in the log. ... ok test_random_seed_data (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Test random data passed in exists. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.029s OK (skipped=2) 2018-05-07 16:25:54,742 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password_list test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Unexpected warnings should not be found in the log. ... ok test_shadow_expected_users (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Test every tom, dick, and harry user in shadow. ... ok test_shadow_passwords (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Test shadow passwords. ... ok test_sshd_config (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Test sshd config allows passwords. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.034s OK (skipped=2) 2018-05-07 16:25:54,782 - tests.cloud_tests - DEBUG - verifying test data for modules/user_groups test_group_cloud_users (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test cloud users group exists. ... ok test_group_ubuntu (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test ubuntu group exists. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Unexpected warnings should not be found in the log. ... ok test_user_barfoo (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test barfoo user exists. ... ok test_user_cloudy (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test cloudy user exists. ... ok test_user_foobar (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test foobar user exists. ... ok test_user_root_in_secret (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test root user is in 'secret' group. ... ok test_user_ubuntu (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test ubuntu user exists. ... ok ---------------------------------------------------------------------- Ran 12 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:54,818 - tests.cloud_tests - DEBUG - verifying test data for modules/debug_disable test_debug_disable (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Test verbose output missing from logs. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:54,853 - tests.cloud_tests - DEBUG - verifying test data for modules/salt_minion test_grains (tests.cloud_tests.testcases.modules.salt_minion.Test) Test master value in config. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.salt_minion.Test) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.salt_minion.Test) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.salt_minion.Test) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_minion_installed (tests.cloud_tests.testcases.modules.salt_minion.Test) Test if the salt-minion package is installed ... ok test_minion_pem (tests.cloud_tests.testcases.modules.salt_minion.Test) Test private key. ... ok test_minion_pub (tests.cloud_tests.testcases.modules.salt_minion.Test) Test public key. ... ok test_minon_master (tests.cloud_tests.testcases.modules.salt_minion.Test) Test master value in config. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.salt_minion.Test) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.salt_minion.Test) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 10 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:54,889 - tests.cloud_tests - DEBUG - verifying test data for modules/byobu test_byobu_installed (tests.cloud_tests.testcases.modules.byobu.TestByobu) Test byobu installed. ... ok test_byobu_launch_exists (tests.cloud_tests.testcases.modules.byobu.TestByobu) Test byobu-launch exists. ... ok test_byobu_profile_enabled (tests.cloud_tests.testcases.modules.byobu.TestByobu) Test byobu profile.d file exists. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.byobu.TestByobu) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.byobu.TestByobu) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.byobu.TestByobu) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.byobu.TestByobu) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.byobu.TestByobu) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:54,926 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_proxy test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Unexpected warnings should not be found in the log. ... ok test_proxy_config (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Test proxy options added to apt config. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:54,961 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_ppa test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Unexpected warnings should not be found in the log. ... ok test_ppa (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Test specific ppa added. ... ok test_ppa_key (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Test ppa key added. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:54,999 - tests.cloud_tests - DEBUG - verifying test data for modules/package_update_upgrade_install test_apt_history (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Test apt history for update command. ... ok test_cloud_init_output (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Test cloud-init-output for install & upgrade stuff. ... ok test_installed_htop (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Test htop got installed. ... ok test_installed_tree (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Test tree got installed. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:55,037 - tests.cloud_tests - DEBUG - verifying test data for modules/lxd_dir test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_lxc (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Test lxc installed. ... ok test_lxd (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Test lxd installed. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:55,074 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_pipelining_disable test_disable_pipelining (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Test pipelining disabled. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:55,111 - tests.cloud_tests - DEBUG - verifying test data for modules/runcmd test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Unexpected warnings should not be found in the log. ... ok test_run_cmd (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Test run command worked. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:55,147 - tests.cloud_tests - DEBUG - verifying test data for modules/set_hostname test_hostname (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Test hostname command shows correct output. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:55,184 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_conf test_apt_conf_assumeyes (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Test config assumes true. ... ok test_apt_conf_fixbroken (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Test config fixes broken. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:55,222 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_disable_suites test_empty_sourcelist (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Test source list is empty. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:55,259 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password_list_string test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Unexpected warnings should not be found in the log. ... ok test_shadow_expected_users (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Test every tom, dick, and harry user in shadow. ... ok test_shadow_passwords (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Test shadow passwords. ... ok test_sshd_config (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Test sshd config allows passwords. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.036s OK (skipped=2) 2018-05-07 16:25:55,301 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password_expire test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Unexpected warnings should not be found in the log. ... ok test_shadow (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Test user frozen in shadow. ... ok test_sshd_config (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Test sshd config allows passwords. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.033s OK (skipped=2) 2018-05-07 16:25:55,339 - tests.cloud_tests - DEBUG - verifying test data for modules/ca_certs test_cert_count (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Test the count is proper. ... ok test_cert_installed (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Test line from our cert exists. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.045s OK (skipped=2) 2018-05-07 16:25:55,392 - tests.cloud_tests - DEBUG - verifying test data for main/command_output_simple test_instance_data_json_ec2 (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on nocloud-kvm' test_instance_data_json_kvm (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Validate instance-data.json content by nocloud-kvm platform. ... ok test_instance_data_json_lxd (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on nocloud-kvm' test_no_stages_errors (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Unexpected warnings should not be found in the log. ... ok test_output_file (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Ensure that the output file is not empty and has all stages. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:55,430 - tests.cloud_tests - INFO - test: platform='nocloud-kvm', os='xenial' passed all tests 2018-05-07 16:25:55,430 - tests.cloud_tests - INFO - test: platform='ec2', os='xenial' verifying test data 2018-05-07 16:25:55,430 - tests.cloud_tests - DEBUG - verifying test data for bugs/lp1628337 test_fetch_indices (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Verify no apt errors. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Unexpected warnings should not be found in the log. ... ok test_ntp (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Verify can find ntp and install it. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:55,467 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_list test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Unexpected warnings should not be found in the log. ... ok test_sources_list (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Test sources.list includes sources. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:55,504 - tests.cloud_tests - DEBUG - verifying test data for modules/locale test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.locale.TestLocale) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.locale.TestLocale) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.locale.TestLocale) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_locale (tests.cloud_tests.testcases.modules.locale.TestLocale) Test locale is set properly. ... ok test_locale_a (tests.cloud_tests.testcases.modules.locale.TestLocale) Test locale -a has both options. ... ok test_locale_gen (tests.cloud_tests.testcases.modules.locale.TestLocale) Test local.gen file has all entries. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.locale.TestLocale) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.locale.TestLocale) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:55,541 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_primary test_gatech_sources (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Test GaTech entires exist. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Unexpected warnings should not be found in the log. ... ok test_ubuntu_sources (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Test no default Ubuntu entries exist. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:55,578 - tests.cloud_tests - DEBUG - verifying test data for modules/lxd_bridge test_bridge (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Test bridge config. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_lxc (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Test lxc installed. ... ok test_lxd (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Test lxd installed. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:55,615 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_security test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Unexpected warnings should not be found in the log. ... ok test_security_mirror (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Test security lines added and uncommented in source.list. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:55,651 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_pipelining_os test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Unexpected warnings should not be found in the log. ... ok test_os_pipelining (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Test pipelining set to os. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:55,688 - tests.cloud_tests - DEBUG - verifying test data for modules/snap test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.snap.TestSnap) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.snap.TestSnap) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.snap.TestSnap) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.snap.TestSnap) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.snap.TestSnap) Unexpected warnings should not be found in the log. ... ok test_snappy_version (tests.cloud_tests.testcases.modules.snap.TestSnap) Expect hello-world and core snaps are installed. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:55,724 - tests.cloud_tests - DEBUG - verifying test data for modules/ssh_import_id test_authorized_keys (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Test that ssh keys were imported. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:55,761 - tests.cloud_tests - DEBUG - verifying test data for modules/ntp_pools test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Unexpected warnings should not be found in the log. ... ok test_ntp_dist_entries (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Test dist config file is empty ... ok test_ntp_entires (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Test config entries ... ok test_ntp_installed (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Test ntp installed ... ok test_ntpq_servers (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Test ntpq output has configured servers ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.033s OK (skipped=2) 2018-05-07 16:25:55,800 - tests.cloud_tests - DEBUG - verifying test data for modules/ssh_keys_generate test_dsa_private (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test dsa private key not generated. ... ok test_dsa_public (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test dsa public key not generated. ... ok test_ecdsa_private (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test ecdsa public key generated. ... ok test_ecdsa_public (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test ecdsa public key generated. ... ok test_ed25519_private (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test ed25519 public key generated. ... ok test_ed25519_public (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test ed25519 public key generated. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Unexpected warnings should not be found in the log. ... ok test_rsa_private (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test rsa public key not generated. ... ok test_rsa_public (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test rsa public key not generated. ... ok ---------------------------------------------------------------------- Ran 13 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:55,838 - tests.cloud_tests - DEBUG - verifying test data for modules/ssh_auth_key_fingerprints_enable test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Unexpected warnings should not be found in the log. ... ok test_syslog (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Verify output of syslog. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:55,876 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_keyserver test_apt_key_list (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Test specific key added. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Unexpected warnings should not be found in the log. ... ok test_source_list (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Test source.list updated. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:55,913 - tests.cloud_tests - DEBUG - verifying test data for modules/bootcmd test_bootcmd_host (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Test boot cmd worked. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:55,947 - tests.cloud_tests - DEBUG - verifying test data for modules/set_hostname_fqdn test_hostname (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Test hostname output. ... ok test_hostname_fqdn (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Test hostname fqdn output. ... ok test_hosts (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Test /etc/hosts file. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:55,985 - tests.cloud_tests - DEBUG - verifying test data for modules/ssh_auth_key_fingerprints_disable test_cloud_init_log (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Verify disabled. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:56,020 - tests.cloud_tests - DEBUG - verifying test data for modules/final_message test_final_message_string (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Ensure final handles regular strings. ... ok test_final_message_subs (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Test variable substitution in final message. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:56,055 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_key test_apt_key_list (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Test key list updated. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Unexpected warnings should not be found in the log. ... ok test_source_list (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Test source.list updated. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:56,091 - tests.cloud_tests - DEBUG - verifying test data for modules/ntp_servers test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Unexpected warnings should not be found in the log. ... ok test_ntp_dist_entries (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Test dist config file is empty ... ok test_ntp_entries (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Test config server entries ... ok test_ntp_installed (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Test ntp installed ... ok test_ntpq_servers (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Test ntpq output has configured servers ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:56,129 - tests.cloud_tests - DEBUG - verifying test data for modules/snappy test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Unexpected warnings should not be found in the log. ... ok test_snappy_version (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Test snappy version output ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:56,161 - tests.cloud_tests - DEBUG - verifying test data for modules/write_files test_b64 (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Test b64 encoded file reads as ascii. ... ok test_binary (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Test binary file reads as executable. ... ok test_gzip (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Test gzip file shows up as a shell script. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Unexpected warnings should not be found in the log. ... ok test_text (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Test text shows up as ASCII text. ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:56,200 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_password.TestPassword) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_password.TestPassword) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_password.TestPassword) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.set_password.TestPassword) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_password.TestPassword) Unexpected warnings should not be found in the log. ... ok test_shadow (tests.cloud_tests.testcases.modules.set_password.TestPassword) Test ubuntu user in shadow. ... ok test_sshd_config (tests.cloud_tests.testcases.modules.set_password.TestPassword) Test sshd config allows passwords. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:56,237 - tests.cloud_tests - DEBUG - verifying test data for modules/ntp test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ntp.TestNtp) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ntp.TestNtp) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ntp.TestNtp) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.ntp.TestNtp) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ntp.TestNtp) Unexpected warnings should not be found in the log. ... ok test_ntp_dist_entries (tests.cloud_tests.testcases.modules.ntp.TestNtp) Test dist config file is empty ... ok test_ntp_entires (tests.cloud_tests.testcases.modules.ntp.TestNtp) Test config entries ... ok test_ntp_installed (tests.cloud_tests.testcases.modules.ntp.TestNtp) Test ntp installed ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:56,274 - tests.cloud_tests - DEBUG - verifying test data for modules/timezone test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Unexpected warnings should not be found in the log. ... ok test_timezone (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Test date prints correct timezone. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:56,311 - tests.cloud_tests - DEBUG - verifying test data for modules/keys_to_console test_excluded_keys (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Test excluded keys missing. ... ok test_expected_keys (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Test expected keys exist. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:56,348 - tests.cloud_tests - DEBUG - verifying test data for modules/debug_enable test_debug_enable (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Test debug messages in cloud-init log. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:56,384 - tests.cloud_tests - DEBUG - verifying test data for modules/seed_random_data test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Unexpected warnings should not be found in the log. ... ok test_random_seed_data (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Test random data passed in exists. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.043s OK (skipped=2) 2018-05-07 16:25:56,432 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password_list test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Unexpected warnings should not be found in the log. ... ok test_shadow_expected_users (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Test every tom, dick, and harry user in shadow. ... ok test_shadow_passwords (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Test shadow passwords. ... ok test_sshd_config (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Test sshd config allows passwords. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.035s OK (skipped=2) 2018-05-07 16:25:56,473 - tests.cloud_tests - DEBUG - verifying test data for modules/user_groups test_group_cloud_users (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test cloud users group exists. ... ok test_group_ubuntu (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test ubuntu group exists. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Unexpected warnings should not be found in the log. ... ok test_user_barfoo (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test barfoo user exists. ... ok test_user_cloudy (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test cloudy user exists. ... ok test_user_foobar (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test foobar user exists. ... ok test_user_root_in_secret (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test root user is in 'secret' group. ... ok test_user_ubuntu (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test ubuntu user exists. ... ok ---------------------------------------------------------------------- Ran 12 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:56,513 - tests.cloud_tests - DEBUG - verifying test data for modules/debug_disable test_debug_disable (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Test verbose output missing from logs. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:56,549 - tests.cloud_tests - DEBUG - verifying test data for modules/salt_minion test_grains (tests.cloud_tests.testcases.modules.salt_minion.Test) Test master value in config. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.salt_minion.Test) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.salt_minion.Test) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.salt_minion.Test) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_minion_installed (tests.cloud_tests.testcases.modules.salt_minion.Test) Test if the salt-minion package is installed ... ok test_minion_pem (tests.cloud_tests.testcases.modules.salt_minion.Test) Test private key. ... ok test_minion_pub (tests.cloud_tests.testcases.modules.salt_minion.Test) Test public key. ... ok test_minon_master (tests.cloud_tests.testcases.modules.salt_minion.Test) Test master value in config. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.salt_minion.Test) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.salt_minion.Test) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 10 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:56,587 - tests.cloud_tests - DEBUG - verifying test data for modules/byobu test_byobu_installed (tests.cloud_tests.testcases.modules.byobu.TestByobu) Test byobu installed. ... ok test_byobu_launch_exists (tests.cloud_tests.testcases.modules.byobu.TestByobu) Test byobu-launch exists. ... ok test_byobu_profile_enabled (tests.cloud_tests.testcases.modules.byobu.TestByobu) Test byobu profile.d file exists. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.byobu.TestByobu) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.byobu.TestByobu) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.byobu.TestByobu) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.byobu.TestByobu) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.byobu.TestByobu) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:56,624 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_proxy test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Unexpected warnings should not be found in the log. ... ok test_proxy_config (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Test proxy options added to apt config. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:56,660 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_ppa test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Unexpected warnings should not be found in the log. ... ok test_ppa (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Test specific ppa added. ... ok test_ppa_key (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Test ppa key added. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:56,697 - tests.cloud_tests - DEBUG - verifying test data for modules/package_update_upgrade_install test_apt_history (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Test apt history for update command. ... ok test_cloud_init_output (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Test cloud-init-output for install & upgrade stuff. ... ok test_installed_htop (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Test htop got installed. ... ok test_installed_tree (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Test tree got installed. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:56,735 - tests.cloud_tests - DEBUG - verifying test data for modules/lxd_dir test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_lxc (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Test lxc installed. ... ok test_lxd (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Test lxd installed. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:56,772 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_pipelining_disable test_disable_pipelining (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Test pipelining disabled. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:56,808 - tests.cloud_tests - DEBUG - verifying test data for modules/runcmd test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Unexpected warnings should not be found in the log. ... ok test_run_cmd (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Test run command worked. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:56,843 - tests.cloud_tests - DEBUG - verifying test data for modules/set_hostname test_hostname (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Test hostname command shows correct output. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:56,880 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_conf test_apt_conf_assumeyes (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Test config assumes true. ... ok test_apt_conf_fixbroken (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Test config fixes broken. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:56,912 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_disable_suites test_empty_sourcelist (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Test source list is empty. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:56,947 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password_list_string test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Unexpected warnings should not be found in the log. ... ok test_shadow_expected_users (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Test every tom, dick, and harry user in shadow. ... ok test_shadow_passwords (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Test shadow passwords. ... ok test_sshd_config (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Test sshd config allows passwords. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:56,985 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password_expire test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Unexpected warnings should not be found in the log. ... ok test_shadow (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Test user frozen in shadow. ... ok test_sshd_config (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Test sshd config allows passwords. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,022 - tests.cloud_tests - DEBUG - verifying test data for modules/ca_certs test_cert_count (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Test the count is proper. ... ok test_cert_installed (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Test line from our cert exists. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.043s OK (skipped=2) 2018-05-07 16:25:57,073 - tests.cloud_tests - DEBUG - verifying test data for main/command_output_simple test_instance_data_json_ec2 (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Validate instance-data.json content by ec2 platform. ... ok test_instance_data_json_kvm (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on ec2' test_instance_data_json_lxd (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Validate instance-data.json content by lxd platform. ... skipped 'Skipping lxd instance-data.json on ec2' test_no_stages_errors (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Unexpected warnings should not be found in the log. ... ok test_output_file (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Ensure that the output file is not empty and has all stages. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,109 - tests.cloud_tests - INFO - test: platform='ec2', os='xenial' passed all tests 2018-05-07 16:25:57,109 - tests.cloud_tests - INFO - test: platform='lxd', os='xenial' verifying test data 2018-05-07 16:25:57,109 - tests.cloud_tests - DEBUG - verifying test data for bugs/lp1628337 test_fetch_indices (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Verify no apt errors. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Unexpected warnings should not be found in the log. ... ok test_ntp (tests.cloud_tests.testcases.bugs.lp1628337.TestLP1628337) Verify can find ntp and install it. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,146 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_list test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Unexpected warnings should not be found in the log. ... ok test_sources_list (tests.cloud_tests.testcases.modules.apt_configure_sources_list.TestAptconfigureSourcesList) Test sources.list includes sources. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:57,183 - tests.cloud_tests - DEBUG - verifying test data for modules/locale test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.locale.TestLocale) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.locale.TestLocale) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.locale.TestLocale) Validate instance-data.json content by lxd platform. ... ok test_locale (tests.cloud_tests.testcases.modules.locale.TestLocale) Test locale is set properly. ... ok test_locale_a (tests.cloud_tests.testcases.modules.locale.TestLocale) Test locale -a has both options. ... ok test_locale_gen (tests.cloud_tests.testcases.modules.locale.TestLocale) Test local.gen file has all entries. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.locale.TestLocale) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.locale.TestLocale) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,220 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_primary test_gatech_sources (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Test GaTech entires exist. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Unexpected warnings should not be found in the log. ... ok test_ubuntu_sources (tests.cloud_tests.testcases.modules.apt_configure_primary.TestAptconfigurePrimary) Test no default Ubuntu entries exist. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,257 - tests.cloud_tests - DEBUG - verifying test data for modules/lxd_bridge test_bridge (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Test bridge config. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Validate instance-data.json content by lxd platform. ... ok test_lxc (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Test lxc installed. ... ok test_lxd (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Test lxd installed. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.lxd_bridge.TestLxdBridge) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,294 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_security test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Unexpected warnings should not be found in the log. ... ok test_security_mirror (tests.cloud_tests.testcases.modules.apt_configure_security.TestAptconfigureSecurity) Test security lines added and uncommented in source.list. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,330 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_pipelining_os test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Unexpected warnings should not be found in the log. ... ok test_os_pipelining (tests.cloud_tests.testcases.modules.apt_pipelining_os.TestAptPipeliningOS) Test pipelining set to os. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,367 - tests.cloud_tests - DEBUG - verifying test data for modules/snap test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.snap.TestSnap) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.snap.TestSnap) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.snap.TestSnap) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.snap.TestSnap) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.snap.TestSnap) Unexpected warnings should not be found in the log. ... ok test_snappy_version (tests.cloud_tests.testcases.modules.snap.TestSnap) Expect hello-world and core snaps are installed. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,403 - tests.cloud_tests - DEBUG - verifying test data for modules/ssh_import_id test_authorized_keys (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Test that ssh keys were imported. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ssh_import_id.TestSshImportId) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,439 - tests.cloud_tests - DEBUG - verifying test data for modules/ntp_pools test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Unexpected warnings should not be found in the log. ... ok test_ntp_dist_entries (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Test dist config file is empty ... ok test_ntp_entires (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Test config entries ... ok test_ntp_installed (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Test ntp installed ... ok test_ntpq_servers (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools) Test ntpq output has configured servers ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,476 - tests.cloud_tests - DEBUG - verifying test data for modules/ssh_keys_generate test_dsa_private (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test dsa private key not generated. ... ok test_dsa_public (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test dsa public key not generated. ... ok test_ecdsa_private (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test ecdsa public key generated. ... ok test_ecdsa_public (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test ecdsa public key generated. ... ok test_ed25519_private (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test ed25519 public key generated. ... ok test_ed25519_public (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test ed25519 public key generated. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Unexpected warnings should not be found in the log. ... ok test_rsa_private (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test rsa public key not generated. ... ok test_rsa_public (tests.cloud_tests.testcases.modules.ssh_keys_generate.TestSshKeysGenerate) Test rsa public key not generated. ... ok ---------------------------------------------------------------------- Ran 13 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,514 - tests.cloud_tests - DEBUG - verifying test data for modules/ssh_auth_key_fingerprints_enable test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Unexpected warnings should not be found in the log. ... ok test_syslog (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_enable.TestSshKeyFingerprintsEnable) Verify output of syslog. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.029s OK (skipped=2) 2018-05-07 16:25:57,549 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_keyserver test_apt_key_list (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Test specific key added. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Unexpected warnings should not be found in the log. ... ok test_source_list (tests.cloud_tests.testcases.modules.apt_configure_sources_keyserver.TestAptconfigureSourcesKeyserver) Test source.list updated. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.029s OK (skipped=2) 2018-05-07 16:25:57,584 - tests.cloud_tests - DEBUG - verifying test data for modules/bootcmd test_bootcmd_host (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Test boot cmd worked. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.bootcmd.TestBootCmd) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,620 - tests.cloud_tests - DEBUG - verifying test data for modules/set_hostname_fqdn test_hostname (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Test hostname output. ... ok test_hostname_fqdn (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Test hostname fqdn output. ... ok test_hosts (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Test /etc/hosts file. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_hostname_fqdn.TestHostnameFqdn) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:57,655 - tests.cloud_tests - DEBUG - verifying test data for modules/ssh_auth_key_fingerprints_disable test_cloud_init_log (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Verify disabled. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ssh_auth_key_fingerprints_disable.TestSshKeyFingerprintsDisable) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,690 - tests.cloud_tests - DEBUG - verifying test data for modules/final_message test_final_message_string (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Ensure final handles regular strings. ... ok test_final_message_subs (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Test variable substitution in final message. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.final_message.TestFinalMessage) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.029s OK (skipped=2) 2018-05-07 16:25:57,724 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_key test_apt_key_list (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Test key list updated. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Unexpected warnings should not be found in the log. ... ok test_source_list (tests.cloud_tests.testcases.modules.apt_configure_sources_key.TestAptconfigureSourcesKey) Test source.list updated. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:57,761 - tests.cloud_tests - DEBUG - verifying test data for modules/ntp_servers test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Unexpected warnings should not be found in the log. ... ok test_ntp_dist_entries (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Test dist config file is empty ... ok test_ntp_entries (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Test config server entries ... ok test_ntp_installed (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Test ntp installed ... ok test_ntpq_servers (tests.cloud_tests.testcases.modules.ntp_servers.TestNtpServers) Test ntpq output has configured servers ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:57,798 - tests.cloud_tests - DEBUG - verifying test data for modules/snappy test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Unexpected warnings should not be found in the log. ... ok test_snappy_version (tests.cloud_tests.testcases.modules.snappy.TestSnappy) Test snappy version output ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:57,830 - tests.cloud_tests - DEBUG - verifying test data for modules/write_files test_b64 (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Test b64 encoded file reads as ascii. ... ok test_binary (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Test binary file reads as executable. ... ok test_gzip (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Test gzip file shows up as a shell script. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Unexpected warnings should not be found in the log. ... ok test_text (tests.cloud_tests.testcases.modules.write_files.TestWriteFiles) Test text shows up as ASCII text. ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:57,865 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_password.TestPassword) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_password.TestPassword) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_password.TestPassword) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.set_password.TestPassword) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_password.TestPassword) Unexpected warnings should not be found in the log. ... ok test_shadow (tests.cloud_tests.testcases.modules.set_password.TestPassword) Test ubuntu user in shadow. ... ok test_sshd_config (tests.cloud_tests.testcases.modules.set_password.TestPassword) Test sshd config allows passwords. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:57,898 - tests.cloud_tests - DEBUG - verifying test data for modules/ntp test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ntp.TestNtp) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ntp.TestNtp) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ntp.TestNtp) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.ntp.TestNtp) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ntp.TestNtp) Unexpected warnings should not be found in the log. ... ok test_ntp_dist_entries (tests.cloud_tests.testcases.modules.ntp.TestNtp) Test dist config file is empty ... ok test_ntp_entires (tests.cloud_tests.testcases.modules.ntp.TestNtp) Test config entries ... ok test_ntp_installed (tests.cloud_tests.testcases.modules.ntp.TestNtp) Test ntp installed ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:57,932 - tests.cloud_tests - DEBUG - verifying test data for modules/timezone test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Unexpected warnings should not be found in the log. ... ok test_timezone (tests.cloud_tests.testcases.modules.timezone.TestTimezone) Test date prints correct timezone. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:57,964 - tests.cloud_tests - DEBUG - verifying test data for modules/keys_to_console test_excluded_keys (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Test excluded keys missing. ... ok test_expected_keys (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Test expected keys exist. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.keys_to_console.TestKeysToConsole) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:57,997 - tests.cloud_tests - DEBUG - verifying test data for modules/debug_enable test_debug_enable (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Test debug messages in cloud-init log. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.debug_enable.TestDebugEnable) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:58,030 - tests.cloud_tests - DEBUG - verifying test data for modules/seed_random_data test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Unexpected warnings should not be found in the log. ... ok test_random_seed_data (tests.cloud_tests.testcases.modules.seed_random_data.TestSeedRandom) Test random data passed in exists. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:58,063 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password_list test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Unexpected warnings should not be found in the log. ... ok test_shadow_expected_users (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Test every tom, dick, and harry user in shadow. ... ok test_shadow_passwords (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Test shadow passwords. ... ok test_sshd_config (tests.cloud_tests.testcases.modules.set_password_list.TestPasswordList) Test sshd config allows passwords. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:58,100 - tests.cloud_tests - DEBUG - verifying test data for modules/user_groups test_group_cloud_users (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test cloud users group exists. ... ok test_group_ubuntu (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test ubuntu group exists. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Unexpected warnings should not be found in the log. ... ok test_user_barfoo (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test barfoo user exists. ... ok test_user_cloudy (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test cloudy user exists. ... ok test_user_foobar (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test foobar user exists. ... ok test_user_root_in_secret (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test root user is in 'secret' group. ... ok test_user_ubuntu (tests.cloud_tests.testcases.modules.user_groups.TestUserGroups) Test ubuntu user exists. ... ok ---------------------------------------------------------------------- Ran 12 tests in 0.028s OK (skipped=2) 2018-05-07 16:25:58,134 - tests.cloud_tests - DEBUG - verifying test data for modules/debug_disable test_debug_disable (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Test verbose output missing from logs. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.debug_disable.TestDebugDisable) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:58,169 - tests.cloud_tests - DEBUG - verifying test data for modules/salt_minion test_grains (tests.cloud_tests.testcases.modules.salt_minion.Test) Test master value in config. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.salt_minion.Test) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.salt_minion.Test) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.salt_minion.Test) Validate instance-data.json content by lxd platform. ... ok test_minion_installed (tests.cloud_tests.testcases.modules.salt_minion.Test) Test if the salt-minion package is installed ... ok test_minion_pem (tests.cloud_tests.testcases.modules.salt_minion.Test) Test private key. ... ok test_minion_pub (tests.cloud_tests.testcases.modules.salt_minion.Test) Test public key. ... ok test_minon_master (tests.cloud_tests.testcases.modules.salt_minion.Test) Test master value in config. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.salt_minion.Test) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.salt_minion.Test) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 10 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:58,207 - tests.cloud_tests - DEBUG - verifying test data for modules/byobu test_byobu_installed (tests.cloud_tests.testcases.modules.byobu.TestByobu) Test byobu installed. ... ok test_byobu_launch_exists (tests.cloud_tests.testcases.modules.byobu.TestByobu) Test byobu-launch exists. ... ok test_byobu_profile_enabled (tests.cloud_tests.testcases.modules.byobu.TestByobu) Test byobu profile.d file exists. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.byobu.TestByobu) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.byobu.TestByobu) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.byobu.TestByobu) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.byobu.TestByobu) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.byobu.TestByobu) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:58,244 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_proxy test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Unexpected warnings should not be found in the log. ... ok test_proxy_config (tests.cloud_tests.testcases.modules.apt_configure_proxy.TestAptconfigureProxy) Test proxy options added to apt config. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:58,279 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_sources_ppa test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Unexpected warnings should not be found in the log. ... ok test_ppa (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Test specific ppa added. ... ok test_ppa_key (tests.cloud_tests.testcases.modules.apt_configure_sources_ppa.TestAptconfigureSourcesPPA) Test ppa key added. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:58,316 - tests.cloud_tests - DEBUG - verifying test data for modules/package_update_upgrade_install test_apt_history (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Test apt history for update command. ... ok test_cloud_init_output (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Test cloud-init-output for install & upgrade stuff. ... ok test_installed_htop (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Test htop got installed. ... ok test_installed_tree (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Test tree got installed. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.package_update_upgrade_install.TestPackageInstallUpdateUpgrade) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:58,353 - tests.cloud_tests - DEBUG - verifying test data for modules/lxd_dir test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Validate instance-data.json content by lxd platform. ... ok test_lxc (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Test lxc installed. ... ok test_lxd (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Test lxd installed. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.lxd_dir.TestLxdDir) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:58,389 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_pipelining_disable test_disable_pipelining (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Test pipelining disabled. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_pipelining_disable.TestAptPipeliningDisable) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.041s OK (skipped=2) 2018-05-07 16:25:58,435 - tests.cloud_tests - DEBUG - verifying test data for modules/runcmd test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Unexpected warnings should not be found in the log. ... ok test_run_cmd (tests.cloud_tests.testcases.modules.runcmd.TestRunCmd) Test run command worked. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:58,470 - tests.cloud_tests - DEBUG - verifying test data for modules/set_hostname test_hostname (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Test hostname command shows correct output. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_hostname.TestHostname) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:58,508 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_conf test_apt_conf_assumeyes (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Test config assumes true. ... ok test_apt_conf_fixbroken (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Test config fixes broken. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_conf.TestAptconfigureConf) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:58,544 - tests.cloud_tests - DEBUG - verifying test data for modules/apt_configure_disable_suites test_empty_sourcelist (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Test source list is empty. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.apt_configure_disable_suites.TestAptconfigureDisableSuites) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.030s OK (skipped=2) 2018-05-07 16:25:58,580 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password_list_string test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Unexpected warnings should not be found in the log. ... ok test_shadow_expected_users (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Test every tom, dick, and harry user in shadow. ... ok test_shadow_passwords (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Test shadow passwords. ... ok test_sshd_config (tests.cloud_tests.testcases.modules.set_password_list_string.TestPasswordListString) Test sshd config allows passwords. ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.034s OK (skipped=2) 2018-05-07 16:25:58,620 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password_expire test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Unexpected warnings should not be found in the log. ... ok test_shadow (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Test user frozen in shadow. ... ok test_sshd_config (tests.cloud_tests.testcases.modules.set_password_expire.TestPasswordExpire) Test sshd config allows passwords. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.031s OK (skipped=2) 2018-05-07 16:25:58,656 - tests.cloud_tests - DEBUG - verifying test data for modules/ca_certs test_cert_count (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Test the count is proper. ... ok test_cert_installed (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Test line from our cert exists. ... ok test_instance_data_json_ec2 (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ca_certs.TestCaCerts) Unexpected warnings should not be found in the log. ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:58,696 - tests.cloud_tests - DEBUG - verifying test data for main/command_output_simple test_instance_data_json_ec2 (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Validate instance-data.json content by ec2 platform. ... skipped 'Skipping ec2 instance-data.json on lxd' test_instance_data_json_kvm (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Validate instance-data.json content by nocloud-kvm platform. ... skipped 'Skipping nocloud-kvm instance-data.json on lxd' test_instance_data_json_lxd (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Validate instance-data.json content by lxd platform. ... ok test_no_stages_errors (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Ensure that there were no errors in any stage. ... ok test_no_warnings_in_log (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Unexpected warnings should not be found in the log. ... ok test_output_file (tests.cloud_tests.testcases.main.command_output_simple.TestCommandOutputSimple) Ensure that the output file is not empty and has all stages. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.032s OK (skipped=2) 2018-05-07 16:25:58,733 - tests.cloud_tests - INFO - test: platform='lxd', os='xenial' passed all tests 2018-05-07 16:25:58,733 - tests.cloud_tests - DEBUG - verify results: {'nocloud-kvm': {'xenial': {'modules/apt_pipelining_disable': {'passed': True, 'failures': []}, 'modules/apt_configure_sources_keyserver': {'passed': True, 'failures': []}, 'modules/apt_configure_sources_ppa': {'passed': True, 'failures': []}, 'modules/apt_configure_security': {'passed': True, 'failures': []}, 'modules/set_password': {'passed': True, 'failures': []}, 'modules/seed_random_data': {'passed': True, 'failures': []}, 'modules/runcmd': {'passed': True, 'failures': []}, 'modules/set_password_expire': {'passed': True, 'failures': []}, 'modules/set_password_list': {'passed': True, 'failures': []}, 'modules/ssh_auth_key_fingerprints_disable': {'passed': True, 'failures': []}, 'modules/debug_enable': {'passed': True, 'failures': []}, 'modules/timezone': {'passed': True, 'failures': []}, 'modules/apt_configure_proxy': {'passed': True, 'failures': []}, 'modules/set_password_list_string': {'passed': True, 'failures': []}, 'modules/keys_to_console': {'passed': True, 'failures': []}, 'modules/set_hostname_fqdn': {'passed': True, 'failures': []}, 'modules/locale': {'passed': True, 'failures': []}, 'modules/snap': {'passed': True, 'failures': []}, 'modules/salt_minion': {'passed': True, 'failures': []}, 'modules/apt_configure_sources_list': {'passed': True, 'failures': []}, 'modules/ntp_pools': {'passed': True, 'failures': []}, 'modules/apt_configure_primary': {'passed': True, 'failures': []}, 'modules/write_files': {'passed': True, 'failures': []}, 'modules/debug_disable': {'passed': True, 'failures': []}, 'modules/ssh_import_id': {'passed': True, 'failures': []}, 'modules/lxd_bridge': {'passed': True, 'failures': []}, 'modules/lxd_dir': {'passed': True, 'failures': []}, 'modules/final_message': {'passed': True, 'failures': []}, 'modules/byobu': {'passed': True, 'failures': []}, 'modules/bootcmd': {'passed': True, 'failures': []}, 'modules/ssh_keys_generate': {'passed': True, 'failures': []}, 'modules/snappy': {'passed': True, 'failures': []}, 'modules/apt_pipelining_os': {'passed': True, 'failures': []}, 'modules/apt_configure_sources_key': {'passed': True, 'failures': []}, 'modules/ntp_servers': {'passed': True, 'failures': []}, 'modules/user_groups': {'passed': True, 'failures': []}, 'bugs/lp1628337': {'passed': True, 'failures': []}, 'modules/set_hostname': {'passed': True, 'failures': []}, 'main/command_output_simple': {'passed': True, 'failures': []}, 'modules/apt_configure_conf': {'passed': True, 'failures': []}, 'modules/ssh_auth_key_fingerprints_enable': {'passed': True, 'failures': []}, 'modules/ntp': {'passed': True, 'failures': []}, 'modules/apt_configure_disable_suites': {'passed': True, 'failures': []}, 'modules/package_update_upgrade_install': {'passed': True, 'failures': []}, 'modules/ca_certs': {'passed': True, 'failures': []}}}, 'ec2': {'xenial': {'modules/apt_pipelining_disable': {'passed': True, 'failures': []}, 'modules/apt_configure_sources_keyserver': {'passed': True, 'failures': []}, 'modules/apt_configure_sources_ppa': {'passed': True, 'failures': []}, 'modules/apt_configure_security': {'passed': True, 'failures': []}, 'modules/set_password': {'passed': True, 'failures': []}, 'modules/seed_random_data': {'passed': True, 'failures': []}, 'modules/runcmd': {'passed': True, 'failures': []}, 'modules/set_password_expire': {'passed': True, 'failures': []}, 'modules/set_password_list': {'passed': True, 'failures': []}, 'modules/ssh_auth_key_fingerprints_disable': {'passed': True, 'failures': []}, 'modules/debug_enable': {'passed': True, 'failures': []}, 'modules/timezone': {'passed': True, 'failures': []}, 'modules/apt_configure_proxy': {'passed': True, 'failures': []}, 'modules/set_password_list_string': {'passed': True, 'failures': []}, 'modules/keys_to_console': {'passed': True, 'failures': []}, 'modules/set_hostname_fqdn': {'passed': True, 'failures': []}, 'modules/locale': {'passed': True, 'failures': []}, 'modules/snap': {'passed': True, 'failures': []}, 'modules/salt_minion': {'passed': True, 'failures': []}, 'modules/apt_configure_sources_list': {'passed': True, 'failures': []}, 'modules/ntp_pools': {'passed': True, 'failures': []}, 'modules/apt_configure_primary': {'passed': True, 'failures': []}, 'modules/write_files': {'passed': True, 'failures': []}, 'modules/debug_disable': {'passed': True, 'failures': []}, 'modules/ssh_import_id': {'passed': True, 'failures': []}, 'modules/lxd_bridge': {'passed': True, 'failures': []}, 'modules/lxd_dir': {'passed': True, 'failures': []}, 'modules/final_message': {'passed': True, 'failures': []}, 'modules/byobu': {'passed': True, 'failures': []}, 'modules/bootcmd': {'passed': True, 'failures': []}, 'modules/ssh_keys_generate': {'passed': True, 'failures': []}, 'modules/snappy': {'passed': True, 'failures': []}, 'modules/apt_pipelining_os': {'passed': True, 'failures': []}, 'modules/apt_configure_sources_key': {'passed': True, 'failures': []}, 'modules/ntp_servers': {'passed': True, 'failures': []}, 'modules/user_groups': {'passed': True, 'failures': []}, 'bugs/lp1628337': {'passed': True, 'failures': []}, 'modules/set_hostname': {'passed': True, 'failures': []}, 'main/command_output_simple': {'passed': True, 'failures': []}, 'modules/apt_configure_conf': {'passed': True, 'failures': []}, 'modules/ssh_auth_key_fingerprints_enable': {'passed': True, 'failures': []}, 'modules/ntp': {'passed': True, 'failures': []}, 'modules/apt_configure_disable_suites': {'passed': True, 'failures': []}, 'modules/package_update_upgrade_install': {'passed': True, 'failures': []}, 'modules/ca_certs': {'passed': True, 'failures': []}}}, 'lxd': {'xenial': {'modules/apt_pipelining_disable': {'passed': True, 'failures': []}, 'modules/apt_configure_sources_keyserver': {'passed': True, 'failures': []}, 'modules/apt_configure_sources_ppa': {'passed': True, 'failures': []}, 'modules/apt_configure_security': {'passed': True, 'failures': []}, 'modules/set_password': {'passed': True, 'failures': []}, 'modules/seed_random_data': {'passed': True, 'failures': []}, 'modules/runcmd': {'passed': True, 'failures': []}, 'modules/set_password_expire': {'passed': True, 'failures': []}, 'modules/set_password_list': {'passed': True, 'failures': []}, 'modules/ssh_auth_key_fingerprints_disable': {'passed': True, 'failures': []}, 'modules/debug_enable': {'passed': True, 'failures': []}, 'modules/timezone': {'passed': True, 'failures': []}, 'modules/apt_configure_proxy': {'passed': True, 'failures': []}, 'modules/set_password_list_string': {'passed': True, 'failures': []}, 'modules/keys_to_console': {'passed': True, 'failures': []}, 'modules/set_hostname_fqdn': {'passed': True, 'failures': []}, 'modules/locale': {'passed': True, 'failures': []}, 'modules/snap': {'passed': True, 'failures': []}, 'modules/salt_minion': {'passed': True, 'failures': []}, 'modules/apt_configure_sources_list': {'passed': True, 'failures': []}, 'modules/ntp_pools': {'passed': True, 'failures': []}, 'modules/apt_configure_primary': {'passed': True, 'failures': []}, 'modules/write_files': {'passed': True, 'failures': []}, 'modules/debug_disable': {'passed': True, 'failures': []}, 'modules/ssh_import_id': {'passed': True, 'failures': []}, 'modules/lxd_bridge': {'passed': True, 'failures': []}, 'modules/lxd_dir': {'passed': True, 'failures': []}, 'modules/final_message': {'passed': True, 'failures': []}, 'modules/byobu': {'passed': True, 'failures': []}, 'modules/bootcmd': {'passed': True, 'failures': []}, 'modules/ssh_keys_generate': {'passed': True, 'failures': []}, 'modules/snappy': {'passed': True, 'failures': []}, 'modules/apt_pipelining_os': {'passed': True, 'failures': []}, 'modules/apt_configure_sources_key': {'passed': True, 'failures': []}, 'modules/ntp_servers': {'passed': True, 'failures': []}, 'modules/user_groups': {'passed': True, 'failures': []}, 'bugs/lp1628337': {'passed': True, 'failures': []}, 'modules/set_hostname': {'passed': True, 'failures': []}, 'main/command_output_simple': {'passed': True, 'failures': []}, 'modules/apt_configure_conf': {'passed': True, 'failures': []}, 'modules/ssh_auth_key_fingerprints_enable': {'passed': True, 'failures': []}, 'modules/ntp': {'passed': True, 'failures': []}, 'modules/apt_configure_disable_suites': {'passed': True, 'failures': []}, 'modules/package_update_upgrade_install': {'passed': True, 'failures': []}, 'modules/ca_certs': {'passed': True, 'failures': []}}}}