# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_states_nm.yml ************************************************** 2 plays in /WORKDIR/git-ci_fix3e_jl5rm/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/tests_states_nm.yml:6 Tuesday 23 January 2024 19:39:00 +0000 (0:00:00.013) 0:00:00.013 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/tests_states_nm.yml:9 Tuesday 23 January 2024 19:39:00 +0000 (0:00:00.616) 0:00:00.629 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/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-ci_fix3e_jl5rm/tests/tasks/el_repo_setup.yml:3 Tuesday 23 January 2024 19:39:00 +0000 (0:00:00.021) 0:00:00.650 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/tasks/el_repo_setup.yml:19 Tuesday 23 January 2024 19:39:01 +0000 (0:00:00.328) 0:00:00.979 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/tasks/el_repo_setup.yml:24 Tuesday 23 January 2024 19:39:01 +0000 (0:00:00.249) 0:00:01.228 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/tasks/el_repo_setup.yml:28 Tuesday 23 January 2024 19:39:01 +0000 (0:00:00.022) 0:00:01.250 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/tasks/el_repo_setup.yml:53 Tuesday 23 January 2024 19:39:01 +0000 (0:00:00.016) 0:00:01.267 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/tasks/enable_epel.yml:8 Tuesday 23 January 2024 19:39:01 +0000 (0:00:00.030) 0:00:01.297 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/tasks/enable_epel.yml:24 Tuesday 23 January 2024 19:39:01 +0000 (0:00:00.244) 0:00:01.542 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/tasks/enable_epel.yml:30 Tuesday 23 January 2024 19:39:01 +0000 (0:00:00.010) 0:00:01.553 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/tasks/enable_epel.yml:35 Tuesday 23 January 2024 19:39:01 +0000 (0:00:00.010) 0:00:01.563 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.248885", "end": "2024-01-23 19:39:02.087734", "rc": 0, "start": "2024-01-23 19:39:01.838849" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/tasks/enable_epel.yml:40 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.436) 0:00:02.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/tests_states_nm.yml:11 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.012) 0:00:02.012 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tests_states.yml:3 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.010) 0:00:02.023 ******* ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tests_states.yml:11 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.485) 0:00:02.509 ******* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tests_states.yml:22 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.009) 0:00:02.518 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:5 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.014) 0:00:02.533 ******* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:9 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.010) 0:00:02.543 ******* 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": true, "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-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:21 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.031) 0:00:02.574 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.012) 0:00:02.587 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.012) 0:00:02.599 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003401", "end": "2024-01-23 19:39:02.876888", "rc": 0, "start": "2024-01-23 19:39:02.873487" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.185) 0:00:02.785 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.010) 0:00:02.796 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:24 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.010) 0:00:02.806 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/delete_interface.yml:3 Tuesday 23 January 2024 19:39:02 +0000 (0:00:00.021) 0:00:02.828 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.008236", "end": "2024-01-23 19:39:03.111201", "rc": 1, "start": "2024-01-23 19:39:03.102965" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:39:03 +0000 (0:00:00.190) 0:00:03.018 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:39:03 +0000 (0:00:00.014) 0:00:03.033 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:39:03 +0000 (0:00:00.186) 0:00:03.220 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:30 Tuesday 23 January 2024 19:39:03 +0000 (0:00:00.012) 0:00:03.232 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 23 January 2024 19:39:03 +0000 (0:00:00.017) 0:00:03.249 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:39:03 +0000 (0:00:00.033) 0:00:03.283 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:39:03 +0000 (0:00:00.066) 0:00:03.349 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:39:03 +0000 (0:00:00.011) 0:00:03.360 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:39:03 +0000 (0:00:00.009) 0:00:03.369 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:39:03 +0000 (0:00:00.009) 0:00:03.378 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:39:05 +0000 (0:00:01.594) 0:00:04.972 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:39:06 +0000 (0:00:01.674) 0:00:06.647 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:39:06 +0000 (0:00:00.022) 0:00:06.669 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:39:06 +0000 (0:00:00.022) 0:00:06.692 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:39:06 +0000 (0:00:00.021) 0:00:06.713 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:39:06 +0000 (0:00:00.042) 0:00:06.756 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:39:06 +0000 (0:00:00.020) 0:00:06.776 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:39:06 +0000 (0:00:00.019) 0:00:06.796 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:39:06 +0000 (0:00:00.023) 0:00:06.820 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:39:07 +0000 (0:00:00.466) 0:00:07.286 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:39:07 +0000 (0:00:00.024) 0:00:07.310 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:39:07 +0000 (0:00:00.020) 0:00:07.330 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:39:07 +0000 (0:00:00.020) 0:00:07.351 ******* 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": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4bc8c723-cf40-4a82-9013-f15d8c313697 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:39:07 +0000 (0:00:00.506) 0:00:07.857 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:39:07 +0000 (0:00:00.022) 0:00:07.879 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4bc8c723-cf40-4a82-9013-f15d8c313697" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.021) 0:00:07.901 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4bc8c723-cf40-4a82-9013-f15d8c313697\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4bc8c723-cf40-4a82-9013-f15d8c313697" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.021) 0:00:07.923 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.019) 0:00:07.943 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.239) 0:00:08.183 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4bc8c723-cf40-4a82-9013-f15d8c313697\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4bc8c723-cf40-4a82-9013-f15d8c313697" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:36 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.023) 0:00:08.206 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.039) 0:00:08.245 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.039) 0:00:08.284 ******* 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-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.022) 0:00:08.306 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706038747.9372954, "block_size": 4096, "blocks": 8, "ctime": 1706038747.8822954, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5114241, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1706038747.8822954, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "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-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.199) 0:00:08.505 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.026) 0:00:08.532 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020801", "end": "2024-01-23 19:39:08.830937", "rc": 0, "start": "2024-01-23 19:39:08.810136" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.216) 0:00:08.749 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.025) 0:00:08.774 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.023) 0:00:08.797 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.023) 0:00:08.821 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.024) 0:00:08.845 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.022) 0:00:08.868 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 23 January 2024 19:39:08 +0000 (0:00:00.022) 0:00:08.890 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.023) 0:00:08.914 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:42 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.022) 0:00:08.936 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.044) 0:00:08.980 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.036) 0:00:09.017 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706038747.884248, "block_size": 4096, "blocks": 0, "ctime": 1706038747.884248, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36863, "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": 1706038747.884248, "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-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.197) 0:00:09.214 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:47 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.022) 0:00:09.237 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:66 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.042) 0:00:09.280 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.040) 0:00:09.320 ******* 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.060110", "end": "2024-01-23 19:39:09.655423", "rc": 1, "start": "2024-01-23 19:39:09.595313" } STDOUT: Connection 'statebr' (4bc8c723-cf40-4a82-9013-f15d8c313697) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tests_states.yml:45 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.253) 0:00:09.574 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:5 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.035) 0:00:09.609 ******* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:9 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.021) 0:00:09.631 ******* 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" } 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-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:21 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.044) 0:00:09.675 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.037) 0:00:09.712 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:39:09 +0000 (0:00:00.036) 0:00:09.749 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003513", "end": "2024-01-23 19:39:10.028958", "rc": 0, "start": "2024-01-23 19:39:10.025445" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.197) 0:00:09.947 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.021) 0:00:09.968 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:24 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.023) 0:00:09.991 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/delete_interface.yml:3 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.081) 0:00:10.073 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006488", "end": "2024-01-23 19:39:10.356142", "rc": 1, "start": "2024-01-23 19:39:10.349654" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.201) 0:00:10.275 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.034) 0:00:10.309 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.195) 0:00:10.505 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:30 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.022) 0:00:10.527 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.038) 0:00:10.566 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.041) 0:00:10.607 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.040) 0:00:10.647 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.026) 0:00:10.674 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.042) 0:00:10.717 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:39:10 +0000 (0:00:00.020) 0:00:10.738 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:39:12 +0000 (0:00:01.524) 0:00:12.263 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:39:13 +0000 (0:00:01.526) 0:00:13.789 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:39:13 +0000 (0:00:00.039) 0:00:13.829 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:39:13 +0000 (0:00:00.020) 0:00:13.850 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:39:13 +0000 (0:00:00.020) 0:00:13.870 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:39:14 +0000 (0:00:00.051) 0:00:13.922 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:39:14 +0000 (0:00:00.029) 0:00:13.951 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:39:14 +0000 (0:00:00.023) 0:00:13.974 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:39:14 +0000 (0:00:00.036) 0:00:14.011 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:39:14 +0000 (0:00:00.339) 0:00:14.351 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:39:14 +0000 (0:00:00.026) 0:00:14.377 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:39:14 +0000 (0:00:00.032) 0:00:14.409 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:39:14 +0000 (0:00:00.033) 0:00:14.443 ******* 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": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b3621e17-4fc5-48c3-8a82-e5bbc6a95ace TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:39:14 +0000 (0:00:00.357) 0:00:14.800 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:39:14 +0000 (0:00:00.032) 0:00:14.833 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b3621e17-4fc5-48c3-8a82-e5bbc6a95ace" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:39:14 +0000 (0:00:00.024) 0:00:14.858 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b3621e17-4fc5-48c3-8a82-e5bbc6a95ace\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b3621e17-4fc5-48c3-8a82-e5bbc6a95ace" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:39:14 +0000 (0:00:00.023) 0:00:14.881 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:39:15 +0000 (0:00:00.047) 0:00:14.929 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Tuesday 23 January 2024 19:39:15 +0000 (0:00:00.214) 0:00:15.143 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b3621e17-4fc5-48c3-8a82-e5bbc6a95ace\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b3621e17-4fc5-48c3-8a82-e5bbc6a95ace" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:36 Tuesday 23 January 2024 19:39:15 +0000 (0:00:00.025) 0:00:15.169 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:39:15 +0000 (0:00:00.057) 0:00:15.226 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:39:15 +0000 (0:00:00.061) 0:00:15.288 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:39:15 +0000 (0:00:00.201) 0:00:15.489 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 23 January 2024 19:39:15 +0000 (0:00:00.022) 0:00:15.511 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 23 January 2024 19:39:15 +0000 (0:00:00.036) 0:00:15.548 ******* 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-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 23 January 2024 19:39:15 +0000 (0:00:00.021) 0:00:15.569 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706038754.8673108, "block_size": 4096, "blocks": 8, "ctime": 1706038754.8673108, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5114241, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1706038754.8673108, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 220, "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-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 23 January 2024 19:39:15 +0000 (0:00:00.199) 0:00:15.768 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 23 January 2024 19:39:15 +0000 (0:00:00.022) 0:00:15.791 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020505", "end": "2024-01-23 19:39:16.093123", "rc": 0, "start": "2024-01-23 19:39:16.072618" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.220) 0:00:16.012 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.024) 0:00:16.037 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.035) 0:00:16.073 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.039) 0:00:16.112 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.025) 0:00:16.138 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.023) 0:00:16.162 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.023) 0:00:16.186 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.024) 0:00:16.210 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:42 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.021) 0:00:16.232 ******* TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:47 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.019) 0:00:16.251 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:66 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.024) 0:00:16.276 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.046) 0:00:16.322 ******* 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.041563", "end": "2024-01-23 19:39:16.657281", "rc": 1, "start": "2024-01-23 19:39:16.615718" } STDOUT: Connection 'statebr' (b3621e17-4fc5-48c3-8a82-e5bbc6a95ace) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tests_states.yml:65 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.254) 0:00:16.577 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:5 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.058) 0:00:16.635 ******* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:9 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.022) 0:00:16.657 ******* 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" } 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-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:21 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.043) 0:00:16.701 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.036) 0:00:16.737 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:39:16 +0000 (0:00:00.033) 0:00:16.771 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003385", "end": "2024-01-23 19:39:17.050278", "rc": 0, "start": "2024-01-23 19:39:17.046893" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:39:17 +0000 (0:00:00.198) 0:00:16.969 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:39:17 +0000 (0:00:00.022) 0:00:16.992 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:24 Tuesday 23 January 2024 19:39:17 +0000 (0:00:00.021) 0:00:17.013 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 23 January 2024 19:39:17 +0000 (0:00:00.037) 0:00:17.050 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:39:17 +0000 (0:00:00.036) 0:00:17.087 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:39:17 +0000 (0:00:00.040) 0:00:17.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 [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:39:17 +0000 (0:00:00.076) 0:00:17.203 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:39:17 +0000 (0:00:00.023) 0:00:17.226 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:39:17 +0000 (0:00:00.022) 0:00:17.249 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:39:18 +0000 (0:00:01.498) 0:00:18.747 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:39:20 +0000 (0:00:01.527) 0:00:20.275 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:39:20 +0000 (0:00:00.022) 0:00:20.298 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:39:20 +0000 (0:00:00.021) 0:00:20.320 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:39:20 +0000 (0:00:00.021) 0:00:20.341 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:39:20 +0000 (0:00:00.042) 0:00:20.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:39:20 +0000 (0:00:00.020) 0:00:20.404 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:39:20 +0000 (0:00:00.020) 0:00:20.425 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:39:20 +0000 (0:00:00.023) 0:00:20.448 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:39:20 +0000 (0:00:00.344) 0:00:20.792 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:39:20 +0000 (0:00:00.025) 0:00:20.817 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:39:20 +0000 (0:00:00.019) 0:00:20.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:39:20 +0000 (0:00:00.020) 0:00:20.858 ******* 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": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1df9d4e1-bb30-4dbd-bddb-5d61f366360b TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.412) 0:00:21.270 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.021) 0:00:21.292 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1df9d4e1-bb30-4dbd-bddb-5d61f366360b" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.023) 0:00:21.315 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1df9d4e1-bb30-4dbd-bddb-5d61f366360b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1df9d4e1-bb30-4dbd-bddb-5d61f366360b" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.023) 0:00:21.338 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.027) 0:00:21.366 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.190) 0:00:21.556 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1df9d4e1-bb30-4dbd-bddb-5d61f366360b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1df9d4e1-bb30-4dbd-bddb-5d61f366360b" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:30 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.022) 0:00:21.579 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/activate_profile.yml:3 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.037) 0:00:21.616 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.038) 0:00:21.655 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.038) 0:00:21.694 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.026) 0:00:21.720 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.020) 0:00:21.741 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:39:21 +0000 (0:00:00.042) 0:00:21.783 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:39:23 +0000 (0:00:01.487) 0:00:23.271 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:39:24 +0000 (0:00:01.527) 0:00:24.798 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:39:24 +0000 (0:00:00.041) 0:00:24.839 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:39:24 +0000 (0:00:00.021) 0:00:24.861 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:39:24 +0000 (0:00:00.020) 0:00:24.881 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:39:25 +0000 (0:00:00.042) 0:00:24.924 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:39:25 +0000 (0:00:00.026) 0:00:24.950 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:39:25 +0000 (0:00:00.027) 0:00:24.978 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:39:25 +0000 (0:00:00.031) 0:00:25.010 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:39:25 +0000 (0:00:00.341) 0:00:25.351 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:39:25 +0000 (0:00:00.025) 0:00:25.376 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:39:25 +0000 (0:00:00.020) 0:00:25.397 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:39:25 +0000 (0:00:00.020) 0:00:25.417 ******* ok: [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": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 1df9d4e1-bb30-4dbd-bddb-5d61f366360b skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:39:25 +0000 (0:00:00.324) 0:00:25.742 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:39:25 +0000 (0:00:00.023) 0:00:25.766 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 1df9d4e1-bb30-4dbd-bddb-5d61f366360b skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:39:25 +0000 (0:00:00.037) 0:00:25.803 ******* 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": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 1df9d4e1-bb30-4dbd-bddb-5d61f366360b skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 1df9d4e1-bb30-4dbd-bddb-5d61f366360b skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:39:25 +0000 (0:00:00.064) 0:00:25.868 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:39:26 +0000 (0:00:00.022) 0:00:25.890 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:36 Tuesday 23 January 2024 19:39:26 +0000 (0:00:00.189) 0:00:26.080 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 23 January 2024 19:39:26 +0000 (0:00:00.042) 0:00:26.123 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:39:26 +0000 (0:00:00.034) 0:00:26.157 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706038761.2912872, "block_size": 4096, "blocks": 0, "ctime": 1706038761.2912872, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36994, "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": 1706038761.2912872, "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-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 23 January 2024 19:39:26 +0000 (0:00:00.194) 0:00:26.351 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 23 January 2024 19:39:26 +0000 (0:00:00.023) 0:00:26.375 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 23 January 2024 19:39:26 +0000 (0:00:00.035) 0:00:26.410 ******* 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-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 23 January 2024 19:39:26 +0000 (0:00:00.021) 0:00:26.432 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706038761.3353252, "block_size": 4096, "blocks": 8, "ctime": 1706038761.2903252, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5114241, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1706038761.2903252, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "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-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 23 January 2024 19:39:26 +0000 (0:00:00.192) 0:00:26.624 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 23 January 2024 19:39:26 +0000 (0:00:00.024) 0:00:26.649 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020783", "end": "2024-01-23 19:39:26.943700", "rc": 0, "start": "2024-01-23 19:39:26.922917" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.251) 0:00:26.901 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.024) 0:00:26.925 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.023) 0:00:26.949 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.023) 0:00:26.972 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.022) 0:00:26.995 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.023) 0:00:27.018 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.024) 0:00:27.042 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.036) 0:00:27.079 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:42 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.024) 0:00:27.103 ******* TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:47 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.034) 0:00:27.138 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:66 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.023) 0:00:27.162 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.042) 0:00:27.204 ******* 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.062091", "end": "2024-01-23 19:39:27.540722", "rc": 1, "start": "2024-01-23 19:39:27.478631" } STDOUT: Connection 'statebr' (1df9d4e1-bb30-4dbd-bddb-5d61f366360b) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tests_states.yml:83 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.256) 0:00:27.460 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:5 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.035) 0:00:27.496 ******* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:9 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.044) 0:00:27.540 ******* 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" } 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-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:21 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.043) 0:00:27.584 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.036) 0:00:27.621 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.034) 0:00:27.655 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003326", "end": "2024-01-23 19:39:27.935251", "rc": 0, "start": "2024-01-23 19:39:27.931925" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.200) 0:00:27.856 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:39:27 +0000 (0:00:00.024) 0:00:27.881 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:24 Tuesday 23 January 2024 19:39:28 +0000 (0:00:00.037) 0:00:27.918 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 23 January 2024 19:39:28 +0000 (0:00:00.044) 0:00:27.963 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:39:28 +0000 (0:00:00.046) 0:00:28.009 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:39:28 +0000 (0:00:00.041) 0:00:28.050 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:39:28 +0000 (0:00:00.026) 0:00:28.076 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:39:28 +0000 (0:00:00.045) 0:00:28.122 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:39:28 +0000 (0:00:00.021) 0:00:28.144 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:39:29 +0000 (0:00:01.518) 0:00:29.662 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:39:31 +0000 (0:00:01.549) 0:00:31.212 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:39:31 +0000 (0:00:00.021) 0:00:31.233 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:39:31 +0000 (0:00:00.020) 0:00:31.254 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:39:31 +0000 (0:00:00.022) 0:00:31.277 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:39:31 +0000 (0:00:00.044) 0:00:31.321 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:39:31 +0000 (0:00:00.021) 0:00:31.343 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:39:31 +0000 (0:00:00.021) 0:00:31.364 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:39:31 +0000 (0:00:00.024) 0:00:31.388 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:39:31 +0000 (0:00:00.344) 0:00:31.733 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:39:31 +0000 (0:00:00.025) 0:00:31.758 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:39:31 +0000 (0:00:00.022) 0:00:31.781 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:39:31 +0000 (0:00:00.021) 0:00:31.802 ******* 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": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a76cbc49-0bd3-485f-91ac-e4b2538c6b24 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:39:32 +0000 (0:00:00.381) 0:00:32.184 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:39:32 +0000 (0:00:00.046) 0:00:32.230 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a76cbc49-0bd3-485f-91ac-e4b2538c6b24" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:39:32 +0000 (0:00:00.023) 0:00:32.254 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a76cbc49-0bd3-485f-91ac-e4b2538c6b24\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a76cbc49-0bd3-485f-91ac-e4b2538c6b24" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:39:32 +0000 (0:00:00.023) 0:00:32.277 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:39:32 +0000 (0:00:00.022) 0:00:32.300 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 23 January 2024 19:39:32 +0000 (0:00:00.191) 0:00:32.492 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a76cbc49-0bd3-485f-91ac-e4b2538c6b24\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a76cbc49-0bd3-485f-91ac-e4b2538c6b24" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/activate_profile.yml:3 Tuesday 23 January 2024 19:39:32 +0000 (0:00:00.023) 0:00:32.515 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:39:32 +0000 (0:00:00.034) 0:00:32.550 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:39:32 +0000 (0:00:00.039) 0:00:32.589 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:39:32 +0000 (0:00:00.027) 0:00:32.617 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:39:32 +0000 (0:00:00.022) 0:00:32.640 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:39:32 +0000 (0:00:00.021) 0:00:32.661 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:39:34 +0000 (0:00:01.513) 0:00:34.174 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:39:35 +0000 (0:00:01.523) 0:00:35.698 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:39:35 +0000 (0:00:00.032) 0:00:35.730 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:39:35 +0000 (0:00:00.028) 0:00:35.758 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:39:35 +0000 (0:00:00.022) 0:00:35.781 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:39:35 +0000 (0:00:00.063) 0:00:35.844 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:39:35 +0000 (0:00:00.021) 0:00:35.866 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:39:35 +0000 (0:00:00.022) 0:00:35.888 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:39:36 +0000 (0:00:00.024) 0:00:35.913 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:39:36 +0000 (0:00:00.338) 0:00:36.251 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:39:36 +0000 (0:00:00.025) 0:00:36.276 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:39:36 +0000 (0:00:00.020) 0:00:36.296 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:39:36 +0000 (0:00:00.020) 0:00:36.317 ******* ok: [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": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a76cbc49-0bd3-485f-91ac-e4b2538c6b24 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:39:36 +0000 (0:00:00.325) 0:00:36.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:39:36 +0000 (0:00:00.020) 0:00:36.664 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a76cbc49-0bd3-485f-91ac-e4b2538c6b24 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:39:36 +0000 (0:00:00.023) 0:00:36.687 ******* 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": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a76cbc49-0bd3-485f-91ac-e4b2538c6b24 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a76cbc49-0bd3-485f-91ac-e4b2538c6b24 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:39:36 +0000 (0:00:00.021) 0:00:36.708 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:39:36 +0000 (0:00:00.020) 0:00:36.729 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:30 Tuesday 23 January 2024 19:39:37 +0000 (0:00:00.187) 0:00:36.917 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/remove_profile.yml:3 Tuesday 23 January 2024 19:39:37 +0000 (0:00:00.061) 0:00:36.978 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:39:37 +0000 (0:00:00.039) 0:00:37.018 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:39:37 +0000 (0:00:00.039) 0:00:37.057 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:39:37 +0000 (0:00:00.027) 0:00:37.084 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:39:37 +0000 (0:00:00.021) 0:00:37.106 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:39:37 +0000 (0:00:00.022) 0:00:37.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 [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:39:38 +0000 (0:00:01.495) 0:00:38.624 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:39:40 +0000 (0:00:01.548) 0:00:40.172 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:39:40 +0000 (0:00:00.022) 0:00:40.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:39:40 +0000 (0:00:00.020) 0:00:40.215 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:39:40 +0000 (0:00:00.020) 0:00:40.235 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:39:40 +0000 (0:00:00.042) 0:00:40.278 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:39:40 +0000 (0:00:00.020) 0:00:40.298 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:39:40 +0000 (0:00:00.020) 0:00:40.319 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:39:40 +0000 (0:00:00.023) 0:00:40.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 [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:39:40 +0000 (0:00:00.369) 0:00:40.712 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:39:40 +0000 (0:00:00.025) 0:00:40.737 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:39:40 +0000 (0:00:00.020) 0:00:40.758 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:39:40 +0000 (0:00:00.020) 0:00:40.779 ******* 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": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:39:41 +0000 (0:00:00.350) 0:00:41.129 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:39:41 +0000 (0:00:00.022) 0:00:41.152 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:39:41 +0000 (0:00:00.024) 0:00:41.177 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:39:41 +0000 (0:00:00.022) 0:00:41.200 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:39:41 +0000 (0:00:00.020) 0:00:41.220 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:36 Tuesday 23 January 2024 19:39:41 +0000 (0:00:00.197) 0:00:41.417 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 23 January 2024 19:39:41 +0000 (0:00:00.045) 0:00:41.463 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:39:41 +0000 (0:00:00.066) 0:00:41.529 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706038772.2085545, "block_size": 4096, "blocks": 0, "ctime": 1706038772.2085545, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37125, "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": 1706038772.2085545, "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-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 23 January 2024 19:39:41 +0000 (0:00:00.201) 0:00:41.730 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_absent.yml:3 Tuesday 23 January 2024 19:39:41 +0000 (0:00:00.031) 0:00:41.761 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 23 January 2024 19:39:41 +0000 (0:00:00.038) 0:00:41.799 ******* 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-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 23 January 2024 19:39:41 +0000 (0:00:00.022) 0:00:41.822 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.197) 0:00:42.019 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.022) 0:00:42.042 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020472", "end": "2024-01-23 19:39:42.345668", "rc": 1, "start": "2024-01-23 19:39:42.325196" } 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-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.222) 0:00:42.265 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.022) 0:00:42.288 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.022) 0:00:42.310 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.021) 0:00:42.331 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.021) 0:00:42.352 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_absent.yml:5 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.021) 0:00:42.374 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:42 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.046) 0:00:42.421 ******* TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:47 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.020) 0:00:42.441 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:66 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.022) 0:00:42.463 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.039) 0:00:42.503 ******* 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.074068", "end": "2024-01-23 19:39:42.853771", "rc": 1, "start": "2024-01-23 19:39:42.779703" } STDOUT: Connection 'statebr' (a76cbc49-0bd3-485f-91ac-e4b2538c6b24) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tests_states.yml:103 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.269) 0:00:42.772 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:5 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.037) 0:00:42.809 ******* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:9 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.023) 0:00:42.833 ******* 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": true, "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-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:21 Tuesday 23 January 2024 19:39:42 +0000 (0:00:00.044) 0:00:42.877 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:39:43 +0000 (0:00:00.035) 0:00:42.912 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:39:43 +0000 (0:00:00.033) 0:00:42.946 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003140", "end": "2024-01-23 19:39:43.224022", "rc": 0, "start": "2024-01-23 19:39:43.220882" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:39:43 +0000 (0:00:00.200) 0:00:43.146 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:39:43 +0000 (0:00:00.068) 0:00:43.214 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:24 Tuesday 23 January 2024 19:39:43 +0000 (0:00:00.031) 0:00:43.246 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 23 January 2024 19:39:43 +0000 (0:00:00.052) 0:00:43.298 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:39:43 +0000 (0:00:00.046) 0:00:43.345 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:39:43 +0000 (0:00:00.041) 0:00:43.386 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:39:43 +0000 (0:00:00.026) 0:00:43.413 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:39:43 +0000 (0:00:00.030) 0:00:43.443 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:39:43 +0000 (0:00:00.022) 0:00:43.465 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:39:45 +0000 (0:00:01.503) 0:00:44.969 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:39:46 +0000 (0:00:01.522) 0:00:46.491 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:39:46 +0000 (0:00:00.025) 0:00:46.517 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:39:46 +0000 (0:00:00.026) 0:00:46.543 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:39:46 +0000 (0:00:00.023) 0:00:46.567 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:39:46 +0000 (0:00:00.045) 0:00:46.613 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:39:46 +0000 (0:00:00.023) 0:00:46.636 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:39:46 +0000 (0:00:00.022) 0:00:46.659 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:39:46 +0000 (0:00:00.048) 0:00:46.708 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:39:47 +0000 (0:00:00.337) 0:00:47.045 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:39:47 +0000 (0:00:00.027) 0:00:47.072 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:39:47 +0000 (0:00:00.021) 0:00:47.094 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:39:47 +0000 (0:00:00.021) 0:00:47.116 ******* 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": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e5487e5a-10fa-4f71-a1ac-9ef61aa9a6f2 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:39:47 +0000 (0:00:00.375) 0:00:47.491 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:39:47 +0000 (0:00:00.021) 0:00:47.512 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e5487e5a-10fa-4f71-a1ac-9ef61aa9a6f2" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:39:47 +0000 (0:00:00.022) 0:00:47.535 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e5487e5a-10fa-4f71-a1ac-9ef61aa9a6f2\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e5487e5a-10fa-4f71-a1ac-9ef61aa9a6f2" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:39:47 +0000 (0:00:00.024) 0:00:47.560 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:39:47 +0000 (0:00:00.023) 0:00:47.583 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 23 January 2024 19:39:47 +0000 (0:00:00.190) 0:00:47.773 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e5487e5a-10fa-4f71-a1ac-9ef61aa9a6f2\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e5487e5a-10fa-4f71-a1ac-9ef61aa9a6f2" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/activate_profile.yml:3 Tuesday 23 January 2024 19:39:47 +0000 (0:00:00.022) 0:00:47.795 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:39:47 +0000 (0:00:00.063) 0:00:47.859 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:39:48 +0000 (0:00:00.041) 0:00:47.900 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:39:48 +0000 (0:00:00.027) 0:00:47.928 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:39:48 +0000 (0:00:00.022) 0:00:47.950 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:39:48 +0000 (0:00:00.023) 0:00:47.973 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:39:49 +0000 (0:00:01.488) 0:00:49.462 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:39:51 +0000 (0:00:01.515) 0:00:50.977 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:39:51 +0000 (0:00:00.022) 0:00:51.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:39:51 +0000 (0:00:00.022) 0:00:51.022 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:39:51 +0000 (0:00:00.022) 0:00:51.045 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:39:51 +0000 (0:00:00.043) 0:00:51.088 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:39:51 +0000 (0:00:00.021) 0:00:51.110 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:39:51 +0000 (0:00:00.022) 0:00:51.132 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:39:51 +0000 (0:00:00.024) 0:00:51.156 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:39:51 +0000 (0:00:00.351) 0:00:51.508 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:39:51 +0000 (0:00:00.032) 0:00:51.540 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:39:51 +0000 (0:00:00.028) 0:00:51.569 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:39:51 +0000 (0:00:00.022) 0:00:51.591 ******* ok: [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": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e5487e5a-10fa-4f71-a1ac-9ef61aa9a6f2 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:39:52 +0000 (0:00:00.350) 0:00:51.941 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:39:52 +0000 (0:00:00.022) 0:00:51.964 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e5487e5a-10fa-4f71-a1ac-9ef61aa9a6f2 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:39:52 +0000 (0:00:00.022) 0:00:51.986 ******* 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": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e5487e5a-10fa-4f71-a1ac-9ef61aa9a6f2 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e5487e5a-10fa-4f71-a1ac-9ef61aa9a6f2 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:39:52 +0000 (0:00:00.022) 0:00:52.008 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:39:52 +0000 (0:00:00.020) 0:00:52.029 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/remove_profile.yml:3 Tuesday 23 January 2024 19:39:52 +0000 (0:00:00.188) 0:00:52.217 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:39:52 +0000 (0:00:00.036) 0:00:52.254 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:39:52 +0000 (0:00:00.039) 0:00:52.293 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:39:52 +0000 (0:00:00.026) 0:00:52.320 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:39:52 +0000 (0:00:00.020) 0:00:52.341 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:39:52 +0000 (0:00:00.020) 0:00:52.361 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:39:53 +0000 (0:00:01.480) 0:00:53.841 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:39:55 +0000 (0:00:01.515) 0:00:55.357 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:39:55 +0000 (0:00:00.021) 0:00:55.378 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:39:55 +0000 (0:00:00.038) 0:00:55.416 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:39:55 +0000 (0:00:00.020) 0:00:55.437 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:39:55 +0000 (0:00:00.043) 0:00:55.481 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:39:55 +0000 (0:00:00.020) 0:00:55.501 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:39:55 +0000 (0:00:00.019) 0:00:55.521 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:39:55 +0000 (0:00:00.023) 0:00:55.545 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:39:55 +0000 (0:00:00.339) 0:00:55.885 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.024) 0:00:55.910 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.021) 0:00:55.931 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.020) 0:00:55.952 ******* 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": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.343) 0:00:56.296 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.021) 0:00:56.317 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.022) 0:00:56.339 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.022) 0:00:56.362 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.043) 0:00:56.405 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:30 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.188) 0:00:56.594 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/remove+down_profile.yml:3 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.038) 0:00:56.632 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.039) 0:00:56.672 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.038) 0:00:56.711 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.026) 0:00:56.737 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.020) 0:00:56.757 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:39:56 +0000 (0:00:00.020) 0:00:56.778 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:39:58 +0000 (0:00:01.489) 0:00:58.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 [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:39:59 +0000 (0:00:01.525) 0:00:59.792 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:39:59 +0000 (0:00:00.023) 0:00:59.816 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:39:59 +0000 (0:00:00.022) 0:00:59.838 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:39:59 +0000 (0:00:00.028) 0:00:59.867 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:40:00 +0000 (0:00:00.044) 0:00:59.912 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:40:00 +0000 (0:00:00.020) 0:00:59.933 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:40:00 +0000 (0:00:00.047) 0:00:59.981 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:40:00 +0000 (0:00:00.025) 0:01:00.006 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:40:00 +0000 (0:00:00.346) 0:01:00.353 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:40:00 +0000 (0:00:00.032) 0:01:00.385 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:40:00 +0000 (0:00:00.027) 0:01:00.413 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:40:00 +0000 (0:00:00.021) 0:01:00.435 ******* 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": "nm" } }, "changed": true } STDERR: [001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:40:00 +0000 (0:00:00.407) 0:01:00.842 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:40:00 +0000 (0:00:00.022) 0:01:00.864 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:40:00 +0000 (0:00:00.023) 0:01:00.888 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.023) 0:01:00.911 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.020) 0:01:00.931 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:36 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.193) 0:01:01.125 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_absent.yml:3 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.082) 0:01:01.207 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.039) 0:01:01.246 ******* 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-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.024) 0:01:01.271 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.198) 0:01:01.470 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.020) 0:01:01.491 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019768", "end": "2024-01-23 19:40:01.787689", "rc": 1, "start": "2024-01-23 19:40:01.767921" } 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-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.239) 0:01:01.731 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.026) 0:01:01.757 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.029) 0:01:01.787 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.029) 0:01:01.816 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.025) 0:01:01.842 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_absent.yml:5 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.022) 0:01:01.864 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:42 Tuesday 23 January 2024 19:40:01 +0000 (0:00:00.025) 0:01:01.889 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:40:02 +0000 (0:00:00.047) 0:01:01.937 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:40:02 +0000 (0:00:00.072) 0:01:02.010 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:40:02 +0000 (0:00:00.194) 0:01:02.204 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:47 Tuesday 23 January 2024 19:40:02 +0000 (0:00:00.027) 0:01:02.231 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:66 Tuesday 23 January 2024 19:40:02 +0000 (0:00:00.024) 0:01:02.256 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 23 January 2024 19:40:02 +0000 (0:00:00.042) 0:01:02.298 ******* 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.039290", "end": "2024-01-23 19:40:02.613450", "rc": 1, "start": "2024-01-23 19:40:02.574160" } 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-ci_fix3e_jl5rm/tests/playbooks/tests_states.yml:126 Tuesday 23 January 2024 19:40:02 +0000 (0:00:00.233) 0:01:02.532 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/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-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:5 Tuesday 23 January 2024 19:40:02 +0000 (0:00:00.037) 0:01:02.569 ******* ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:9 Tuesday 23 January 2024 19:40:02 +0000 (0:00:00.023) 0:01:02.593 ******* 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": true, "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-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:21 Tuesday 23 January 2024 19:40:02 +0000 (0:00:00.043) 0:01:02.637 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:40:02 +0000 (0:00:00.034) 0:01:02.671 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:40:02 +0000 (0:00:00.065) 0:01:02.737 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003181", "end": "2024-01-23 19:40:03.015921", "rc": 0, "start": "2024-01-23 19:40:03.012740" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:40:03 +0000 (0:00:00.204) 0:01:02.942 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:40:03 +0000 (0:00:00.029) 0:01:02.972 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:24 Tuesday 23 January 2024 19:40:03 +0000 (0:00:00.033) 0:01:03.005 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 23 January 2024 19:40:03 +0000 (0:00:00.058) 0:01:03.063 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:40:03 +0000 (0:00:00.051) 0:01:03.114 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:40:03 +0000 (0:00:00.047) 0:01:03.162 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:40:03 +0000 (0:00:00.038) 0:01:03.201 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:40:03 +0000 (0:00:00.027) 0:01:03.228 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:40:03 +0000 (0:00:00.025) 0:01:03.254 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:40:04 +0000 (0:00:01.489) 0:01:04.744 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:40:06 +0000 (0:00:01.520) 0:01:06.264 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:40:06 +0000 (0:00:00.021) 0:01:06.286 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:40:06 +0000 (0:00:00.022) 0:01:06.309 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:40:06 +0000 (0:00:00.021) 0:01:06.330 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:40:06 +0000 (0:00:00.102) 0:01:06.433 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:40:06 +0000 (0:00:00.025) 0:01:06.458 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:40:06 +0000 (0:00:00.021) 0:01:06.480 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:40:06 +0000 (0:00:00.026) 0:01:06.507 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:40:06 +0000 (0:00:00.354) 0:01:06.861 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.034) 0:01:06.895 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.034) 0:01:06.930 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.030) 0:01:06.961 ******* 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": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f58b39f9-a11c-4028-bce2-90b5ac2b163f TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.430) 0:01:07.391 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.022) 0:01:07.413 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f58b39f9-a11c-4028-bce2-90b5ac2b163f" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.023) 0:01:07.437 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f58b39f9-a11c-4028-bce2-90b5ac2b163f\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f58b39f9-a11c-4028-bce2-90b5ac2b163f" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.023) 0:01:07.461 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.021) 0:01:07.483 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.222) 0:01:07.705 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f58b39f9-a11c-4028-bce2-90b5ac2b163f\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f58b39f9-a11c-4028-bce2-90b5ac2b163f" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/activate_profile.yml:3 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.023) 0:01:07.729 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.036) 0:01:07.766 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.041) 0:01:07.807 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.029) 0:01:07.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:40:07 +0000 (0:00:00.032) 0:01:07.870 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:40:08 +0000 (0:00:00.044) 0:01:07.914 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:40:09 +0000 (0:00:01.501) 0:01:09.416 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:40:11 +0000 (0:00:01.561) 0:01:10.977 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:40:11 +0000 (0:00:00.036) 0:01:11.014 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:40:11 +0000 (0:00:00.036) 0:01:11.050 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:40:11 +0000 (0:00:00.022) 0:01:11.072 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:40:11 +0000 (0:00:00.045) 0:01:11.117 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:40:11 +0000 (0:00:00.023) 0:01:11.141 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:40:11 +0000 (0:00:00.020) 0:01:11.161 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:40:11 +0000 (0:00:00.024) 0:01:11.186 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:40:11 +0000 (0:00:00.345) 0:01:11.531 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:40:11 +0000 (0:00:00.025) 0:01:11.557 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:40:11 +0000 (0:00:00.021) 0:01:11.578 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:40:11 +0000 (0:00:00.020) 0:01:11.599 ******* ok: [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": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f58b39f9-a11c-4028-bce2-90b5ac2b163f skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:40:12 +0000 (0:00:00.322) 0:01:11.921 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:40:12 +0000 (0:00:00.020) 0:01:11.942 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f58b39f9-a11c-4028-bce2-90b5ac2b163f skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:40:12 +0000 (0:00:00.021) 0:01:11.964 ******* 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": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f58b39f9-a11c-4028-bce2-90b5ac2b163f skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f58b39f9-a11c-4028-bce2-90b5ac2b163f skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:40:12 +0000 (0:00:00.022) 0:01:11.986 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:40:12 +0000 (0:00:00.021) 0:01:12.008 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/remove+down_profile.yml:3 Tuesday 23 January 2024 19:40:12 +0000 (0:00:00.192) 0:01:12.201 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:40:12 +0000 (0:00:00.037) 0:01:12.238 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:40:12 +0000 (0:00:00.040) 0:01:12.278 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:40:12 +0000 (0:00:00.054) 0:01:12.333 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:40:12 +0000 (0:00:00.033) 0:01:12.366 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:40:12 +0000 (0:00:00.026) 0:01:12.392 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:40:14 +0000 (0:00:01.500) 0:01:13.893 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:40:15 +0000 (0:00:01.547) 0:01:15.440 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:40:15 +0000 (0:00:00.028) 0:01:15.468 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:40:15 +0000 (0:00:00.023) 0:01:15.492 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:40:15 +0000 (0:00:00.022) 0:01:15.514 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:40:15 +0000 (0:00:00.043) 0:01:15.558 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:40:15 +0000 (0:00:00.021) 0:01:15.579 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:40:15 +0000 (0:00:00.022) 0:01:15.601 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:40:15 +0000 (0:00:00.024) 0:01:15.626 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.342) 0:01:15.969 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.026) 0:01:15.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 [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.021) 0:01:16.016 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.022) 0:01:16.039 ******* 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": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.387) 0:01:16.426 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.024) 0:01:16.451 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.051) 0:01:16.502 ******* 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": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.034) 0:01:16.536 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.023) 0:01:16.560 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:30 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.194) 0:01:16.754 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/remove+down_profile.yml:3 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.040) 0:01:16.795 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.035) 0:01:16.830 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 23 January 2024 19:40:16 +0000 (0:00:00.040) 0:01:16.870 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 23 January 2024 19:40:17 +0000 (0:00:00.028) 0:01:16.898 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 23 January 2024 19:40:17 +0000 (0:00:00.021) 0:01:16.919 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 23 January 2024 19:40:17 +0000 (0:00:00.020) 0:01:16.940 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 23 January 2024 19:40:18 +0000 (0:00:01.528) 0:01:18.468 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 23 January 2024 19:40:20 +0000 (0:00:01.543) 0:01:20.012 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 23 January 2024 19:40:20 +0000 (0:00:00.022) 0:01:20.034 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 23 January 2024 19:40:20 +0000 (0:00:00.020) 0:01:20.055 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 23 January 2024 19:40:20 +0000 (0:00:00.022) 0:01:20.078 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 23 January 2024 19:40:20 +0000 (0:00:00.075) 0:01:20.153 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 23 January 2024 19:40:20 +0000 (0:00:00.041) 0:01:20.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 23 January 2024 19:40:20 +0000 (0:00:00.033) 0:01:20.228 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 23 January 2024 19:40:20 +0000 (0:00:00.031) 0:01:20.259 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 23 January 2024 19:40:20 +0000 (0:00:00.381) 0:01:20.641 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 23 January 2024 19:40:20 +0000 (0:00:00.045) 0:01:20.687 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 23 January 2024 19:40:20 +0000 (0:00:00.022) 0:01:20.709 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 23 January 2024 19:40:20 +0000 (0:00:00.020) 0:01:20.730 ******* 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": "nm" } }, "changed": false } STDERR: [002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 23 January 2024 19:40:21 +0000 (0:00:00.335) 0:01:21.065 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 23 January 2024 19:40:21 +0000 (0:00:00.022) 0:01:21.088 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 23 January 2024 19:40:21 +0000 (0:00:00.022) 0:01:21.110 ******* 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": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 23 January 2024 19:40:21 +0000 (0:00:00.022) 0:01:21.133 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 23 January 2024 19:40:21 +0000 (0:00:00.020) 0:01:21.153 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:36 Tuesday 23 January 2024 19:40:21 +0000 (0:00:00.186) 0:01:21.340 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_absent.yml:3 Tuesday 23 January 2024 19:40:21 +0000 (0:00:00.067) 0:01:21.408 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 23 January 2024 19:40:21 +0000 (0:00:00.038) 0:01:21.446 ******* 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-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 23 January 2024 19:40:21 +0000 (0:00:00.023) 0:01:21.469 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 23 January 2024 19:40:21 +0000 (0:00:00.195) 0:01:21.665 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 23 January 2024 19:40:21 +0000 (0:00:00.022) 0:01:21.687 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018954", "end": "2024-01-23 19:40:21.978924", "rc": 1, "start": "2024-01-23 19:40:21.959970" } 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-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 23 January 2024 19:40:22 +0000 (0:00:00.209) 0:01:21.897 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 23 January 2024 19:40:22 +0000 (0:00:00.021) 0:01:21.919 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 23 January 2024 19:40:22 +0000 (0:00:00.021) 0:01:21.940 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 23 January 2024 19:40:22 +0000 (0:00:00.021) 0:01:21.962 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 23 January 2024 19:40:22 +0000 (0:00:00.020) 0:01:21.983 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_profile_absent.yml:5 Tuesday 23 January 2024 19:40:22 +0000 (0:00:00.021) 0:01:22.004 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Tuesday 23 January 2024 19:40:22 +0000 (0:00:00.022) 0:01:22.027 ******* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:01.160679", "end": "2024-01-23 19:40:23.462812", "rc": 0, "start": "2024-01-23 19:40:22.302133" } STDOUT: NetworkManager-1.40.16-14.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Tuesday 23 January 2024 19:40:23 +0000 (0:00:01.354) 0:01:23.382 ******* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Tuesday 23 January 2024 19:40:23 +0000 (0:00:00.022) 0:01:23.404 ******* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:42 Tuesday 23 January 2024 19:40:23 +0000 (0:00:00.021) 0:01:23.426 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:40:23 +0000 (0:00:00.042) 0:01:23.468 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:40:23 +0000 (0:00:00.037) 0:01:23.506 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:40:23 +0000 (0:00:00.193) 0:01:23.699 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:47 Tuesday 23 January 2024 19:40:23 +0000 (0:00:00.029) 0:01:23.729 ******* 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-ci_fix3e_jl5rm/tests/playbooks/tasks/run_test.yml:66 Tuesday 23 January 2024 19:40:23 +0000 (0:00:00.022) 0:01:23.752 ******* included: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ci_fix3e_jl5rm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 23 January 2024 19:40:23 +0000 (0:00:00.039) 0:01:23.792 ******* 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.038359", "end": "2024-01-23 19:40:24.103907", "rc": 1, "start": "2024-01-23 19:40:24.065548" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=321 changed=10 unreachable=0 failed=0 skipped=247 rescued=0 ignored=11 Tuesday 23 January 2024 19:40:24 +0000 (0:00:00.217) 0:01:24.009 ******* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.11s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 1.85s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which packages are installed --------- 1.67s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.59s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.56s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.55s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.55s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.55s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.54s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.53s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.53s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.53s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.53s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.52s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.52s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.52s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.52s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.52s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.52s /WORKDIR/git-ci_fix3e_jl5rm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---