# 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-wifi_fixeqr27543/.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_states_initscripts.yml ***************************************** 2 plays in /WORKDIR/git-wifi_fixeqr27543/tests/tests_states_initscripts.yml PLAY [Run playbook 'playbooks/tests_states.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/tests_states_initscripts.yml:4 Friday 22 December 2023 00:08:26 +0000 (0:00:00.011) 0:00:00.011 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/tests_states_initscripts.yml:8 Friday 22 December 2023 00:08:26 +0000 (0:00:00.730) 0:00:00.741 ******* included: /WORKDIR/git-wifi_fixeqr27543/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-wifi_fixeqr27543/tests/tasks/el_repo_setup.yml:3 Friday 22 December 2023 00:08:26 +0000 (0:00:00.012) 0:00:00.753 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/tasks/el_repo_setup.yml:17 Friday 22 December 2023 00:08:26 +0000 (0:00:00.017) 0:00:00.771 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/tasks/el_repo_setup.yml:22 Friday 22 December 2023 00:08:27 +0000 (0:00:00.211) 0:00:00.983 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/tasks/el_repo_setup.yml:26 Friday 22 December 2023 00:08:27 +0000 (0:00:00.013) 0:00:00.996 ******* 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-wifi_fixeqr27543/tests/tasks/el_repo_setup.yml:51 Friday 22 December 2023 00:08:27 +0000 (0:00:00.008) 0:00:01.004 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/tasks/enable_epel.yml:8 Friday 22 December 2023 00:08:27 +0000 (0:00:00.026) 0:00:01.030 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/tasks/enable_epel.yml:24 Friday 22 December 2023 00:08:27 +0000 (0:00:00.205) 0:00:01.236 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/tasks/enable_epel.yml:30 Friday 22 December 2023 00:08:27 +0000 (0:00:00.494) 0:00:01.730 ******* ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.204147", "end": "2023-12-22 00:08:28.151496", "rc": 0, "start": "2023-12-22 00:08:27.947349" } STDOUT: Loaded plugins: fastestmirror ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=stock&content=centos minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/epel pkgdir = /var/cache/yum/x86_64/7/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/tasks/enable_epel.yml:35 Friday 22 December 2023 00:08:28 +0000 (0:00:00.352) 0:00:02.082 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '8'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/tasks/enable_epel.yml:40 Friday 22 December 2023 00:08:28 +0000 (0:00:00.008) 0:00:02.091 ******* 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-wifi_fixeqr27543/tests/tests_states_initscripts.yml:10 Friday 22 December 2023 00:08:28 +0000 (0:00:00.007) 0:00:02.099 ******* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tests_states.yml:3 Friday 22 December 2023 00:08:28 +0000 (0:00:00.016) 0:00:02.115 ******* ok: [sut] TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tests_states.yml:11 Friday 22 December 2023 00:08:28 +0000 (0:00:00.587) 0:00:02.703 ******* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tests_states.yml:22 Friday 22 December 2023 00:08:28 +0000 (0:00:00.018) 0:00:02.721 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:5 Friday 22 December 2023 00:08:28 +0000 (0:00:00.026) 0:00:02.748 ******* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:9 Friday 22 December 2023 00:08:28 +0000 (0:00:00.034) 0:00:02.782 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": false, "what": "tasks/assert_device_present.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:21 Friday 22 December 2023 00:08:28 +0000 (0:00:00.056) 0:00:02.839 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:08:28 +0000 (0:00:00.021) 0:00:02.860 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:08:28 +0000 (0:00:00.021) 0:00:02.882 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004658", "end": "2023-12-22 00:08:29.121036", "rc": 0, "start": "2023-12-22 00:08:29.116378" } STDOUT: bonding_masters dummy0 eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:08:29 +0000 (0:00:00.166) 0:00:03.049 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy0", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:08:29 +0000 (0:00:00.018) 0:00:03.067 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy0', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:24 Friday 22 December 2023 00:08:29 +0000 (0:00:00.017) 0:00:03.085 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/delete_interface.yml:3 Friday 22 December 2023 00:08:29 +0000 (0:00:00.025) 0:00:03.110 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.014114", "end": "2023-12-22 00:08:29.348396", "rc": 1, "start": "2023-12-22 00:08:29.334282" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 22 December 2023 00:08:29 +0000 (0:00:00.165) 0:00:03.275 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 22 December 2023 00:08:29 +0000 (0:00:00.022) 0:00:03.297 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 22 December 2023 00:08:29 +0000 (0:00:00.149) 0:00:03.447 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:30 Friday 22 December 2023 00:08:29 +0000 (0:00:00.021) 0:00:03.468 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 22 December 2023 00:08:29 +0000 (0:00:00.025) 0:00:03.493 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:08:29 +0000 (0:00:00.031) 0:00:03.524 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:08:29 +0000 (0:00:00.027) 0:00:03.552 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:08:29 +0000 (0:00:00.019) 0:00:03.572 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:08:29 +0000 (0:00:00.021) 0:00:03.593 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:08:29 +0000 (0:00:00.020) 0:00:03.613 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:08:30 +0000 (0:00:00.976) 0:00:04.589 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:08:31 +0000 (0:00:01.189) 0:00:05.779 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:08:31 +0000 (0:00:00.028) 0:00:05.807 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:08:31 +0000 (0:00:00.029) 0:00:05.836 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:08:31 +0000 (0:00:00.027) 0:00:05.864 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:08:32 +0000 (0:00:00.048) 0:00:05.912 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:08:32 +0000 (0:00:00.030) 0:00:05.942 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:08:32 +0000 (0:00:00.033) 0:00:05.975 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:08:32 +0000 (0:00:00.034) 0:00:06.009 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:08:32 +0000 (0:00:00.027) 0:00:06.037 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:08:32 +0000 (0:00:00.042) 0:00:06.080 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:08:32 +0000 (0:00:00.420) 0:00:06.500 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmp0g3ai21i" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:08:32 +0000 (0:00:00.231) 0:00:06.731 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:08:33 +0000 (0:00:00.371) 0:00:07.103 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:08:33 +0000 (0:00:00.028) 0:00:07.132 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:08:33 +0000 (0:00:00.030) 0:00:07.162 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:08:33 +0000 (0:00:00.031) 0:00:07.194 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:08:33 +0000 (0:00:00.033) 0:00:07.227 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 22 December 2023 00:08:33 +0000 (0:00:00.246) 0:00:07.473 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:36 Friday 22 December 2023 00:08:33 +0000 (0:00:00.028) 0:00:07.502 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 22 December 2023 00:08:33 +0000 (0:00:00.040) 0:00:07.543 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 22 December 2023 00:08:33 +0000 (0:00:00.038) 0:00:07.581 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 22 December 2023 00:08:33 +0000 (0:00:00.026) 0:00:07.608 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703203713.1663253, "block_size": 4096, "blocks": 8, "ctime": 1703203713.1663253, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25405, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703203713.1663253, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 127, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 22 December 2023 00:08:33 +0000 (0:00:00.145) 0:00:07.754 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 22 December 2023 00:08:33 +0000 (0:00:00.027) 0:00:07.781 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.029066", "end": "2023-12-22 00:08:34.023621", "rc": 1, "start": "2023-12-22 00:08:33.994555" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 22 December 2023 00:08:34 +0000 (0:00:00.198) 0:00:07.979 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 22 December 2023 00:08:34 +0000 (0:00:00.026) 0:00:08.006 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.004041", "end": "2023-12-22 00:08:34.228414", "rc": 0, "start": "2023-12-22 00:08:34.224373" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 22 December 2023 00:08:34 +0000 (0:00:00.158) 0:00:08.165 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 22 December 2023 00:08:34 +0000 (0:00:00.030) 0:00:08.195 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.004016", "end": "2023-12-22 00:08:34.417094", "rc": 0, "start": "2023-12-22 00:08:34.413078" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 22 December 2023 00:08:34 +0000 (0:00:00.170) 0:00:08.365 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 22 December 2023 00:08:34 +0000 (0:00:00.039) 0:00:08.404 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 22 December 2023 00:08:34 +0000 (0:00:00.049) 0:00:08.454 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 22 December 2023 00:08:34 +0000 (0:00:00.032) 0:00:08.487 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:42 Friday 22 December 2023 00:08:34 +0000 (0:00:00.037) 0:00:08.524 ******* skipping: [sut] => (item={'what': 'tasks/assert_device_present.yml', 'condition': False}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item['condition']", "item": { "condition": false, "what": "tasks/assert_device_present.yml" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:47 Friday 22 December 2023 00:08:34 +0000 (0:00:00.043) 0:00:08.568 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:66 Friday 22 December 2023 00:08:34 +0000 (0:00:00.046) 0:00:08.614 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 22 December 2023 00:08:34 +0000 (0:00:00.044) 0:00:08.659 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.052728", "end": "2023-12-22 00:08:34.929983", "rc": 1, "start": "2023-12-22 00:08:34.877255" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tests_states.yml:45 Friday 22 December 2023 00:08:34 +0000 (0:00:00.205) 0:00:08.864 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:5 Friday 22 December 2023 00:08:34 +0000 (0:00:00.038) 0:00:08.903 ******* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:9 Friday 22 December 2023 00:08:35 +0000 (0:00:00.028) 0:00:08.931 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile without autoconnect" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile_no_autoconnect.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_absent.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined. 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:21 Friday 22 December 2023 00:08:35 +0000 (0:00:00.050) 0:00:08.982 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:08:35 +0000 (0:00:00.062) 0:00:09.044 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:08:35 +0000 (0:00:00.038) 0:00:09.082 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004180", "end": "2023-12-22 00:08:35.301140", "rc": 0, "start": "2023-12-22 00:08:35.296960" } STDOUT: bonding_masters dummy0 eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:08:35 +0000 (0:00:00.153) 0:00:09.236 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy0", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:08:35 +0000 (0:00:00.040) 0:00:09.276 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy0', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:24 Friday 22 December 2023 00:08:35 +0000 (0:00:00.031) 0:00:09.308 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/delete_interface.yml:3 Friday 22 December 2023 00:08:35 +0000 (0:00:00.049) 0:00:09.358 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.008239", "end": "2023-12-22 00:08:35.580777", "rc": 1, "start": "2023-12-22 00:08:35.572538" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 22 December 2023 00:08:35 +0000 (0:00:00.157) 0:00:09.515 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 22 December 2023 00:08:35 +0000 (0:00:00.042) 0:00:09.558 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 22 December 2023 00:08:35 +0000 (0:00:00.176) 0:00:09.734 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:30 Friday 22 December 2023 00:08:35 +0000 (0:00:00.042) 0:00:09.777 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut => (item=tasks/create_bridge_profile_no_autoconnect.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Friday 22 December 2023 00:08:35 +0000 (0:00:00.074) 0:00:09.851 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:08:35 +0000 (0:00:00.052) 0:00:09.904 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:08:36 +0000 (0:00:00.048) 0:00:09.952 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:08:36 +0000 (0:00:00.112) 0:00:10.064 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:08:36 +0000 (0:00:00.034) 0:00:10.098 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:08:36 +0000 (0:00:00.031) 0:00:10.130 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:08:37 +0000 (0:00:00.898) 0:00:11.029 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:08:38 +0000 (0:00:01.021) 0:00:12.050 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:08:38 +0000 (0:00:00.029) 0:00:12.080 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:08:38 +0000 (0:00:00.029) 0:00:12.110 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:08:38 +0000 (0:00:00.029) 0:00:12.139 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:08:38 +0000 (0:00:00.050) 0:00:12.189 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:08:38 +0000 (0:00:00.030) 0:00:12.220 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:08:38 +0000 (0:00:00.030) 0:00:12.250 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:08:38 +0000 (0:00:00.033) 0:00:12.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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:08:38 +0000 (0:00:00.029) 0:00:12.313 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:08:38 +0000 (0:00:00.026) 0:00:12.339 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:08:38 +0000 (0:00:00.271) 0:00:12.611 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmpd15dvztd" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:08:38 +0000 (0:00:00.238) 0:00:12.849 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:08:39 +0000 (0:00:00.309) 0:00:13.159 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:08:39 +0000 (0:00:00.029) 0:00:13.188 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:08:39 +0000 (0:00:00.028) 0:00:13.217 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:08:39 +0000 (0:00:00.029) 0:00:13.246 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:08:39 +0000 (0:00:00.027) 0:00:13.274 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Friday 22 December 2023 00:08:39 +0000 (0:00:00.162) 0:00:13.436 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:36 Friday 22 December 2023 00:08:39 +0000 (0:00:00.031) 0:00:13.467 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 22 December 2023 00:08:39 +0000 (0:00:00.044) 0:00:13.512 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 22 December 2023 00:08:39 +0000 (0:00:00.036) 0:00:13.548 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 22 December 2023 00:08:39 +0000 (0:00:00.156) 0:00:13.704 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 22 December 2023 00:08:39 +0000 (0:00:00.031) 0:00:13.735 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 22 December 2023 00:08:39 +0000 (0:00:00.040) 0:00:13.776 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 22 December 2023 00:08:39 +0000 (0:00:00.027) 0:00:13.804 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703203719.1950316, "block_size": 4096, "blocks": 8, "ctime": 1703203719.1950316, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 9250, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703203719.1950316, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 126, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 22 December 2023 00:08:40 +0000 (0:00:00.164) 0:00:13.969 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 22 December 2023 00:08:40 +0000 (0:00:00.075) 0:00:14.045 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.025360", "end": "2023-12-22 00:08:40.315078", "rc": 1, "start": "2023-12-22 00:08:40.289718" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 22 December 2023 00:08:40 +0000 (0:00:00.204) 0:00:14.249 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 22 December 2023 00:08:40 +0000 (0:00:00.029) 0:00:14.279 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.004384", "end": "2023-12-22 00:08:40.509777", "rc": 0, "start": "2023-12-22 00:08:40.505393" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 22 December 2023 00:08:40 +0000 (0:00:00.168) 0:00:14.447 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 22 December 2023 00:08:40 +0000 (0:00:00.031) 0:00:14.479 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.004333", "end": "2023-12-22 00:08:40.707702", "rc": 0, "start": "2023-12-22 00:08:40.703369" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 22 December 2023 00:08:40 +0000 (0:00:00.172) 0:00:14.652 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 22 December 2023 00:08:40 +0000 (0:00:00.034) 0:00:14.686 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 22 December 2023 00:08:40 +0000 (0:00:00.031) 0:00:14.717 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 22 December 2023 00:08:40 +0000 (0:00:00.030) 0:00:14.748 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:42 Friday 22 December 2023 00:08:40 +0000 (0:00:00.033) 0:00:14.782 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:47 Friday 22 December 2023 00:08:40 +0000 (0:00:00.026) 0:00:14.808 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:66 Friday 22 December 2023 00:08:40 +0000 (0:00:00.028) 0:00:14.837 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 22 December 2023 00:08:40 +0000 (0:00:00.062) 0:00:14.900 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.052749", "end": "2023-12-22 00:08:41.175373", "rc": 1, "start": "2023-12-22 00:08:41.122624" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tests_states.yml:65 Friday 22 December 2023 00:08:41 +0000 (0:00:00.213) 0:00:15.113 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:5 Friday 22 December 2023 00:08:41 +0000 (0:00:00.050) 0:00:15.164 ******* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:9 Friday 22 December 2023 00:08:41 +0000 (0:00:00.039) 0:00:15.203 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can activate an existing profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined. 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:21 Friday 22 December 2023 00:08:41 +0000 (0:00:00.051) 0:00:15.254 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:08:41 +0000 (0:00:00.060) 0:00:15.315 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:08:41 +0000 (0:00:00.037) 0:00:15.353 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.005584", "end": "2023-12-22 00:08:42.580051", "rc": 0, "start": "2023-12-22 00:08:41.574467" } STDOUT: bonding_masters dummy0 eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:08:42 +0000 (0:00:01.164) 0:00:16.517 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy0", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:08:42 +0000 (0:00:00.028) 0:00:16.545 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy0', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:24 Friday 22 December 2023 00:08:42 +0000 (0:00:00.026) 0:00:16.572 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 22 December 2023 00:08:42 +0000 (0:00:00.039) 0:00:16.612 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:08:42 +0000 (0:00:00.045) 0:00:16.658 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:08:42 +0000 (0:00:00.042) 0:00:16.701 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:08:42 +0000 (0:00:00.031) 0:00:16.733 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:08:42 +0000 (0:00:00.028) 0:00:16.761 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:08:42 +0000 (0:00:00.028) 0:00:16.790 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:08:43 +0000 (0:00:00.899) 0:00:17.689 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:08:44 +0000 (0:00:01.052) 0:00:18.741 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:08:44 +0000 (0:00:00.030) 0:00:18.772 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:08:44 +0000 (0:00:00.030) 0:00:18.802 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:08:44 +0000 (0:00:00.030) 0:00:18.833 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:08:44 +0000 (0:00:00.059) 0:00:18.892 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:08:45 +0000 (0:00:00.030) 0:00:18.923 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:08:45 +0000 (0:00:00.034) 0:00:18.958 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:08:45 +0000 (0:00:00.037) 0:00:18.995 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:08:45 +0000 (0:00:00.034) 0:00:19.030 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:08:45 +0000 (0:00:00.032) 0:00:19.062 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:08:45 +0000 (0:00:00.334) 0:00:19.396 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmp4sefgj07" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:08:45 +0000 (0:00:00.269) 0:00:19.666 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:08:46 +0000 (0:00:00.264) 0:00:19.931 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:08:46 +0000 (0:00:00.029) 0:00:19.961 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:08:46 +0000 (0:00:00.030) 0:00:19.991 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:08:46 +0000 (0:00:00.031) 0:00:20.022 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:08:46 +0000 (0:00:00.029) 0:00:20.052 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 22 December 2023 00:08:46 +0000 (0:00:00.184) 0:00:20.236 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:30 Friday 22 December 2023 00:08:46 +0000 (0:00:00.029) 0:00:20.266 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/activate_profile.yml:3 Friday 22 December 2023 00:08:46 +0000 (0:00:00.040) 0:00:20.306 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:08:46 +0000 (0:00:00.045) 0:00:20.352 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:08:46 +0000 (0:00:00.044) 0:00:20.396 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:08:46 +0000 (0:00:00.031) 0:00:20.428 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:08:46 +0000 (0:00:00.028) 0:00:20.456 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:08:46 +0000 (0:00:00.028) 0:00:20.484 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:08:47 +0000 (0:00:00.817) 0:00:21.302 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:08:48 +0000 (0:00:00.991) 0:00:22.293 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:08:48 +0000 (0:00:00.030) 0:00:22.323 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:08:48 +0000 (0:00:00.029) 0:00:22.353 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:08:48 +0000 (0:00:00.048) 0:00:22.401 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:08:48 +0000 (0:00:00.136) 0:00:22.538 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:08:48 +0000 (0:00:00.031) 0:00:22.569 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:08:48 +0000 (0:00:00.032) 0:00:22.602 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:08:48 +0000 (0:00:00.034) 0:00:22.637 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:08:48 +0000 (0:00:00.032) 0:00:22.669 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:08:48 +0000 (0:00:00.027) 0:00:22.697 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:08:49 +0000 (0:00:00.280) 0:00:22.977 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmp0c1tabzy" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:08:49 +0000 (0:00:00.298) 0:00:23.275 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err='' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:08:49 +0000 (0:00:00.541) 0:00:23.817 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:08:49 +0000 (0:00:00.030) 0:00:23.847 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:08:49 +0000 (0:00:00.029) 0:00:23.877 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:08:49 +0000 (0:00:00.028) 0:00:23.906 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:08:50 +0000 (0:00:00.032) 0:00:23.938 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:36 Friday 22 December 2023 00:08:50 +0000 (0:00:00.163) 0:00:24.102 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_present.yml:3 Friday 22 December 2023 00:08:50 +0000 (0:00:00.045) 0:00:24.147 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 22 December 2023 00:08:50 +0000 (0:00:00.040) 0:00:24.188 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703203729.797504, "block_size": 4096, "blocks": 0, "ctime": 1703203729.7935042, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17736, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1703203729.7935042, "nlink": 1, "path": "/sys/class/net/statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'statebr'] ************************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_present.yml:5 Friday 22 December 2023 00:08:50 +0000 (0:00:00.222) 0:00:24.410 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 22 December 2023 00:08:50 +0000 (0:00:00.029) 0:00:24.440 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 22 December 2023 00:08:50 +0000 (0:00:00.038) 0:00:24.478 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 22 December 2023 00:08:50 +0000 (0:00:00.026) 0:00:24.505 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703203729.6085134, "block_size": 4096, "blocks": 8, "ctime": 1703203725.9926932, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 9250, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703203725.9926932, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 127, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 22 December 2023 00:08:50 +0000 (0:00:00.159) 0:00:24.664 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 22 December 2023 00:08:50 +0000 (0:00:00.029) 0:00:24.694 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.025943", "end": "2023-12-22 00:08:50.941739", "rc": 1, "start": "2023-12-22 00:08:50.915796" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 22 December 2023 00:08:50 +0000 (0:00:00.183) 0:00:24.877 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 22 December 2023 00:08:50 +0000 (0:00:00.033) 0:00:24.910 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.004253", "end": "2023-12-22 00:08:51.147390", "rc": 0, "start": "2023-12-22 00:08:51.143137" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 22 December 2023 00:08:51 +0000 (0:00:00.178) 0:00:25.089 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 22 December 2023 00:08:51 +0000 (0:00:00.037) 0:00:25.126 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.004330", "end": "2023-12-22 00:08:51.355507", "rc": 0, "start": "2023-12-22 00:08:51.351177" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 22 December 2023 00:08:51 +0000 (0:00:00.167) 0:00:25.294 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 22 December 2023 00:08:51 +0000 (0:00:00.031) 0:00:25.325 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 22 December 2023 00:08:51 +0000 (0:00:00.032) 0:00:25.357 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 22 December 2023 00:08:51 +0000 (0:00:00.031) 0:00:25.388 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:42 Friday 22 December 2023 00:08:51 +0000 (0:00:00.030) 0:00:25.419 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:47 Friday 22 December 2023 00:08:51 +0000 (0:00:00.026) 0:00:25.446 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:66 Friday 22 December 2023 00:08:51 +0000 (0:00:00.030) 0:00:25.476 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 22 December 2023 00:08:51 +0000 (0:00:00.072) 0:00:25.549 ******* ok: [sut] => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.057803", "end": "2023-12-22 00:08:51.828775", "rc": 0, "start": "2023-12-22 00:08:51.770972" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tests_states.yml:83 Friday 22 December 2023 00:08:51 +0000 (0:00:00.217) 0:00:25.766 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:5 Friday 22 December 2023 00:08:51 +0000 (0:00:00.039) 0:00:25.806 ******* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:9 Friday 22 December 2023 00:08:51 +0000 (0:00:00.028) 0:00:25.834 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can remove an existing profile without taking it down" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined. 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:21 Friday 22 December 2023 00:08:51 +0000 (0:00:00.052) 0:00:25.887 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:08:52 +0000 (0:00:00.040) 0:00:25.928 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:08:52 +0000 (0:00:00.040) 0:00:25.968 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004331", "end": "2023-12-22 00:08:52.195811", "rc": 0, "start": "2023-12-22 00:08:52.191480" } STDOUT: bonding_masters dummy0 eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:08:52 +0000 (0:00:00.164) 0:00:26.133 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy0", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:08:52 +0000 (0:00:00.032) 0:00:26.166 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy0', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:24 Friday 22 December 2023 00:08:52 +0000 (0:00:00.031) 0:00:26.197 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 22 December 2023 00:08:52 +0000 (0:00:00.044) 0:00:26.242 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:08:52 +0000 (0:00:00.047) 0:00:26.289 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:08:52 +0000 (0:00:00.071) 0:00:26.361 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:08:52 +0000 (0:00:00.034) 0:00:26.395 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:08:52 +0000 (0:00:00.030) 0:00:26.426 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:08:52 +0000 (0:00:00.031) 0:00:26.458 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:08:53 +0000 (0:00:00.895) 0:00:27.353 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:08:54 +0000 (0:00:01.048) 0:00:28.401 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:08:54 +0000 (0:00:00.033) 0:00:28.435 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:08:54 +0000 (0:00:00.041) 0:00:28.477 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:08:54 +0000 (0:00:00.035) 0:00:28.512 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:08:54 +0000 (0:00:00.058) 0:00:28.571 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:08:54 +0000 (0:00:00.033) 0:00:28.604 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:08:54 +0000 (0:00:00.036) 0:00:28.640 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:08:54 +0000 (0:00:00.034) 0:00:28.675 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:08:54 +0000 (0:00:00.029) 0:00:28.704 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:08:54 +0000 (0:00:00.027) 0:00:28.731 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:08:55 +0000 (0:00:00.273) 0:00:29.005 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmp5ckrtqkv" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:08:55 +0000 (0:00:00.308) 0:00:29.313 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:08:55 +0000 (0:00:00.259) 0:00:29.573 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:08:55 +0000 (0:00:00.034) 0:00:29.607 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:08:55 +0000 (0:00:00.034) 0:00:29.641 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:08:55 +0000 (0:00:00.029) 0:00:29.671 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:08:55 +0000 (0:00:00.030) 0:00:29.702 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 22 December 2023 00:08:55 +0000 (0:00:00.177) 0:00:29.880 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/activate_profile.yml:3 Friday 22 December 2023 00:08:56 +0000 (0:00:00.031) 0:00:29.911 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:08:56 +0000 (0:00:00.048) 0:00:29.960 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:08:56 +0000 (0:00:00.055) 0:00:30.015 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:08:56 +0000 (0:00:00.039) 0:00:30.055 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:08:56 +0000 (0:00:00.036) 0:00:30.091 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:08:56 +0000 (0:00:00.034) 0:00:30.126 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:08:57 +0000 (0:00:00.826) 0:00:30.952 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:08:58 +0000 (0:00:01.069) 0:00:32.022 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:08:58 +0000 (0:00:00.033) 0:00:32.055 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:08:58 +0000 (0:00:00.032) 0:00:32.088 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:08:58 +0000 (0:00:00.031) 0:00:32.120 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:08:58 +0000 (0:00:00.054) 0:00:32.174 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:08:58 +0000 (0:00:00.040) 0:00:32.214 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:08:58 +0000 (0:00:00.031) 0:00:32.246 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:08:58 +0000 (0:00:00.036) 0:00:32.282 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:08:58 +0000 (0:00:00.032) 0:00:32.314 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:08:58 +0000 (0:00:00.027) 0:00:32.342 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:08:58 +0000 (0:00:00.257) 0:00:32.600 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmpzf8u_3lr" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:08:58 +0000 (0:00:00.237) 0:00:32.837 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err='' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:08:59 +0000 (0:00:00.490) 0:00:33.328 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:08:59 +0000 (0:00:00.028) 0:00:33.356 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:08:59 +0000 (0:00:00.029) 0:00:33.385 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:08:59 +0000 (0:00:00.030) 0:00:33.416 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:08:59 +0000 (0:00:00.033) 0:00:33.449 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:30 Friday 22 December 2023 00:08:59 +0000 (0:00:00.187) 0:00:33.637 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/remove_profile.yml:3 Friday 22 December 2023 00:08:59 +0000 (0:00:00.045) 0:00:33.682 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:08:59 +0000 (0:00:00.048) 0:00:33.730 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:08:59 +0000 (0:00:00.047) 0:00:33.777 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:08:59 +0000 (0:00:00.046) 0:00:33.824 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:08:59 +0000 (0:00:00.036) 0:00:33.860 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:08:59 +0000 (0:00:00.035) 0:00:33.896 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:09:00 +0000 (0:00:00.826) 0:00:34.723 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:09:01 +0000 (0:00:01.069) 0:00:35.792 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:09:01 +0000 (0:00:00.033) 0:00:35.825 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:09:01 +0000 (0:00:00.036) 0:00:35.862 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:09:01 +0000 (0:00:00.030) 0:00:35.892 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:09:02 +0000 (0:00:00.088) 0:00:35.980 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:09:02 +0000 (0:00:00.031) 0:00:36.012 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:09:02 +0000 (0:00:00.035) 0:00:36.047 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:09:02 +0000 (0:00:00.037) 0:00:36.084 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:09:02 +0000 (0:00:00.057) 0:00:36.142 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:09:02 +0000 (0:00:00.060) 0:00:36.202 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:09:02 +0000 (0:00:00.279) 0:00:36.482 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmp4hxt39o_" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:09:02 +0000 (0:00:00.288) 0:00:36.770 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:09:03 +0000 (0:00:00.345) 0:00:37.116 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:09:03 +0000 (0:00:00.034) 0:00:37.151 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:09:03 +0000 (0:00:00.041) 0:00:37.192 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:09:03 +0000 (0:00:00.043) 0:00:37.236 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:09:03 +0000 (0:00:00.041) 0:00:37.278 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:36 Friday 22 December 2023 00:09:03 +0000 (0:00:00.167) 0:00:37.445 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_present.yml:3 Friday 22 December 2023 00:09:03 +0000 (0:00:00.059) 0:00:37.505 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 22 December 2023 00:09:03 +0000 (0:00:00.039) 0:00:37.545 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703203739.3210304, "block_size": 4096, "blocks": 0, "ctime": 1703203739.3200305, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17736, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1703203739.3200305, "nlink": 1, "path": "/sys/class/net/statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'statebr'] ************************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_device_present.yml:5 Friday 22 December 2023 00:09:03 +0000 (0:00:00.216) 0:00:37.761 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 22 December 2023 00:09:03 +0000 (0:00:00.033) 0:00:37.795 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 22 December 2023 00:09:03 +0000 (0:00:00.047) 0:00:37.843 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 22 December 2023 00:09:03 +0000 (0:00:00.031) 0:00:37.874 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 22 December 2023 00:09:04 +0000 (0:00:00.176) 0:00:38.051 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 22 December 2023 00:09:04 +0000 (0:00:00.028) 0:00:38.080 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.026905", "end": "2023-12-22 00:09:04.361626", "rc": 1, "start": "2023-12-22 00:09:04.334721" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 22 December 2023 00:09:04 +0000 (0:00:00.217) 0:00:38.297 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 22 December 2023 00:09:04 +0000 (0:00:00.031) 0:00:38.328 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 22 December 2023 00:09:04 +0000 (0:00:00.029) 0:00:38.358 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 22 December 2023 00:09:04 +0000 (0:00:00.040) 0:00:38.398 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 22 December 2023 00:09:04 +0000 (0:00:00.031) 0:00:38.429 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 22 December 2023 00:09:04 +0000 (0:00:00.028) 0:00:38.458 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:42 Friday 22 December 2023 00:09:04 +0000 (0:00:00.033) 0:00:38.491 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:47 Friday 22 December 2023 00:09:04 +0000 (0:00:00.026) 0:00:38.518 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:66 Friday 22 December 2023 00:09:04 +0000 (0:00:00.029) 0:00:38.548 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 22 December 2023 00:09:04 +0000 (0:00:00.041) 0:00:38.589 ******* ok: [sut] => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.055451", "end": "2023-12-22 00:09:04.863712", "rc": 0, "start": "2023-12-22 00:09:04.808261" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tests_states.yml:102 Friday 22 December 2023 00:09:04 +0000 (0:00:00.213) 0:00:38.803 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:5 Friday 22 December 2023 00:09:04 +0000 (0:00:00.100) 0:00:38.903 ******* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:9 Friday 22 December 2023 00:09:05 +0000 (0:00:00.032) 0:00:38.936 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can take a profile down that is absent" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": false, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:21 Friday 22 December 2023 00:09:05 +0000 (0:00:00.066) 0:00:39.003 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:09:05 +0000 (0:00:00.044) 0:00:39.047 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:09:05 +0000 (0:00:00.039) 0:00:39.086 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.005646", "end": "2023-12-22 00:09:06.314366", "rc": 0, "start": "2023-12-22 00:09:05.308720" } STDOUT: bonding_masters dummy0 eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:09:06 +0000 (0:00:01.165) 0:00:40.251 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy0", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:09:06 +0000 (0:00:00.030) 0:00:40.282 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy0', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:24 Friday 22 December 2023 00:09:06 +0000 (0:00:00.035) 0:00:40.318 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 22 December 2023 00:09:06 +0000 (0:00:00.055) 0:00:40.373 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:09:06 +0000 (0:00:00.073) 0:00:40.447 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:09:06 +0000 (0:00:00.106) 0:00:40.553 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:09:06 +0000 (0:00:00.050) 0:00:40.604 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:09:06 +0000 (0:00:00.128) 0:00:40.733 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:09:06 +0000 (0:00:00.042) 0:00:40.775 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:09:07 +0000 (0:00:00.883) 0:00:41.659 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:09:08 +0000 (0:00:01.008) 0:00:42.667 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:09:08 +0000 (0:00:00.034) 0:00:42.701 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:09:08 +0000 (0:00:00.031) 0:00:42.733 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:09:08 +0000 (0:00:00.038) 0:00:42.772 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:09:08 +0000 (0:00:00.053) 0:00:42.825 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:09:08 +0000 (0:00:00.030) 0:00:42.856 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:09:08 +0000 (0:00:00.031) 0:00:42.887 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:09:09 +0000 (0:00:00.047) 0:00:42.935 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:09:09 +0000 (0:00:00.042) 0:00:42.978 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:09:09 +0000 (0:00:00.038) 0:00:43.017 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:09:09 +0000 (0:00:00.272) 0:00:43.290 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmpwk25i5fi" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:09:09 +0000 (0:00:00.228) 0:00:43.518 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:09:09 +0000 (0:00:00.283) 0:00:43.802 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:09:09 +0000 (0:00:00.076) 0:00:43.879 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:09:10 +0000 (0:00:00.042) 0:00:43.921 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:09:10 +0000 (0:00:00.034) 0:00:43.956 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:09:10 +0000 (0:00:00.032) 0:00:43.988 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 22 December 2023 00:09:10 +0000 (0:00:00.166) 0:00:44.154 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/activate_profile.yml:3 Friday 22 December 2023 00:09:10 +0000 (0:00:00.029) 0:00:44.184 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:09:10 +0000 (0:00:00.068) 0:00:44.252 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:09:10 +0000 (0:00:00.063) 0:00:44.315 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:09:10 +0000 (0:00:00.051) 0:00:44.366 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:09:10 +0000 (0:00:00.043) 0:00:44.410 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:09:10 +0000 (0:00:00.042) 0:00:44.452 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:09:11 +0000 (0:00:00.870) 0:00:45.322 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:09:12 +0000 (0:00:01.057) 0:00:46.379 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:09:12 +0000 (0:00:00.060) 0:00:46.439 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:09:12 +0000 (0:00:00.030) 0:00:46.470 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:09:12 +0000 (0:00:00.031) 0:00:46.501 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:09:12 +0000 (0:00:00.053) 0:00:46.554 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:09:12 +0000 (0:00:00.034) 0:00:46.589 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:09:12 +0000 (0:00:00.031) 0:00:46.620 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:09:12 +0000 (0:00:00.034) 0:00:46.654 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:09:12 +0000 (0:00:00.032) 0:00:46.687 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:09:12 +0000 (0:00:00.027) 0:00:46.714 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:09:13 +0000 (0:00:00.269) 0:00:46.984 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmpnn9irr6m" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:09:13 +0000 (0:00:00.248) 0:00:47.233 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err='' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:09:13 +0000 (0:00:00.515) 0:00:47.749 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:09:13 +0000 (0:00:00.031) 0:00:47.780 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:09:13 +0000 (0:00:00.033) 0:00:47.814 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:09:13 +0000 (0:00:00.033) 0:00:47.848 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:09:13 +0000 (0:00:00.032) 0:00:47.880 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/remove_profile.yml:3 Friday 22 December 2023 00:09:14 +0000 (0:00:00.165) 0:00:48.046 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:09:14 +0000 (0:00:00.081) 0:00:48.127 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:09:14 +0000 (0:00:00.046) 0:00:48.174 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:09:14 +0000 (0:00:00.033) 0:00:48.208 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:09:14 +0000 (0:00:00.029) 0:00:48.238 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:09:14 +0000 (0:00:00.029) 0:00:48.267 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:09:15 +0000 (0:00:00.857) 0:00:49.125 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:09:16 +0000 (0:00:01.018) 0:00:50.144 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:09:16 +0000 (0:00:00.029) 0:00:50.174 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:09:16 +0000 (0:00:00.029) 0:00:50.203 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:09:16 +0000 (0:00:00.030) 0:00:50.234 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:09:16 +0000 (0:00:00.052) 0:00:50.287 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:09:16 +0000 (0:00:00.033) 0:00:50.320 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:09:16 +0000 (0:00:00.033) 0:00:50.354 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:09:16 +0000 (0:00:00.044) 0:00:50.398 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:09:16 +0000 (0:00:00.084) 0:00:50.482 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:09:16 +0000 (0:00:00.035) 0:00:50.518 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:09:16 +0000 (0:00:00.263) 0:00:50.781 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmp511zav9r" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:09:17 +0000 (0:00:00.223) 0:00:51.005 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:09:17 +0000 (0:00:00.250) 0:00:51.256 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:09:17 +0000 (0:00:00.030) 0:00:51.286 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:09:17 +0000 (0:00:00.031) 0:00:51.317 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:09:17 +0000 (0:00:00.030) 0:00:51.348 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:09:17 +0000 (0:00:00.029) 0:00:51.378 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:30 Friday 22 December 2023 00:09:17 +0000 (0:00:00.152) 0:00:51.531 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/remove+down_profile.yml:3 Friday 22 December 2023 00:09:17 +0000 (0:00:00.044) 0:00:51.575 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:09:17 +0000 (0:00:00.048) 0:00:51.624 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:09:17 +0000 (0:00:00.047) 0:00:51.671 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:09:17 +0000 (0:00:00.049) 0:00:51.721 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:09:17 +0000 (0:00:00.034) 0:00:51.755 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:09:17 +0000 (0:00:00.078) 0:00:51.833 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:09:18 +0000 (0:00:00.809) 0:00:52.642 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:09:19 +0000 (0:00:00.998) 0:00:53.640 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:09:19 +0000 (0:00:00.037) 0:00:53.678 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:09:19 +0000 (0:00:00.033) 0:00:53.711 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:09:19 +0000 (0:00:00.043) 0:00:53.755 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:09:19 +0000 (0:00:00.066) 0:00:53.821 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:09:19 +0000 (0:00:00.030) 0:00:53.852 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:09:19 +0000 (0:00:00.034) 0:00:53.886 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:09:20 +0000 (0:00:00.035) 0:00:53.921 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:09:20 +0000 (0:00:00.030) 0:00:53.952 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:09:20 +0000 (0:00:00.028) 0:00:53.981 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:09:20 +0000 (0:00:00.262) 0:00:54.243 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmp0vd5id_n" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:09:20 +0000 (0:00:00.226) 0:00:54.469 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: [003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist [004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:09:20 +0000 (0:00:00.278) 0:00:54.748 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:09:20 +0000 (0:00:00.031) 0:00:54.780 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:09:20 +0000 (0:00:00.074) 0:00:54.854 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist\n[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:09:20 +0000 (0:00:00.040) 0:00:54.894 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:09:21 +0000 (0:00:00.034) 0:00:54.928 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:36 Friday 22 December 2023 00:09:21 +0000 (0:00:00.163) 0:00:55.091 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 22 December 2023 00:09:21 +0000 (0:00:00.042) 0:00:55.134 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 22 December 2023 00:09:21 +0000 (0:00:00.040) 0:00:55.174 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 22 December 2023 00:09:21 +0000 (0:00:00.028) 0:00:55.203 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 22 December 2023 00:09:21 +0000 (0:00:00.157) 0:00:55.361 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 22 December 2023 00:09:21 +0000 (0:00:00.027) 0:00:55.388 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.027259", "end": "2023-12-22 00:09:21.636551", "rc": 1, "start": "2023-12-22 00:09:21.609292" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 22 December 2023 00:09:21 +0000 (0:00:00.188) 0:00:55.577 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 22 December 2023 00:09:21 +0000 (0:00:00.031) 0:00:55.608 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 22 December 2023 00:09:21 +0000 (0:00:00.032) 0:00:55.641 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 22 December 2023 00:09:21 +0000 (0:00:00.032) 0:00:55.673 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 22 December 2023 00:09:21 +0000 (0:00:00.052) 0:00:55.725 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 22 December 2023 00:09:21 +0000 (0:00:00.035) 0:00:55.760 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:42 Friday 22 December 2023 00:09:21 +0000 (0:00:00.029) 0:00:55.790 ******* skipping: [sut] => (item={'what': 'tasks/assert_device_absent.yml', 'condition': False}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item['condition']", "item": { "condition": false, "what": "tasks/assert_device_absent.yml" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:47 Friday 22 December 2023 00:09:21 +0000 (0:00:00.078) 0:00:55.869 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:66 Friday 22 December 2023 00:09:21 +0000 (0:00:00.033) 0:00:55.902 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 22 December 2023 00:09:22 +0000 (0:00:00.087) 0:00:55.989 ******* ok: [sut] => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.061390", "end": "2023-12-22 00:09:22.273706", "rc": 0, "start": "2023-12-22 00:09:22.212316" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tests_states.yml:124 Friday 22 December 2023 00:09:22 +0000 (0:00:00.226) 0:00:56.216 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I will not get an error when I try to remove an absent profile] **** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:5 Friday 22 December 2023 00:09:22 +0000 (0:00:00.042) 0:00:56.259 ******* ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:9 Friday 22 December 2023 00:09:22 +0000 (0:00:00.030) 0:00:56.289 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I will not get an error when I try to remove an absent profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml", "tasks/get_NetworkManager_NVR.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": false, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:21 Friday 22 December 2023 00:09:22 +0000 (0:00:00.053) 0:00:56.343 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:09:22 +0000 (0:00:00.038) 0:00:56.382 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:09:22 +0000 (0:00:00.041) 0:00:56.424 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.005586", "end": "2023-12-22 00:09:23.685618", "rc": 0, "start": "2023-12-22 00:09:22.680032" } STDOUT: bonding_masters dummy0 eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:09:23 +0000 (0:00:01.199) 0:00:57.623 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy0", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:09:23 +0000 (0:00:00.028) 0:00:57.652 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy0', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:24 Friday 22 December 2023 00:09:23 +0000 (0:00:00.029) 0:00:57.681 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 22 December 2023 00:09:23 +0000 (0:00:00.047) 0:00:57.729 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:09:23 +0000 (0:00:00.080) 0:00:57.810 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:09:23 +0000 (0:00:00.046) 0:00:57.856 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:09:23 +0000 (0:00:00.032) 0:00:57.889 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:09:24 +0000 (0:00:00.032) 0:00:57.922 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:09:24 +0000 (0:00:00.030) 0:00:57.952 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:09:24 +0000 (0:00:00.888) 0:00:58.840 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:09:25 +0000 (0:00:01.028) 0:00:59.869 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:09:25 +0000 (0:00:00.030) 0:00:59.900 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:09:26 +0000 (0:00:00.028) 0:00:59.928 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:09:26 +0000 (0:00:00.029) 0:00:59.958 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:09:26 +0000 (0:00:00.053) 0:01:00.012 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:09:26 +0000 (0:00:00.032) 0:01:00.045 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:09:26 +0000 (0:00:00.033) 0:01:00.079 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:09:26 +0000 (0:00:00.050) 0:01:00.130 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:09:26 +0000 (0:00:00.071) 0:01:00.202 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:09:26 +0000 (0:00:00.033) 0:01:00.236 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:09:26 +0000 (0:00:00.272) 0:01:00.508 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmpxxmh99yr" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:09:26 +0000 (0:00:00.241) 0:01:00.749 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:09:27 +0000 (0:00:00.263) 0:01:01.012 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:09:27 +0000 (0:00:00.033) 0:01:01.046 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:09:27 +0000 (0:00:00.034) 0:01:01.080 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:09:27 +0000 (0:00:00.033) 0:01:01.114 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:09:27 +0000 (0:00:00.030) 0:01:01.145 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 22 December 2023 00:09:27 +0000 (0:00:00.162) 0:01:01.307 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/activate_profile.yml:3 Friday 22 December 2023 00:09:27 +0000 (0:00:00.032) 0:01:01.340 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:09:27 +0000 (0:00:00.050) 0:01:01.390 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:09:27 +0000 (0:00:00.050) 0:01:01.440 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:09:27 +0000 (0:00:00.035) 0:01:01.476 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:09:27 +0000 (0:00:00.033) 0:01:01.509 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:09:27 +0000 (0:00:00.037) 0:01:01.547 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:09:28 +0000 (0:00:00.963) 0:01:02.511 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:09:29 +0000 (0:00:01.029) 0:01:03.540 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:09:29 +0000 (0:00:00.031) 0:01:03.571 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:09:29 +0000 (0:00:00.030) 0:01:03.602 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:09:29 +0000 (0:00:00.030) 0:01:03.633 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:09:29 +0000 (0:00:00.060) 0:01:03.693 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:09:29 +0000 (0:00:00.032) 0:01:03.726 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:09:29 +0000 (0:00:00.032) 0:01:03.759 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:09:29 +0000 (0:00:00.034) 0:01:03.793 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:09:29 +0000 (0:00:00.031) 0:01:03.825 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:09:29 +0000 (0:00:00.027) 0:01:03.853 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:09:30 +0000 (0:00:00.260) 0:01:04.114 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmpeu3jjrj4" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:09:30 +0000 (0:00:00.260) 0:01:04.375 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err='' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:09:30 +0000 (0:00:00.525) 0:01:04.901 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:09:31 +0000 (0:00:00.031) 0:01:04.932 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:09:31 +0000 (0:00:00.030) 0:01:04.962 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:09:31 +0000 (0:00:00.063) 0:01:05.026 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:09:31 +0000 (0:00:00.030) 0:01:05.056 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/remove+down_profile.yml:3 Friday 22 December 2023 00:09:31 +0000 (0:00:00.168) 0:01:05.225 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:09:31 +0000 (0:00:00.046) 0:01:05.272 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:09:31 +0000 (0:00:00.045) 0:01:05.317 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:09:31 +0000 (0:00:00.033) 0:01:05.351 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:09:31 +0000 (0:00:00.030) 0:01:05.381 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:09:31 +0000 (0:00:00.030) 0:01:05.412 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:09:32 +0000 (0:00:00.919) 0:01:06.331 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:09:33 +0000 (0:00:01.045) 0:01:07.377 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:09:33 +0000 (0:00:00.031) 0:01:07.408 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:09:33 +0000 (0:00:00.030) 0:01:07.438 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:09:33 +0000 (0:00:00.030) 0:01:07.468 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:09:33 +0000 (0:00:00.127) 0:01:07.596 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:09:33 +0000 (0:00:00.032) 0:01:07.628 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:09:33 +0000 (0:00:00.035) 0:01:07.663 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:09:33 +0000 (0:00:00.046) 0:01:07.710 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:09:33 +0000 (0:00:00.032) 0:01:07.743 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:09:33 +0000 (0:00:00.029) 0:01:07.772 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:09:34 +0000 (0:00:00.306) 0:01:08.079 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmpk27xndid" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:09:34 +0000 (0:00:00.267) 0:01:08.346 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active [004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:09:34 +0000 (0:00:00.297) 0:01:08.644 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:09:34 +0000 (0:00:00.032) 0:01:08.676 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:09:34 +0000 (0:00:00.030) 0:01:08.707 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active\n[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:09:34 +0000 (0:00:00.031) 0:01:08.738 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:09:34 +0000 (0:00:00.031) 0:01:08.770 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:30 Friday 22 December 2023 00:09:35 +0000 (0:00:00.166) 0:01:08.936 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/remove+down_profile.yml:3 Friday 22 December 2023 00:09:35 +0000 (0:00:00.048) 0:01:08.984 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 00:09:35 +0000 (0:00:00.091) 0:01:09.076 ******* included: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 00:09:35 +0000 (0:00:00.051) 0:01:09.127 ******* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 00:09:35 +0000 (0:00:00.037) 0:01:09.164 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 00:09:35 +0000 (0:00:00.030) 0:01:09.195 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 00:09:35 +0000 (0:00:00.035) 0:01:09.231 ******* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 00:09:36 +0000 (0:00:00.896) 0:01:10.128 ******* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 00:09:37 +0000 (0:00:01.024) 0:01:11.152 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 00:09:37 +0000 (0:00:00.030) 0:01:11.183 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 00:09:37 +0000 (0:00:00.030) 0:01:11.213 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 00:09:37 +0000 (0:00:00.030) 0:01:11.244 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 00:09:37 +0000 (0:00:00.055) 0:01:11.300 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 00:09:37 +0000 (0:00:00.033) 0:01:11.333 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 00:09:37 +0000 (0:00:00.032) 0:01:11.365 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 00:09:37 +0000 (0:00:00.042) 0:01:11.408 ******* 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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 00:09:37 +0000 (0:00:00.030) 0:01:11.438 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 00:09:37 +0000 (0:00:00.084) 0:01:11.523 ******* ok: [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-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 00:09:37 +0000 (0:00:00.284) 0:01:11.807 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-11074wjvf54_f/tmpgmigsu85" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 00:09:38 +0000 (0:00:00.271) 0:01:12.079 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: [003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist [004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 00:09:38 +0000 (0:00:00.253) 0:01:12.332 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 00:09:38 +0000 (0:00:00.031) 0:01:12.363 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 00:09:38 +0000 (0:00:00.031) 0:01:12.395 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist\n[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 00:09:38 +0000 (0:00:00.030) 0:01:12.425 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 00:09:38 +0000 (0:00:00.031) 0:01:12.457 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:36 Friday 22 December 2023 00:09:38 +0000 (0:00:00.174) 0:01:12.632 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut => (item=tasks/get_NetworkManager_NVR.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 22 December 2023 00:09:38 +0000 (0:00:00.070) 0:01:12.702 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 22 December 2023 00:09:38 +0000 (0:00:00.042) 0:01:12.745 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 22 December 2023 00:09:38 +0000 (0:00:00.030) 0:01:12.775 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 22 December 2023 00:09:39 +0000 (0:00:00.154) 0:01:12.930 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 22 December 2023 00:09:39 +0000 (0:00:00.033) 0:01:12.963 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.026991", "end": "2023-12-22 00:09:39.223097", "rc": 1, "start": "2023-12-22 00:09:39.196106" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 22 December 2023 00:09:39 +0000 (0:00:00.195) 0:01:13.158 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 22 December 2023 00:09:39 +0000 (0:00:00.028) 0:01:13.187 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 22 December 2023 00:09:39 +0000 (0:00:00.100) 0:01:13.288 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 22 December 2023 00:09:39 +0000 (0:00:00.029) 0:01:13.317 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 22 December 2023 00:09:39 +0000 (0:00:00.028) 0:01:13.346 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 22 December 2023 00:09:39 +0000 (0:00:00.027) 0:01:13.374 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Friday 22 December 2023 00:09:39 +0000 (0:00:00.028) 0:01:13.402 ******* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.721177", "end": "2023-12-22 00:09:40.346014", "rc": 0, "start": "2023-12-22 00:09:39.624837" } STDOUT: NetworkManager-1.18.8-2.el7_9 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Friday 22 December 2023 00:09:40 +0000 (0:00:00.880) 0:01:14.283 ******* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Friday 22 December 2023 00:09:40 +0000 (0:00:00.036) 0:01:14.319 ******* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:42 Friday 22 December 2023 00:09:40 +0000 (0:00:00.030) 0:01:14.350 ******* skipping: [sut] => (item={'what': 'tasks/assert_device_absent.yml', 'condition': False}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item['condition']", "item": { "condition": false, "what": "tasks/assert_device_absent.yml" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:47 Friday 22 December 2023 00:09:40 +0000 (0:00:00.034) 0:01:14.384 ******* ok: [sut] => {} MSG: +++++ Success in test 'I will not get an error when I try to remove an absent profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/run_test.yml:66 Friday 22 December 2023 00:09:40 +0000 (0:00:00.031) 0:01:14.415 ******* included: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 22 December 2023 00:09:40 +0000 (0:00:00.044) 0:01:14.460 ******* ok: [sut] => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.059834", "end": "2023-12-22 00:09:40.742777", "rc": 0, "start": "2023-12-22 00:09:40.682943" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. PLAY RECAP ********************************************************************* sut : ok=333 changed=13 unreachable=0 failed=0 skipped=226 rescued=0 ignored=10 Friday 22 December 2023 00:09:40 +0000 (0:00:00.249) 0:01:14.709 ******* =============================================================================== Gather current interface info ------------------------------------------- 1.20s /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:3 fedora.linux_system_roles.network : Check which packages are installed --- 1.19s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gather current interface info ------------------------------------------- 1.17s /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.16s /WORKDIR/git-wifi_fixeqr27543/tests/playbooks/tasks/get_current_interfaces.yml:3 fedora.linux_system_roles.network : Check which packages are installed --- 1.07s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.07s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.06s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.05s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.05s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.05s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.03s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.03s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.02s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.02s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.02s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.01s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.00s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.99s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 0.98s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 0.96s /WORKDIR/git-wifi_fixeqr27543/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---