From f176b9957d1bbb1aff11f46544b0ec497450641f 2024-09-03 17:11:46 From: Branko Majic Date: 2024-09-03 17:11:46 Subject: [PATCH] MAR-218: Drop the workaround for running connectivity tests: - Relevant PR has been long merged into testinfra, and no longer poses an issue. --- diff --git a/roles/common/molecule/default/prepare.yml b/roles/common/molecule/default/prepare.yml index 266cf5c2e4d66351659808367726a05672cfcac0..f9258862e71f52adebf2ae785fffe0958f09e938 100644 --- a/roles/common/molecule/default/prepare.yml +++ b/roles/common/molecule/default/prepare.yml @@ -38,11 +38,6 @@ name: net-tools state: present - - name: Remove the ss utility (see https://github.com/philpep/testinfra/pull/320) - ansible.builtin.file: - path: "/bin/ss" - state: absent - - name: Prepare, helpers hosts: helper become: true diff --git a/roles/ldap_server/molecule/default/prepare.yml b/roles/ldap_server/molecule/default/prepare.yml index b1642b31658ef77bcd2317a4415ac6aa5429eb43..8da9fd860a43f6f760d0a390404e9c21a3683038 100644 --- a/roles/ldap_server/molecule/default/prepare.yml +++ b/roles/ldap_server/molecule/default/prepare.yml @@ -57,11 +57,6 @@ group: root mode: "0644" - - name: Remove the ss utility (see https://github.com/philpep/testinfra/pull/320) - ansible.builtin.file: - path: "/bin/ss" - state: absent - - name: Install tools for testing ansible.builtin.apt: name: diff --git a/roles/wsgi_website/molecule/default/prepare.yml b/roles/wsgi_website/molecule/default/prepare.yml index e5de092b6fb1b6d2d84afdcd4d6569499bd1a2b2..e7fe3b66d82510bc9db713ad4c5bc9354f494c1b 100644 --- a/roles/wsgi_website/molecule/default/prepare.yml +++ b/roles/wsgi_website/molecule/default/prepare.yml @@ -53,11 +53,6 @@ update_cache: true changed_when: false - - name: Remove the ss utility (see https://github.com/philpep/testinfra/pull/320) - ansible.builtin.file: - path: "/bin/ss" - state: absent - - name: Prepare, test fixtures hosts: wsgi-website become: true