# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-route_typet745agyq/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml statically imported: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/assert_device_present.yml statically imported: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/assert_device_present.yml statically imported: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/assert_device_present.yml statically imported: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/remove_test_interfaces_with_dhcp.yml Skipping callback 'debug', 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_bond_removal_initscripts.yml *********************************** 2 plays in /WORKDIR/git-route_typet745agyq/tests/tests_bond_removal_initscripts.yml PLAY [Run playbook 'playbooks/tests_bond_removal.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_typet745agyq/tests/tests_bond_removal_initscripts.yml:5 Tuesday 09 January 2024 02:23:23 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_typet745agyq/tests/tests_bond_removal_initscripts.yml:8 Tuesday 09 January 2024 02:23:24 +0000 (0:00:00.802) 0:00:00.814 ******* included: /WORKDIR/git-route_typet745agyq/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-route_typet745agyq/tests/tasks/el_repo_setup.yml:3 Tuesday 09 January 2024 02:23:24 +0000 (0:00:00.011) 0:00:00.825 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typet745agyq/tests/tasks/el_repo_setup.yml:17 Tuesday 09 January 2024 02:23:24 +0000 (0:00:00.351) 0:00:01.176 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typet745agyq/tests/tasks/el_repo_setup.yml:22 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.241) 0:00:01.418 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_typet745agyq/tests/tasks/el_repo_setup.yml:26 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.013) 0:00:01.432 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-route_typet745agyq/tests/tasks/el_repo_setup.yml:51 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.007) 0:00:01.439 ******* included: /WORKDIR/git-route_typet745agyq/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-route_typet745agyq/tests/tasks/enable_epel.yml:8 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.019) 0:00:01.459 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-route_typet745agyq/tests/tasks/enable_epel.yml:24 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.007) 0:00:01.467 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-route_typet745agyq/tests/tasks/enable_epel.yml:30 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.007) 0:00:01.474 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-route_typet745agyq/tests/tasks/enable_epel.yml:35 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.008) 0:00:01.482 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_typet745agyq/tests/tasks/enable_epel.yml:40 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.007) 0:00:01.490 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-route_typet745agyq/tests/tests_bond_removal_initscripts.yml:10 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.008) 0:00:01.498 ******* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing bond removal] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:3 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.018) 0:00:01.516 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [INIT Prepare setup] ****************************************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:13 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.027) 0:00:01.544 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [Install dnsmasq] ********************************************************* task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:3 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:01.561 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Install pgrep, sysctl] *************************************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:9 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:01.579 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Install pgrep, sysctl] *************************************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:18 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:01.596 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Create test interfaces] ************************************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:27 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.036) 0:00:01.633 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.038) 0:00:01.671 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that the interface is present - 'test1'] ************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.030) 0:00:01.701 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.031) 0:00:01.733 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that the interface is present - 'test2'] ************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:01.751 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Backup the /etc/resolv.conf for initscript] ****************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:26 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:01.768 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [TEST Add Bond with 2 ports] ********************************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:33 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.015) 0:00:01.783 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.015) 0:00:01.799 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.015) 0:00:01.814 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.016) 0:00:01.831 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.015) 0:00:01.846 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.015) 0:00:01.862 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.015) 0:00:01.877 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:01.895 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:01.912 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.016) 0:00:01.928 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.020) 0:00:01.949 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:01.966 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:01.983 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:02.001 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.016) 0:00:02.017 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.015) 0:00:02.033 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.016) 0:00:02.049 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.016) 0:00:02.065 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.016) 0:00:02.082 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:02.099 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that the interface is present - 'nm-bond'] ************************ task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:02.117 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:67 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.016) 0:00:02.133 ******* skipping: [sut] => (item=bond0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "item": "bond0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=bond0.0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "item": "bond0.0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=bond0.1) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "item": "bond0.1", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [** TEST check polling interval] ****************************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:75 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.024) 0:00:02.158 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [** TEST check IPv4] ****************************************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:80 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.018) 0:00:02.177 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [** TEST check IPv6] ****************************************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:87 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.016) 0:00:02.193 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.020) 0:00:02.213 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:02.230 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.016) 0:00:02.247 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:02.265 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.017) 0:00:02.282 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.016) 0:00:02.298 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 09 January 2024 02:23:25 +0000 (0:00:00.015) 0:00:02.314 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.016) 0:00:02.330 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.016) 0:00:02.347 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.015) 0:00:02.363 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.016) 0:00:02.379 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.016) 0:00:02.395 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.016) 0:00:02.411 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.016) 0:00:02.427 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.016) 0:00:02.444 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.017) 0:00:02.461 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.019) 0:00:02.480 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.018) 0:00:02.499 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [From the active connection, get the port1 profile "bond0.0"] ************* task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:104 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.020) 0:00:02.520 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [From the active connection, get the port2 profile "bond0.1"] ************* task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:111 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.017) 0:00:02.537 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that the port1 profile is not activated] ************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:118 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.018) 0:00:02.556 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that the port2 profile is not activated] ************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:125 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.029) 0:00:02.586 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Get the port1 device state] ********************************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:132 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.027) 0:00:02.613 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Get the port2 device state] ********************************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:139 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.044) 0:00:02.657 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that the port1 device is in DOWN state] *************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:146 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.017) 0:00:02.675 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that the port2 device is in DOWN state] *************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:153 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.018) 0:00:02.693 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.017) 0:00:02.711 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.020) 0:00:02.732 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.018) 0:00:02.751 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.018) 0:00:02.769 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.026) 0:00:02.795 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.019) 0:00:02.814 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.017) 0:00:02.831 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.018) 0:00:02.850 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.021) 0:00:02.872 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.039) 0:00:02.912 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.019) 0:00:02.931 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.018) 0:00:02.950 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.020) 0:00:02.971 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.018) 0:00:02.989 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.019) 0:00:03.009 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.017) 0:00:03.026 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.016) 0:00:03.043 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.018) 0:00:03.061 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.018) 0:00:03.079 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.017) 0:00:03.097 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.016) 0:00:03.113 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.018) 0:00:03.132 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.019) 0:00:03.152 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.020) 0:00:03.172 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.022) 0:00:03.194 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.019) 0:00:03.213 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.032) 0:00:03.246 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.019) 0:00:03.265 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.018) 0:00:03.284 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.026) 0:00:03.310 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 09 January 2024 02:23:26 +0000 (0:00:00.017) 0:00:03.327 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.025) 0:00:03.353 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.027) 0:00:03.381 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.037) 0:00:03.418 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.029) 0:00:03.448 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.038) 0:00:03.487 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [From the active connection, get the controller profile "bond0"] ********** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:200 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.023) 0:00:03.510 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that the controller profile is activated] ************************* task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:207 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.029) 0:00:03.540 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Get the controller device details] *************************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:214 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.031) 0:00:03.571 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that the controller profile is activated] ************************* task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:221 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.023) 0:00:03.594 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.019) 0:00:03.614 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.022) 0:00:03.637 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.017) 0:00:03.654 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.016) 0:00:03.670 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.016) 0:00:03.687 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.018) 0:00:03.705 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.016) 0:00:03.722 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.018) 0:00:03.740 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.017) 0:00:03.757 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.017) 0:00:03.775 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.017) 0:00:03.792 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.016) 0:00:03.809 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.016) 0:00:03.826 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.018) 0:00:03.844 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.017) 0:00:03.861 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.018) 0:00:03.880 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.016) 0:00:03.896 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.016) 0:00:03.913 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Delete the device 'nm-bond'] ********************************************* task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:242 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.018) 0:00:03.932 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Remove test interfaces] ************************************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/remove_test_interfaces_with_dhcp.yml:3 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.016) 0:00:03.948 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Stop dnsmasq/radvd services] ********************************************* task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/remove_test_interfaces_with_dhcp.yml:11 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.017) 0:00:03.966 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Restore the /etc/resolv.conf for initscript] ***************************** task path: /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:248 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.017) 0:00:03.983 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=7 changed=0 unreachable=0 failed=0 skipped=130 rescued=0 ignored=0 Tuesday 09 January 2024 02:23:27 +0000 (0:00:00.022) 0:00:04.005 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 0.80s /WORKDIR/git-route_typet745agyq/tests/tests_bond_removal_initscripts.yml:5 ---- Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-route_typet745agyq/tests/tasks/el_repo_setup.yml:3 --------------- Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-route_typet745agyq/tests/tasks/el_repo_setup.yml:17 -------------- Get the port1 device state ---------------------------------------------- 0.04s /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:132 ---- fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.04s /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 fedora.linux_system_roles.network : Show debug messages for the network_state --- 0.04s /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Create test interfaces -------------------------------------------------- 0.04s /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:27 fedora.linux_system_roles.network : Show stderr messages for the network_connections --- 0.04s /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Install pgrep, sysctl --------------------------------------------------- 0.04s /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:18 fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.03s /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Assert that the interface is present - 'test1' -------------------------- 0.03s /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/assert_device_present.yml:5 Assert that the controller profile is activated ------------------------- 0.03s /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:207 ---- Include the task 'get_interface_stat.yml' ------------------------------- 0.03s /WORKDIR/git-route_typet745agyq/tests/playbooks/tasks/assert_device_present.yml:3 fedora.linux_system_roles.network : Show debug messages for the network_connections --- 0.03s /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 From the active connection, get the controller profile "bond0" ---------- 0.03s /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:200 ---- Assert that the port1 profile is not activated -------------------------- 0.03s /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:118 ---- Gathering Facts --------------------------------------------------------- 0.03s /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:3 ------ fedora.linux_system_roles.network : Configure networking state ---------- 0.03s /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Assert that the port2 profile is not activated -------------------------- 0.03s /WORKDIR/git-route_typet745agyq/tests/playbooks/tests_bond_removal.yml:125 ---- fedora.linux_system_roles.network : Enable network service -------------- 0.03s /WORKDIR/git-route_typet745agyq/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---