Changeset - b3cb2da81abf
[Not reviewed]
0 1 0
Branko Majic (branko) - 3 months ago 2024-02-10 13:30:52
branko@majic.rs
MAR-191: Fix linting error (unused variable).
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/backup_client/molecule/default/tests/test_default.py
Show inline comments
 
@@ -9,14 +9,12 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
 

	
 
def test_installed_packages(host):
 
    """
 
    Tests if the necessary packages are installed.
 
    """
 

	
 
    distribution_release = host.ansible("setup")["ansible_facts"]["ansible_distribution_release"]
 

	
 
    expected_package_name = "python3-pexpect"
 

	
 
    assert host.package(expected_package_name).is_installed
 
    assert host.package('duply').is_installed
 
    assert host.package('duplicity').is_installed
 

	
0 comments (0 inline, 0 general)