# 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-weekly-ci74pjq7u1/.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 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_ethtool_features_initscripts.yml ******************************* 2 plays in /WORKDIR/git-weekly-ci74pjq7u1/tests/tests_ethtool_features_initscripts.yml PLAY [Run playbook 'playbooks/tests_ethtool_features.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/tests_ethtool_features_initscripts.yml:5 Saturday 24 February 2024 13:12:35 +0000 (0:00:00.011) 0:00:00.011 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/tests_ethtool_features_initscripts.yml:8 Saturday 24 February 2024 13:12:35 +0000 (0:00:00.976) 0:00:00.988 ***** included: /WORKDIR/git-weekly-ci74pjq7u1/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-weekly-ci74pjq7u1/tests/tasks/el_repo_setup.yml:3 Saturday 24 February 2024 13:12:35 +0000 (0:00:00.013) 0:00:01.001 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/el_repo_setup.yml:17 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.377) 0:00:01.378 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/el_repo_setup.yml:22 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.275) 0:00:01.654 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/el_repo_setup.yml:26 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.025) 0:00:01.679 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/el_repo_setup.yml:51 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.008) 0:00:01.688 ***** included: /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/enable_epel.yml:8 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.022) 0:00:01.711 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/enable_epel.yml:24 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.008) 0:00:01.720 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/enable_epel.yml:30 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.007) 0:00:01.727 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/enable_epel.yml:35 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.007) 0:00:01.734 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/enable_epel.yml:40 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.007) 0:00:01.741 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/tests_ethtool_features_initscripts.yml:10 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.007) 0:00:01.749 ***** ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing ethtool features settings] ****************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:3 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.017) 0:00:01.766 ***** 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 [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:9 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.018) 0:00:01.784 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [INIT: Ethtool feeatures tests] ******************************************* task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:15 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.017) 0:00:01.802 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:18 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.017) 0:00:01.819 ***** 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 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:20 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.016) 0:00:01.836 ***** 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_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:24 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.015) 0:00:01.851 ***** 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 ethtool (test dependency)] *************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:26 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.015) 0:00:01.867 ***** 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: I can create a profile without changing the ethtool features.] ***** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:35 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.017) 0:00:01.885 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [Get current device features] ********************************************* task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:39 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.015) 0:00:01.900 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.016) 0:00:01.916 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.030) 0:00:01.947 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.025) 0:00:01.972 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 24 February 2024 13:12:36 +0000 (0:00:00.019) 0:00:01.992 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.018) 0:00:02.010 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.017) 0:00:02.028 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.044 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.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 : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.077 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.094 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.110 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.126 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.017) 0:00:02.144 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.018) 0:00:02.163 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.019) 0:00:02.182 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.017) 0:00:02.200 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.017) 0:00:02.217 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.234 ***** 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 current device features] ********************************************* task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:54 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.018) 0:00:02.252 ***** 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: The profile does not change the ethtool features] **************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:58 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.269 ***** 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: I can disable gro and tx-tcp-segmentation and enable gso.] ********* task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:64 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.015) 0:00:02.285 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.301 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.318 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.334 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.350 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.367 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.383 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.400 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.416 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.432 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.449 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.465 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.482 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.498 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.514 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.530 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.547 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.564 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.580 ***** 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 current device features] ********************************************* task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:84 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.017) 0:00:02.598 ***** 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 [Show ethtool_features] *************************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:88 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.017) 0:00:02.615 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [Assert device features] ************************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:91 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.017) 0:00:02.632 ***** 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: I can enable tx_tcp_segmentation (using underscores).] ************* task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:105 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.018) 0:00:02.651 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.667 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.684 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.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 [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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.718 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.023) 0:00:02.741 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.019) 0:00:02.760 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.019) 0:00:02.780 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.017) 0:00:02.798 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.815 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.017) 0:00:02.833 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.849 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.866 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.882 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.899 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.916 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.017) 0:00:02.934 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.017) 0:00:02.951 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.016) 0:00:02.967 ***** 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 current device features] ********************************************* task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:123 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.017) 0:00:02.985 ***** 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 [Show ethtool_features] *************************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:127 Saturday 24 February 2024 13:12:37 +0000 (0:00:00.015) 0:00:03.001 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [Assert device features] ************************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:130 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.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 [TEST: Change feature with both underscores and dashes.] ****************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:140 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.033 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [Configure ethtool features setting] ************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:144 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.050 ***** 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 [Check failure] *********************************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:170 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.067 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [Assert that the result is failure] *************************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:173 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.083 ***** 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: I can reset features to their original value.] ********************* task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:178 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.017) 0:00:03.101 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.018) 0:00:03.119 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.020) 0:00:03.140 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.157 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.173 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.190 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.206 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.223 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.239 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.017) 0:00:03.257 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.017) 0:00:03.274 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.291 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.308 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.324 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.017) 0:00:03.341 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.017) 0:00:03.359 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.376 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.018) 0:00:03.394 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.024) 0:00:03.419 ***** 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 current device features] ********************************************* task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:192 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.019) 0:00:03.438 ***** 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: The profile does not change the ethtool features] **************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:197 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.023) 0:00:03.461 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.021) 0:00:03.483 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.018) 0:00:03.501 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.018) 0:00:03.519 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.020) 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 [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.030) 0:00:03.570 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.020) 0:00:03.591 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.017) 0:00:03.608 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.017) 0:00:03.626 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.018) 0:00:03.644 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.018) 0:00:03.662 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.019) 0:00:03.681 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.017) 0:00:03.699 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.017) 0:00:03.717 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.017) 0:00:03.734 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.018) 0:00:03.753 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.017) 0:00:03.770 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.016) 0:00:03.787 ***** 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-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.017) 0:00:03.804 ***** 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 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:216 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.026) 0:00:03.830 ***** 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 [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:220 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.031) 0:00:03.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" } PLAY RECAP ********************************************************************* sut : ok=7 changed=0 unreachable=0 failed=0 skipped=124 rescued=0 ignored=0 Saturday 24 February 2024 13:12:38 +0000 (0:00:00.041) 0:00:03.904 ***** =============================================================================== Gathering Facts --------------------------------------------------------- 0.98s /WORKDIR/git-weekly-ci74pjq7u1/tests/tests_ethtool_features_initscripts.yml:5 - Gather the minimum subset of ansible_facts required by the network role test --- 0.38s /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/el_repo_setup.yml:17 --------------- Verify network state restored to default -------------------------------- 0.04s /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:220 - Include the task 'manage_test_interface.yml' ---------------------------- 0.03s /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:216 - fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8 --- 0.03s /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 fedora.linux_system_roles.network : Ensure ansible_facts used by role --- 0.03s /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.03s /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Set flag to indicate system is ostree ----------------------------------- 0.03s /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/el_repo_setup.yml:22 --------------- fedora.linux_system_roles.network : Print network provider -------------- 0.03s /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 fedora.linux_system_roles.network : Show debug messages for the network_state --- 0.02s /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8 --- 0.02s /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Get current device features --------------------------------------------- 0.02s /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:192 - Include the task 'enable_epel.yml' -------------------------------------- 0.02s /WORKDIR/git-weekly-ci74pjq7u1/tests/tasks/el_repo_setup.yml:51 --------------- ASSERT: The profile does not change the ethtool features ---------------- 0.02s /WORKDIR/git-weekly-ci74pjq7u1/tests/playbooks/tests_ethtool_features.yml:197 - fedora.linux_system_roles.network : Ensure ansible_facts used by role --- 0.02s /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 fedora.linux_system_roles.network : Install packages -------------------- 0.02s /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 0.02s /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.02s /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 0.02s /WORKDIR/git-weekly-ci74pjq7u1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---