ansible-playbook [core 2.17.12] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.13/site-packages/ansible ansible collection location = /tmp/collections-XIT executable location = /usr/local/bin/ansible-playbook python version = 3.13.3 (main, Apr 22 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.13) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_switch_provider.yml ******************************************** 2 plays in /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_switch_provider.yml PLAY [Run playbook 'playbooks/tests_switch_provider.yml'] ********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_switch_provider.yml:3 Thursday 26 June 2025 15:17:28 -0400 (0:00:00.108) 0:00:00.108 ********* [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_switch_provider.yml:6 Thursday 26 June 2025 15:17:30 -0400 (0:00:02.151) 0:00:02.260 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Thursday 26 June 2025 15:17:30 -0400 (0:00:00.053) 0:00:02.314 ********* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Thursday 26 June 2025 15:17:31 -0400 (0:00:00.712) 0:00:03.027 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Thursday 26 June 2025 15:17:31 -0400 (0:00:00.687) 0:00:03.714 ********* ok: [managed-node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Thursday 26 June 2025 15:17:31 -0400 (0:00:00.090) 0:00:03.805 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } PLAY [Switch initscripts provider to nm] *************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:5 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.078) 0:00:03.883 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Through the initscripts provider, create test bridge LST-TST-br34] ******* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:11 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.070) 0:00:03.954 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:23 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.112) 0:00:04.066 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Include the task 'remove+down_profile.yml'] ****************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:26 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.047) 0:00:04.114 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml' with new profile] *********** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:32 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.057) 0:00:04.171 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Set fact to use nm network_provider] ************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:35 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.044) 0:00:04.216 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Through the nm provider, create test bridge LST-TST-br34] **************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:41 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.037) 0:00:04.254 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml' with nm provider] *********** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:53 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.055) 0:00:04.309 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Include the task 'remove+down_profile.yml' with nm provider] ************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:56 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.044) 0:00:04.354 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml' with nm provider again] ***** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:62 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.032) 0:00:04.386 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:65 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.048) 0:00:04.435 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:68 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.052) 0:00:04.488 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:71 Thursday 26 June 2025 15:17:32 -0400 (0:00:00.052) 0:00:04.541 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node1 : ok=5 changed=0 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Thursday 26 June 2025 15:17:32 -0400 (0:00:00.043) 0:00:04.585 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 2.15s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_switch_provider.yml:3 Gather the minimum subset of ansible_facts required by the network role test --- 0.71s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Check if system is ostree ----------------------------------------------- 0.69s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Through the initscripts provider, create test bridge LST-TST-br34 ------- 0.11s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:11 Set flag to indicate system is ostree ----------------------------------- 0.09s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Fix CentOS6 Base repo --------------------------------------------------- 0.08s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Gathering Facts --------------------------------------------------------- 0.07s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:5 Include the task 'remove+down_profile.yml' ------------------------------ 0.06s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:26 Through the nm provider, create test bridge LST-TST-br34 ---------------- 0.06s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:41 Include the task 'el_repo_setup.yml' ------------------------------------ 0.05s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_switch_provider.yml:6 Include the task 'delete_interface.yml' --------------------------------- 0.05s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:65 Include the task 'assert_device_absent.yml' ----------------------------- 0.05s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:68 Include the task 'assert_device_present.yml' with nm provider again ----- 0.05s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:62 Include the task 'assert_device_present.yml' ---------------------------- 0.05s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:23 Include the task 'assert_device_present.yml' with new profile ----------- 0.05s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:32 Include the task 'assert_device_present.yml' with nm provider ----------- 0.04s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:53 Verify network state restored to default -------------------------------- 0.04s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:71 Set fact to use nm network_provider ------------------------------------- 0.04s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:35 Include the task 'remove+down_profile.yml' with nm provider ------------- 0.03s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:56