File diff 922ac53a02a7 → 72af31a420be
roles/common/molecule/default/tests/test_parameters_mandatory.py
Show inline comments
 
@@ -121,8 +121,8 @@ def test_ntp_software_not_installed(host):
 
    Tests if NTP packages are absent.
 
    """
 

	
 
    assert not host.package('ntp').is_installed
 
    assert not host.package('ntpdate').is_installed
 
    assert not host.package('ntpsec').is_installed
 
    assert not host.package('ntpsec-ntpdate').is_installed
 

	
 

	
 
def test_ntp_listening_interfaces(host):