File diff 6b5d79f78899 → 325b9d16a72b
roles/common/molecule/default/tests/test_parameters_optional.py
Show inline comments
 
@@ -39,14 +39,14 @@ def test_bash_prompt_content(host):
 
    assert "export PS1='\\[\\e]0;\\u@\\h: \\w\\a\\]${debian_chroot:+($debian_chroot)}\\u@\\h[test]:\\w\\$ '" in config.content_string
 

	
 

	
 
def test_common_installed_packages_common(host):
 
def test_common_packages_are_installed(host):
 
    """
 
    Tests that user-provided common packages have been installed.
 
    """
 

	
 
    assert host.package('units').is_installed
 
    assert host.package('gnutls-bin').is_installed
 
    assert host.package('libmariadbclient-dev-compat').is_installed
 
    assert host.package('emacs24-nox').is_installed
 

	
 

	
 
def test_ssh_login_mechanisms(host):