# 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_initscripts.yml ***************************************** 2 plays in /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_states_initscripts.yml PLAY [Run playbook 'playbooks/tests_states.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_states_initscripts.yml:5 Monday 25 March 2024 20:00:34 +0000 (0:00:00.035) 0:00:00.035 ********** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_states_initscripts.yml:8 Monday 25 March 2024 20:00:35 +0000 (0:00:00.942) 0:00:00.977 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/tasks/el_repo_setup.yml:3 Monday 25 March 2024 20:00:35 +0000 (0:00:00.039) 0:00:01.016 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/el_repo_setup.yml:19 Monday 25 March 2024 20:00:36 +0000 (0:00:00.453) 0:00:01.469 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/el_repo_setup.yml:24 Monday 25 March 2024 20:00:36 +0000 (0:00:00.312) 0:00:01.782 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/el_repo_setup.yml:28 Monday 25 March 2024 20:00:36 +0000 (0:00:00.026) 0:00:01.809 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/el_repo_setup.yml:53 Monday 25 March 2024 20:00:36 +0000 (0:00:00.038) 0:00:01.848 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml:8 Monday 25 March 2024 20:00:36 +0000 (0:00:00.048) 0:00:01.896 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml:24 Monday 25 March 2024 20:00:37 +0000 (0:00:00.299) 0:00:02.195 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml:30 Monday 25 March 2024 20:00:37 +0000 (0:00:00.014) 0:00:02.209 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml:35 Monday 25 March 2024 20:00:37 +0000 (0:00:00.010) 0:00:02.220 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.274247", "end": "2024-03-25 20:00:37.646639", "rc": 0, "start": "2024-03-25 20:00:37.372392" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml:40 Monday 25 March 2024 20:00:37 +0000 (0:00:00.494) 0:00:02.714 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_states_initscripts.yml:10 Monday 25 March 2024 20:00:37 +0000 (0:00:00.011) 0:00:02.726 ********** ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_states.yml:3 Monday 25 March 2024 20:00:37 +0000 (0:00:00.010) 0:00:02.737 ********** ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_states.yml:11 Monday 25 March 2024 20:00:38 +0000 (0:00:00.548) 0:00:03.285 ********** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_states.yml:22 Monday 25 March 2024 20:00:38 +0000 (0:00:00.011) 0:00:03.297 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:5 Monday 25 March 2024 20:00:38 +0000 (0:00:00.040) 0:00:03.337 ********** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:9 Monday 25 March 2024 20:00:38 +0000 (0:00:00.010) 0:00:03.348 ********** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": false, "what": "tasks/assert_device_present.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:21 Monday 25 March 2024 20:00:38 +0000 (0:00:00.036) 0:00:03.384 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml:3 Monday 25 March 2024 20:00:38 +0000 (0:00:00.015) 0:00:03.399 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 20:00:38 +0000 (0:00:00.024) 0:00:03.424 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003712", "end": "2024-03-25 20:00:38.571163", "rc": 0, "start": "2024-03-25 20:00:38.567451" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 20:00:38 +0000 (0:00:00.222) 0:00:03.646 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml:5 Monday 25 March 2024 20:00:38 +0000 (0:00:00.012) 0:00:03.659 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:24 Monday 25 March 2024 20:00:38 +0000 (0:00:00.014) 0:00:03.673 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/delete_interface.yml:3 Monday 25 March 2024 20:00:38 +0000 (0:00:00.021) 0:00:03.695 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.009783", "end": "2024-03-25 20:00:38.849737", "rc": 1, "start": "2024-03-25 20:00:38.839954" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 25 March 2024 20:00:38 +0000 (0:00:00.239) 0:00:03.934 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 March 2024 20:00:38 +0000 (0:00:00.033) 0:00:03.967 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 25 March 2024 20:00:39 +0000 (0:00:00.235) 0:00:04.202 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:30 Monday 25 March 2024 20:00:39 +0000 (0:00:00.015) 0:00:04.218 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 25 March 2024 20:00:39 +0000 (0:00:00.037) 0:00:04.255 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:00:39 +0000 (0:00:00.148) 0:00:04.404 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:00:39 +0000 (0:00:00.025) 0:00:04.429 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:00:39 +0000 (0:00:00.040) 0:00:04.469 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:00:39 +0000 (0:00:00.029) 0:00:04.499 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:00:39 +0000 (0:00:00.016) 0:00:04.516 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:00:41 +0000 (0:00:01.910) 0:00:06.426 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:00:43 +0000 (0:00:01.779) 0:00:08.206 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:00:43 +0000 (0:00:00.029) 0:00:08.235 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:00:43 +0000 (0:00:00.044) 0:00:08.279 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:00:43 +0000 (0:00:00.041) 0:00:08.320 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:00:43 +0000 (0:00:00.026) 0:00:08.347 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:00:43 +0000 (0:00:00.020) 0:00:08.368 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:00:43 +0000 (0:00:00.024) 0:00:08.393 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:00:43 +0000 (0:00:00.045) 0:00:08.438 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:00:43 +0000 (0:00:00.035) 0:00:08.474 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:00:43 +0000 (0:00:00.055) 0:00:08.530 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:00:43 +0000 (0:00:00.098) 0:00:08.629 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:00:43 +0000 (0:00:00.078) 0:00:08.707 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:00:43 +0000 (0:00:00.044) 0:00:08.751 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:00:44 +0000 (0:00:00.573) 0:00:09.325 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmp2h3tqe1d" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:00:44 +0000 (0:00:00.333) 0:00:09.659 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:00:45 +0000 (0:00:00.432) 0:00:10.091 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:00:45 +0000 (0:00:00.021) 0:00:10.113 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:00:45 +0000 (0:00:00.022) 0:00:10.136 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:00:45 +0000 (0:00:00.024) 0:00:10.160 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:00:45 +0000 (0:00:00.022) 0:00:10.182 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 25 March 2024 20:00:45 +0000 (0:00:00.285) 0:00:10.468 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:36 Monday 25 March 2024 20:00:45 +0000 (0:00:00.024) 0:00:10.493 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 25 March 2024 20:00:45 +0000 (0:00:00.041) 0:00:10.534 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 25 March 2024 20:00:45 +0000 (0:00:00.040) 0:00:10.574 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 25 March 2024 20:00:45 +0000 (0:00:00.065) 0:00:10.640 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711396845.0117667, "block_size": 4096, "blocks": 8, "ctime": 1711396845.0117667, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6086187, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1711396845.0117667, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 127, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 25 March 2024 20:00:45 +0000 (0:00:00.237) 0:00:10.877 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 25 March 2024 20:00:45 +0000 (0:00:00.049) 0:00:10.927 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022615", "end": "2024-03-25 20:00:46.110891", "rc": 1, "start": "2024-03-25 20:00:46.088276" } 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 25 March 2024 20:00:46 +0000 (0:00:00.298) 0:00:11.226 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 25 March 2024 20:00:46 +0000 (0:00:00.026) 0:00:11.252 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003621", "end": "2024-03-25 20:00:46.443468", "rc": 0, "start": "2024-03-25 20:00:46.439847" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 25 March 2024 20:00:46 +0000 (0:00:00.305) 0:00:11.557 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 25 March 2024 20:00:46 +0000 (0:00:00.051) 0:00:11.609 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003489", "end": "2024-03-25 20:00:46.810656", "rc": 0, "start": "2024-03-25 20:00:46.807167" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 25 March 2024 20:00:46 +0000 (0:00:00.282) 0:00:11.891 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 25 March 2024 20:00:46 +0000 (0:00:00.028) 0:00:11.920 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 25 March 2024 20:00:46 +0000 (0:00:00.040) 0:00:11.960 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 25 March 2024 20:00:46 +0000 (0:00:00.041) 0:00:12.001 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:42 Monday 25 March 2024 20:00:47 +0000 (0:00:00.046) 0:00:12.048 ********** skipping: [sut] => (item={'what': 'tasks/assert_device_present.yml', 'condition': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "condition": false, "what": "tasks/assert_device_present.yml" }, "skip_reason": "Conditional result was False" } TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:47 Monday 25 March 2024 20:00:47 +0000 (0:00:00.052) 0:00:12.100 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:66 Monday 25 March 2024 20:00:47 +0000 (0:00:00.037) 0:00:12.138 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 25 March 2024 20:00:47 +0000 (0:00:00.135) 0:00:12.273 ********** 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.045220", "end": "2024-03-25 20:00:47.476902", "rc": 1, "start": "2024-03-25 20:00:47.431682" } 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_states.yml:45 Monday 25 March 2024 20:00:47 +0000 (0:00:00.303) 0:00:12.577 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:5 Monday 25 March 2024 20:00:47 +0000 (0:00:00.105) 0:00:12.682 ********** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:9 Monday 25 March 2024 20:00:47 +0000 (0:00:00.108) 0:00:12.791 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:21 Monday 25 March 2024 20:00:47 +0000 (0:00:00.083) 0:00:12.875 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml:3 Monday 25 March 2024 20:00:47 +0000 (0:00:00.070) 0:00:12.945 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 20:00:47 +0000 (0:00:00.047) 0:00:12.993 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003596", "end": "2024-03-25 20:00:48.150155", "rc": 0, "start": "2024-03-25 20:00:48.146559" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 20:00:48 +0000 (0:00:00.306) 0:00:13.299 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml:5 Monday 25 March 2024 20:00:48 +0000 (0:00:00.052) 0:00:13.352 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:24 Monday 25 March 2024 20:00:48 +0000 (0:00:00.061) 0:00:13.414 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/delete_interface.yml:3 Monday 25 March 2024 20:00:48 +0000 (0:00:00.049) 0:00:13.463 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007092", "end": "2024-03-25 20:00:48.611698", "rc": 1, "start": "2024-03-25 20:00:48.604606" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 25 March 2024 20:00:48 +0000 (0:00:00.248) 0:00:13.712 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 March 2024 20:00:48 +0000 (0:00:00.037) 0:00:13.749 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 25 March 2024 20:00:48 +0000 (0:00:00.238) 0:00:13.988 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:30 Monday 25 March 2024 20:00:48 +0000 (0:00:00.034) 0:00:14.023 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Monday 25 March 2024 20:00:49 +0000 (0:00:00.058) 0:00:14.081 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:00:49 +0000 (0:00:00.064) 0:00:14.145 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:00:49 +0000 (0:00:00.048) 0:00:14.193 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:00:49 +0000 (0:00:00.028) 0:00:14.222 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:00:49 +0000 (0:00:00.022) 0:00:14.245 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:00:49 +0000 (0:00:00.031) 0:00:14.276 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:00:51 +0000 (0:00:01.808) 0:00:16.085 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:00:52 +0000 (0:00:01.487) 0:00:17.572 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:00:52 +0000 (0:00:00.029) 0:00:17.601 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:00:52 +0000 (0:00:00.025) 0:00:17.627 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:00:52 +0000 (0:00:00.024) 0:00:17.651 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:00:52 +0000 (0:00:00.057) 0:00:17.709 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:00:52 +0000 (0:00:00.032) 0:00:17.741 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:00:52 +0000 (0:00:00.042) 0:00:17.784 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:00:52 +0000 (0:00:00.133) 0:00:17.918 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:00:52 +0000 (0:00:00.059) 0:00:17.977 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:00:52 +0000 (0:00:00.055) 0:00:18.032 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:00:53 +0000 (0:00:00.060) 0:00:18.093 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:00:53 +0000 (0:00:00.042) 0:00:18.136 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:00:53 +0000 (0:00:00.033) 0:00:18.169 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:00:53 +0000 (0:00:00.443) 0:00:18.613 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmppd063zau" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:00:53 +0000 (0:00:00.407) 0:00:19.021 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:00:54 +0000 (0:00:00.335) 0:00:19.356 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:00:54 +0000 (0:00:00.029) 0:00:19.385 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:00:54 +0000 (0:00:00.024) 0:00:19.410 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:00:54 +0000 (0:00:00.034) 0:00:19.444 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:00:54 +0000 (0:00:00.021) 0:00:19.466 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Monday 25 March 2024 20:00:54 +0000 (0:00:00.223) 0:00:19.690 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:36 Monday 25 March 2024 20:00:54 +0000 (0:00:00.058) 0:00:19.749 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 25 March 2024 20:00:54 +0000 (0:00:00.050) 0:00:19.799 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 March 2024 20:00:54 +0000 (0:00:00.090) 0:00:19.890 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 25 March 2024 20:00:55 +0000 (0:00:00.265) 0:00:20.155 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 25 March 2024 20:00:55 +0000 (0:00:00.048) 0:00:20.204 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 25 March 2024 20:00:55 +0000 (0:00:00.048) 0:00:20.252 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 25 March 2024 20:00:55 +0000 (0:00:00.040) 0:00:20.292 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711396854.273862, "block_size": 4096, "blocks": 8, "ctime": 1711396854.273862, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6086187, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1711396854.273862, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 126, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 25 March 2024 20:00:55 +0000 (0:00:00.270) 0:00:20.563 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 25 March 2024 20:00:55 +0000 (0:00:00.041) 0:00:20.604 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022211", "end": "2024-03-25 20:00:55.772127", "rc": 1, "start": "2024-03-25 20:00:55.749916" } 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 25 March 2024 20:00:55 +0000 (0:00:00.251) 0:00:20.856 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 25 March 2024 20:00:55 +0000 (0:00:00.050) 0:00:20.906 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:01.004834", "end": "2024-03-25 20:00:57.059465", "rc": 0, "start": "2024-03-25 20:00:56.054631" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 25 March 2024 20:00:57 +0000 (0:00:01.241) 0:00:22.147 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 25 March 2024 20:00:57 +0000 (0:00:00.035) 0:00:22.183 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003476", "end": "2024-03-25 20:00:57.345122", "rc": 0, "start": "2024-03-25 20:00:57.341646" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 25 March 2024 20:00:57 +0000 (0:00:00.244) 0:00:22.428 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 25 March 2024 20:00:57 +0000 (0:00:00.043) 0:00:22.472 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 25 March 2024 20:00:57 +0000 (0:00:00.029) 0:00:22.501 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 25 March 2024 20:00:57 +0000 (0:00:00.078) 0:00:22.580 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:42 Monday 25 March 2024 20:00:57 +0000 (0:00:00.048) 0:00:22.629 ********** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:47 Monday 25 March 2024 20:00:57 +0000 (0:00:00.032) 0:00:22.661 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:66 Monday 25 March 2024 20:00:57 +0000 (0:00:00.033) 0:00:22.694 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 25 March 2024 20:00:57 +0000 (0:00:00.045) 0:00:22.740 ********** 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.041662", "end": "2024-03-25 20:00:57.927059", "rc": 1, "start": "2024-03-25 20:00:57.885397" } 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_states.yml:65 Monday 25 March 2024 20:00:57 +0000 (0:00:00.291) 0:00:23.032 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:5 Monday 25 March 2024 20:00:58 +0000 (0:00:00.042) 0:00:23.074 ********** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:9 Monday 25 March 2024 20:00:58 +0000 (0:00:00.031) 0:00:23.105 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:21 Monday 25 March 2024 20:00:58 +0000 (0:00:00.094) 0:00:23.200 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml:3 Monday 25 March 2024 20:00:58 +0000 (0:00:00.103) 0:00:23.303 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 20:00:58 +0000 (0:00:00.044) 0:00:23.348 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003884", "end": "2024-03-25 20:00:58.497583", "rc": 0, "start": "2024-03-25 20:00:58.493699" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 20:00:58 +0000 (0:00:00.254) 0:00:23.603 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml:5 Monday 25 March 2024 20:00:58 +0000 (0:00:00.031) 0:00:23.634 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:24 Monday 25 March 2024 20:00:58 +0000 (0:00:00.030) 0:00:23.665 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 25 March 2024 20:00:58 +0000 (0:00:00.043) 0:00:23.709 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:00:58 +0000 (0:00:00.051) 0:00:23.760 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:00:58 +0000 (0:00:00.117) 0:00:23.878 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:00:58 +0000 (0:00:00.034) 0:00:23.912 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:00:58 +0000 (0:00:00.041) 0:00:23.954 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:00:58 +0000 (0:00:00.041) 0:00:23.995 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:00 +0000 (0:00:01.798) 0:00:25.794 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:02 +0000 (0:00:01.606) 0:00:27.401 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:02 +0000 (0:00:00.027) 0:00:27.428 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:02 +0000 (0:00:00.033) 0:00:27.462 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:02 +0000 (0:00:00.024) 0:00:27.486 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:02 +0000 (0:00:00.030) 0:00:27.516 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:02 +0000 (0:00:00.076) 0:00:27.593 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:02 +0000 (0:00:00.083) 0:00:27.677 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:02 +0000 (0:00:00.065) 0:00:27.742 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:02 +0000 (0:00:00.052) 0:00:27.794 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:02 +0000 (0:00:00.028) 0:00:27.823 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:02 +0000 (0:00:00.037) 0:00:27.860 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:02 +0000 (0:00:00.031) 0:00:27.892 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:02 +0000 (0:00:00.041) 0:00:27.933 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:03 +0000 (0:00:00.457) 0:00:28.391 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmpchtkg0rz" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:01:03 +0000 (0:00:00.383) 0:00:28.774 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:01:04 +0000 (0:00:00.396) 0:00:29.171 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:01:04 +0000 (0:00:00.042) 0:00:29.213 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:01:04 +0000 (0:00:00.041) 0:00:29.255 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:01:04 +0000 (0:00:00.035) 0:00:29.290 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:01:04 +0000 (0:00:00.090) 0:00:29.381 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 25 March 2024 20:01:04 +0000 (0:00:00.260) 0:00:29.641 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:30 Monday 25 March 2024 20:01:04 +0000 (0:00:00.040) 0:00:29.682 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/activate_profile.yml:3 Monday 25 March 2024 20:01:04 +0000 (0:00:00.039) 0:00:29.721 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:01:04 +0000 (0:00:00.047) 0:00:29.769 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:01:04 +0000 (0:00:00.057) 0:00:29.827 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:01:04 +0000 (0:00:00.090) 0:00:29.917 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:01:04 +0000 (0:00:00.053) 0:00:29.970 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:01:04 +0000 (0:00:00.026) 0:00:29.997 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:06 +0000 (0:00:01.792) 0:00:31.790 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:08 +0000 (0:00:01.474) 0:00:33.264 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:08 +0000 (0:00:00.048) 0:00:33.313 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:08 +0000 (0:00:00.042) 0:00:33.356 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:08 +0000 (0:00:00.065) 0:00:33.422 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:08 +0000 (0:00:00.121) 0:00:33.543 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:08 +0000 (0:00:00.056) 0:00:33.599 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:08 +0000 (0:00:00.076) 0:00:33.675 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:08 +0000 (0:00:00.054) 0:00:33.730 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:08 +0000 (0:00:00.045) 0:00:33.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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:08 +0000 (0:00:00.042) 0:00:33.818 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:08 +0000 (0:00:00.121) 0:00:33.940 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:08 +0000 (0:00:00.090) 0:00:34.031 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:09 +0000 (0:00:00.053) 0:00:34.084 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:09 +0000 (0:00:00.496) 0:00:34.580 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmp60d4qj80" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:01:09 +0000 (0:00:00.351) 0:00:34.932 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:01:10 +0000 (0:00:00.642) 0:00:35.574 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:01:10 +0000 (0:00:00.045) 0:00:35.620 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:01:10 +0000 (0:00:00.088) 0:00:35.708 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:01:10 +0000 (0:00:00.031) 0:00:35.740 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:01:10 +0000 (0:00:00.032) 0:00:35.772 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:36 Monday 25 March 2024 20:01:10 +0000 (0:00:00.229) 0:00:36.002 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml:3 Monday 25 March 2024 20:01:11 +0000 (0:00:00.047) 0:00:36.049 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 March 2024 20:01:11 +0000 (0:00:00.039) 0:00:36.089 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711396870.390075, "block_size": 4096, "blocks": 0, "ctime": 1711396870.390075, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35911, "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": 1711396870.390075, "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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml:5 Monday 25 March 2024 20:01:11 +0000 (0:00:00.232) 0:00:36.321 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 25 March 2024 20:01:11 +0000 (0:00:00.024) 0:00:36.346 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 25 March 2024 20:01:11 +0000 (0:00:00.053) 0:00:36.399 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 25 March 2024 20:01:11 +0000 (0:00:00.022) 0:00:36.422 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711396870.1970255, "block_size": 4096, "blocks": 8, "ctime": 1711396864.0729625, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6086187, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1711396864.0729625, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 127, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 25 March 2024 20:01:11 +0000 (0:00:00.240) 0:00:36.663 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 25 March 2024 20:01:11 +0000 (0:00:00.050) 0:00:36.714 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022955", "end": "2024-03-25 20:01:11.880825", "rc": 1, "start": "2024-03-25 20:01:11.857870" } 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 25 March 2024 20:01:11 +0000 (0:00:00.247) 0:00:36.961 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 25 March 2024 20:01:11 +0000 (0:00:00.029) 0:00:36.991 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:01.004770", "end": "2024-03-25 20:01:13.147075", "rc": 0, "start": "2024-03-25 20:01:12.142305" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 25 March 2024 20:01:13 +0000 (0:00:01.241) 0:00:38.232 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 25 March 2024 20:01:13 +0000 (0:00:00.035) 0:00:38.267 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003718", "end": "2024-03-25 20:01:13.420528", "rc": 0, "start": "2024-03-25 20:01:13.416810" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 25 March 2024 20:01:13 +0000 (0:00:00.292) 0:00:38.559 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 25 March 2024 20:01:13 +0000 (0:00:00.082) 0:00:38.642 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 25 March 2024 20:01:13 +0000 (0:00:00.074) 0:00:38.717 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 25 March 2024 20:01:13 +0000 (0:00:00.095) 0:00:38.813 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:42 Monday 25 March 2024 20:01:13 +0000 (0:00:00.051) 0:00:38.865 ********** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:47 Monday 25 March 2024 20:01:13 +0000 (0:00:00.027) 0:00:38.892 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:66 Monday 25 March 2024 20:01:13 +0000 (0:00:00.045) 0:00:38.938 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 25 March 2024 20:01:14 +0000 (0:00:00.191) 0:00:39.129 ********** ok: [sut] => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.049366", "end": "2024-03-25 20:01:14.328212", "rc": 0, "start": "2024-03-25 20:01:14.278846" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_states.yml:83 Monday 25 March 2024 20:01:14 +0000 (0:00:00.299) 0:00:39.429 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:5 Monday 25 March 2024 20:01:14 +0000 (0:00:00.058) 0:00:39.487 ********** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:9 Monday 25 March 2024 20:01:14 +0000 (0:00:00.046) 0:00:39.534 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:21 Monday 25 March 2024 20:01:14 +0000 (0:00:00.071) 0:00:39.605 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml:3 Monday 25 March 2024 20:01:14 +0000 (0:00:00.041) 0:00:39.646 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 20:01:14 +0000 (0:00:00.044) 0:00:39.690 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003848", "end": "2024-03-25 20:01:14.876530", "rc": 0, "start": "2024-03-25 20:01:14.872682" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 20:01:14 +0000 (0:00:00.283) 0:00:39.974 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml:5 Monday 25 March 2024 20:01:14 +0000 (0:00:00.033) 0:00:40.007 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:24 Monday 25 March 2024 20:01:15 +0000 (0:00:00.040) 0:00:40.048 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 25 March 2024 20:01:15 +0000 (0:00:00.070) 0:00:40.118 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:01:15 +0000 (0:00:00.115) 0:00:40.234 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:01:15 +0000 (0:00:00.056) 0:00:40.291 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:01:15 +0000 (0:00:00.068) 0:00:40.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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:01:15 +0000 (0:00:00.062) 0:00:40.422 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:01:15 +0000 (0:00:00.068) 0:00:40.491 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:17 +0000 (0:00:01.926) 0:00:42.417 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:19 +0000 (0:00:01.633) 0:00:44.051 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:19 +0000 (0:00:00.043) 0:00:44.095 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:19 +0000 (0:00:00.051) 0:00:44.146 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:19 +0000 (0:00:00.085) 0:00:44.231 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:19 +0000 (0:00:00.098) 0:00:44.330 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:19 +0000 (0:00:00.059) 0:00:44.390 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:19 +0000 (0:00:00.045) 0:00:44.435 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:19 +0000 (0:00:00.089) 0:00:44.525 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:19 +0000 (0:00:00.061) 0:00:44.586 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:19 +0000 (0:00:00.043) 0:00:44.630 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:19 +0000 (0:00:00.070) 0:00:44.701 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:19 +0000 (0:00:00.027) 0:00:44.728 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:19 +0000 (0:00:00.050) 0:00:44.779 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:20 +0000 (0:00:00.453) 0:00:45.232 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmplfjujuw8" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:01:20 +0000 (0:00:00.351) 0:00:45.584 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:01:20 +0000 (0:00:00.343) 0:00:45.928 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:01:20 +0000 (0:00:00.022) 0:00:45.950 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:01:20 +0000 (0:00:00.023) 0:00:45.974 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:01:20 +0000 (0:00:00.023) 0:00:45.998 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:01:21 +0000 (0:00:00.050) 0:00:46.048 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 25 March 2024 20:01:21 +0000 (0:00:00.278) 0:00:46.326 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/activate_profile.yml:3 Monday 25 March 2024 20:01:21 +0000 (0:00:00.039) 0:00:46.366 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:01:21 +0000 (0:00:00.042) 0:00:46.409 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:01:21 +0000 (0:00:00.051) 0:00:46.460 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:01:21 +0000 (0:00:00.027) 0:00:46.488 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:01:21 +0000 (0:00:00.029) 0:00:46.518 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:01:21 +0000 (0:00:00.023) 0:00:46.541 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:23 +0000 (0:00:01.896) 0:00:48.438 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:25 +0000 (0:00:01.664) 0:00:50.102 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:25 +0000 (0:00:00.039) 0:00:50.142 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:25 +0000 (0:00:00.027) 0:00:50.170 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:25 +0000 (0:00:00.038) 0:00:50.208 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:25 +0000 (0:00:00.047) 0:00:50.255 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:25 +0000 (0:00:00.074) 0:00:50.330 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:25 +0000 (0:00:00.091) 0:00:50.421 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:25 +0000 (0:00:00.049) 0:00:50.470 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:25 +0000 (0:00:00.032) 0:00:50.502 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:25 +0000 (0:00:00.045) 0:00:50.548 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:25 +0000 (0:00:00.055) 0:00:50.604 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:25 +0000 (0:00:00.041) 0:00:50.645 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:25 +0000 (0:00:00.030) 0:00:50.676 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:26 +0000 (0:00:00.524) 0:00:51.200 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmpekg7mo_6" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:01:26 +0000 (0:00:00.560) 0:00:51.761 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:01:27 +0000 (0:00:00.811) 0:00:52.572 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:01:27 +0000 (0:00:00.040) 0:00:52.613 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:01:27 +0000 (0:00:00.045) 0:00:52.658 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:01:27 +0000 (0:00:00.071) 0:00:52.729 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:01:27 +0000 (0:00:00.048) 0:00:52.778 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:30 Monday 25 March 2024 20:01:28 +0000 (0:00:00.275) 0:00:53.053 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove_profile.yml:3 Monday 25 March 2024 20:01:28 +0000 (0:00:00.079) 0:00:53.133 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:01:28 +0000 (0:00:00.083) 0:00:53.217 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:01:28 +0000 (0:00:00.083) 0:00:53.301 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:01:28 +0000 (0:00:00.028) 0:00:53.329 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:01:28 +0000 (0:00:00.021) 0:00:53.350 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:01:28 +0000 (0:00:00.022) 0:00:53.373 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:30 +0000 (0:00:01.869) 0:00:55.242 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:31 +0000 (0:00:01.621) 0:00:56.864 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:31 +0000 (0:00:00.052) 0:00:56.916 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:31 +0000 (0:00:00.025) 0:00:56.942 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:31 +0000 (0:00:00.027) 0:00:56.969 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:31 +0000 (0:00:00.029) 0:00:56.998 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:31 +0000 (0:00:00.034) 0:00:57.033 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:32 +0000 (0:00:00.046) 0:00:57.080 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:32 +0000 (0:00:00.063) 0:00:57.144 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:32 +0000 (0:00:00.060) 0:00:57.204 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:32 +0000 (0:00:00.067) 0:00:57.271 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:32 +0000 (0:00:00.040) 0:00:57.312 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:32 +0000 (0:00:00.041) 0:00:57.354 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:32 +0000 (0:00:00.033) 0:00:57.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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:32 +0000 (0:00:00.455) 0:00:57.844 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmpvem9bz1p" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:01:33 +0000 (0:00:00.376) 0:00:58.220 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:01:33 +0000 (0:00:00.444) 0:00:58.665 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:01:33 +0000 (0:00:00.049) 0:00:58.714 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:01:33 +0000 (0:00:00.087) 0:00:58.802 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:01:33 +0000 (0:00:00.051) 0:00:58.854 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:01:33 +0000 (0:00:00.025) 0:00:58.880 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:36 Monday 25 March 2024 20:01:34 +0000 (0:00:00.240) 0:00:59.120 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml:3 Monday 25 March 2024 20:01:34 +0000 (0:00:00.050) 0:00:59.170 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 March 2024 20:01:34 +0000 (0:00:00.100) 0:00:59.271 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711396887.3595183, "block_size": 4096, "blocks": 0, "ctime": 1711396887.3595183, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36042, "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": 1711396887.3595183, "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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml:5 Monday 25 March 2024 20:01:34 +0000 (0:00:00.301) 0:00:59.572 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_absent.yml:3 Monday 25 March 2024 20:01:34 +0000 (0:00:00.028) 0:00:59.600 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 25 March 2024 20:01:34 +0000 (0:00:00.040) 0:00:59.641 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 25 March 2024 20:01:34 +0000 (0:00:00.024) 0:00:59.665 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 25 March 2024 20:01:34 +0000 (0:00:00.228) 0:00:59.894 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 25 March 2024 20:01:34 +0000 (0:00:00.042) 0:00:59.937 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022368", "end": "2024-03-25 20:01:35.101832", "rc": 1, "start": "2024-03-25 20:01:35.079464" } 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 25 March 2024 20:01:35 +0000 (0:00:00.242) 0:01:00.180 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 25 March 2024 20:01:35 +0000 (0:00:00.024) 0:01:00.204 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 25 March 2024 20:01:35 +0000 (0:00:00.025) 0:01:00.229 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 25 March 2024 20:01:35 +0000 (0:00:00.048) 0:01:00.277 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 25 March 2024 20:01:35 +0000 (0:00:00.035) 0:01:00.313 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_absent.yml:5 Monday 25 March 2024 20:01:35 +0000 (0:00:00.049) 0:01:00.362 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:42 Monday 25 March 2024 20:01:35 +0000 (0:00:00.133) 0:01:00.496 ********** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:47 Monday 25 March 2024 20:01:35 +0000 (0:00:00.028) 0:01:00.525 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:66 Monday 25 March 2024 20:01:35 +0000 (0:00:00.047) 0:01:00.573 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 25 March 2024 20:01:35 +0000 (0:00:00.062) 0:01:00.635 ********** ok: [sut] => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.051391", "end": "2024-03-25 20:01:35.893165", "rc": 0, "start": "2024-03-25 20:01:35.841774" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_states.yml:103 Monday 25 March 2024 20:01:35 +0000 (0:00:00.350) 0:01:00.986 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:5 Monday 25 March 2024 20:01:36 +0000 (0:00:00.067) 0:01:01.053 ********** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:9 Monday 25 March 2024 20:01:36 +0000 (0:00:00.045) 0:01:01.099 ********** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can take a profile down that is absent" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": false, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:21 Monday 25 March 2024 20:01:36 +0000 (0:00:00.080) 0:01:01.180 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml:3 Monday 25 March 2024 20:01:36 +0000 (0:00:00.071) 0:01:01.251 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 20:01:36 +0000 (0:00:00.038) 0:01:01.290 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003759", "end": "2024-03-25 20:01:36.434672", "rc": 0, "start": "2024-03-25 20:01:36.430913" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 20:01:36 +0000 (0:00:00.254) 0:01:01.544 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml:5 Monday 25 March 2024 20:01:36 +0000 (0:00:00.064) 0:01:01.609 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:24 Monday 25 March 2024 20:01:36 +0000 (0:00:00.024) 0:01:01.633 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 25 March 2024 20:01:36 +0000 (0:00:00.062) 0:01:01.695 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:01:36 +0000 (0:00:00.041) 0:01:01.737 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:01:36 +0000 (0:00:00.054) 0:01:01.791 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:01:36 +0000 (0:00:00.039) 0:01:01.830 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:01:36 +0000 (0:00:00.039) 0:01:01.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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:01:36 +0000 (0:00:00.062) 0:01:01.932 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:38 +0000 (0:00:01.762) 0:01:03.694 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:40 +0000 (0:00:01.575) 0:01:05.269 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:40 +0000 (0:00:00.026) 0:01:05.296 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:40 +0000 (0:00:00.036) 0:01:05.332 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:40 +0000 (0:00:00.025) 0:01:05.357 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:40 +0000 (0:00:00.070) 0:01:05.428 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:40 +0000 (0:00:00.056) 0:01:05.485 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:40 +0000 (0:00:00.079) 0:01:05.565 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:40 +0000 (0:00:00.074) 0:01:05.639 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:40 +0000 (0:00:00.047) 0:01:05.686 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:40 +0000 (0:00:00.038) 0:01:05.724 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:40 +0000 (0:00:00.031) 0:01:05.755 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:40 +0000 (0:00:00.080) 0:01:05.836 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:40 +0000 (0:00:00.030) 0:01:05.866 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:41 +0000 (0:00:00.427) 0:01:06.294 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmpnu44adi4" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:01:41 +0000 (0:00:00.325) 0:01:06.619 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:01:41 +0000 (0:00:00.376) 0:01:06.996 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:01:41 +0000 (0:00:00.045) 0:01:07.042 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:01:42 +0000 (0:00:00.028) 0:01:07.070 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:01:42 +0000 (0:00:00.035) 0:01:07.106 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:01:42 +0000 (0:00:00.100) 0:01:07.206 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 25 March 2024 20:01:42 +0000 (0:00:00.230) 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/activate_profile.yml:3 Monday 25 March 2024 20:01:42 +0000 (0:00:00.027) 0:01:07.465 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:01:42 +0000 (0:00:00.042) 0:01:07.507 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:01:42 +0000 (0:00:00.073) 0:01:07.581 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:01:42 +0000 (0:00:00.031) 0:01:07.612 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:01:42 +0000 (0:00:00.030) 0:01:07.643 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:01:42 +0000 (0:00:00.027) 0:01:07.671 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:44 +0000 (0:00:01.765) 0:01:09.436 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:45 +0000 (0:00:01.507) 0:01:10.944 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:45 +0000 (0:00:00.035) 0:01:10.979 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:45 +0000 (0:00:00.055) 0:01:11.034 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:46 +0000 (0:00:00.080) 0:01:11.114 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:46 +0000 (0:00:00.098) 0:01:11.213 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:46 +0000 (0:00:00.058) 0:01:11.272 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:46 +0000 (0:00:00.067) 0:01:11.339 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:46 +0000 (0:00:00.088) 0:01:11.427 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:46 +0000 (0:00:00.136) 0:01:11.564 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:46 +0000 (0:00:00.098) 0:01:11.662 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:46 +0000 (0:00:00.060) 0:01:11.723 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:46 +0000 (0:00:00.039) 0:01:11.763 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:46 +0000 (0:00:00.088) 0:01:11.851 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:47 +0000 (0:00:00.432) 0:01:12.283 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmp4phz50mx" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:01:47 +0000 (0:00:00.411) 0:01:12.695 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:01:48 +0000 (0:00:00.648) 0:01:13.344 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:01:48 +0000 (0:00:00.074) 0:01:13.418 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:01:48 +0000 (0:00:00.053) 0:01:13.472 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:01:48 +0000 (0:00:00.156) 0:01:13.629 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:01:48 +0000 (0:00:00.104) 0:01:13.734 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove_profile.yml:3 Monday 25 March 2024 20:01:49 +0000 (0:00:00.320) 0:01:14.054 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:01:49 +0000 (0:00:00.066) 0:01:14.121 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:01:49 +0000 (0:00:00.077) 0:01:14.199 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:01:49 +0000 (0:00:00.102) 0:01:14.301 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:01:49 +0000 (0:00:00.053) 0:01:14.355 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:01:49 +0000 (0:00:00.029) 0:01:14.385 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:51 +0000 (0:00:01.897) 0:01:16.282 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:52 +0000 (0:00:01.490) 0:01:17.773 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:52 +0000 (0:00:00.026) 0:01:17.800 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:52 +0000 (0:00:00.062) 0:01:17.863 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:52 +0000 (0:00:00.033) 0:01:17.896 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:52 +0000 (0:00:00.032) 0:01:17.928 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:52 +0000 (0:00:00.038) 0:01:17.967 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:52 +0000 (0:00:00.059) 0:01:18.027 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:53 +0000 (0:00:00.085) 0:01:18.112 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:53 +0000 (0:00:00.027) 0:01:18.140 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:53 +0000 (0:00:00.023) 0:01:18.164 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:53 +0000 (0:00:00.052) 0:01:18.216 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:53 +0000 (0:00:00.025) 0:01:18.242 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:53 +0000 (0:00:00.024) 0:01:18.266 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:53 +0000 (0:00:00.436) 0:01:18.702 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmpy1ml62wk" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:01:54 +0000 (0:00:00.385) 0:01:19.088 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:01:54 +0000 (0:00:00.370) 0:01:19.458 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:01:54 +0000 (0:00:00.050) 0:01:19.508 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:01:54 +0000 (0:00:00.112) 0:01:19.621 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:01:54 +0000 (0:00:00.088) 0:01:19.709 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:01:54 +0000 (0:00:00.029) 0:01:19.739 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:30 Monday 25 March 2024 20:01:54 +0000 (0:00:00.279) 0:01:20.018 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 25 March 2024 20:01:55 +0000 (0:00:00.086) 0:01:20.104 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:01:55 +0000 (0:00:00.079) 0:01:20.184 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:01:55 +0000 (0:00:00.083) 0:01:20.267 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:01:55 +0000 (0:00:00.057) 0:01:20.325 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:01:55 +0000 (0:00:00.058) 0:01:20.383 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:01:55 +0000 (0:00:00.045) 0:01:20.429 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:57 +0000 (0:00:01.837) 0:01:22.266 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:58 +0000 (0:00:01.493) 0:01:23.760 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:58 +0000 (0:00:00.044) 0:01:23.805 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:58 +0000 (0:00:00.068) 0:01:23.874 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:58 +0000 (0:00:00.057) 0:01:23.932 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:58 +0000 (0:00:00.038) 0:01:23.970 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:58 +0000 (0:00:00.062) 0:01:24.032 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:59 +0000 (0:00:00.047) 0:01:24.080 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:59 +0000 (0:00:00.099) 0:01:24.179 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:59 +0000 (0:00:00.030) 0:01:24.210 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:59 +0000 (0:00:00.024) 0:01:24.235 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:59 +0000 (0:00:00.025) 0:01:24.260 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:59 +0000 (0:00:00.037) 0:01:24.298 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:59 +0000 (0:00:00.038) 0:01:24.337 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:59 +0000 (0:00:00.408) 0:01:24.745 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmpafvzrilg" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:02:00 +0000 (0:00:00.429) 0:01:25.175 ********** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: [003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist [004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:02:00 +0000 (0:00:00.386) 0:01:25.562 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:02:00 +0000 (0:00:00.071) 0:01:25.634 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:02:00 +0000 (0:00:00.041) 0:01:25.675 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist\n[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:02:00 +0000 (0:00:00.035) 0:01:25.711 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:02:00 +0000 (0:00:00.028) 0:01:25.739 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:36 Monday 25 March 2024 20:02:00 +0000 (0:00:00.232) 0:01:25.971 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_absent.yml:3 Monday 25 March 2024 20:02:00 +0000 (0:00:00.050) 0:01:26.022 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 25 March 2024 20:02:01 +0000 (0:00:00.064) 0:01:26.087 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 25 March 2024 20:02:01 +0000 (0:00:00.029) 0:01:26.116 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 25 March 2024 20:02:01 +0000 (0:00:00.290) 0:01:26.406 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 25 March 2024 20:02:01 +0000 (0:00:00.053) 0:01:26.460 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022499", "end": "2024-03-25 20:02:01.642312", "rc": 1, "start": "2024-03-25 20:02:01.619813" } 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 25 March 2024 20:02:01 +0000 (0:00:00.270) 0:01:26.730 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 25 March 2024 20:02:01 +0000 (0:00:00.056) 0:01:26.786 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 25 March 2024 20:02:01 +0000 (0:00:00.095) 0:01:26.882 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 25 March 2024 20:02:01 +0000 (0:00:00.040) 0:01:26.923 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 25 March 2024 20:02:01 +0000 (0:00:00.067) 0:01:26.990 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_absent.yml:5 Monday 25 March 2024 20:02:01 +0000 (0:00:00.037) 0:01:27.028 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:42 Monday 25 March 2024 20:02:02 +0000 (0:00:00.050) 0:01:27.078 ********** skipping: [sut] => (item={'what': 'tasks/assert_device_absent.yml', 'condition': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "condition": false, "what": "tasks/assert_device_absent.yml" }, "skip_reason": "Conditional result was False" } TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:47 Monday 25 March 2024 20:02:02 +0000 (0:00:00.073) 0:01:27.152 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:66 Monday 25 March 2024 20:02:02 +0000 (0:00:00.027) 0:01:27.180 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 25 March 2024 20:02:02 +0000 (0:00:00.065) 0:01:27.245 ********** ok: [sut] => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.050336", "end": "2024-03-25 20:02:02.460515", "rc": 0, "start": "2024-03-25 20:02:02.410179" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_states.yml:126 Monday 25 March 2024 20:02:02 +0000 (0:00:00.298) 0:01:27.544 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:5 Monday 25 March 2024 20:02:02 +0000 (0:00:00.053) 0:01:27.597 ********** ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:9 Monday 25 March 2024 20:02:02 +0000 (0:00:00.024) 0:01:27.622 ********** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I will not get an error when I try to remove an absent profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml", "tasks/get_NetworkManager_NVR.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": false, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml", "tasks/check_network_dns.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:21 Monday 25 March 2024 20:02:02 +0000 (0:00:00.061) 0:01:27.684 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml:3 Monday 25 March 2024 20:02:02 +0000 (0:00:00.042) 0:01:27.726 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 20:02:02 +0000 (0:00:00.102) 0:01:27.828 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004957", "end": "2024-03-25 20:02:03.977770", "rc": 0, "start": "2024-03-25 20:02:02.972813" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 20:02:04 +0000 (0:00:01.233) 0:01:29.062 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/show_interfaces.yml:5 Monday 25 March 2024 20:02:04 +0000 (0:00:00.049) 0:01:29.112 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:24 Monday 25 March 2024 20:02:04 +0000 (0:00:00.027) 0:01:29.139 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 25 March 2024 20:02:04 +0000 (0:00:00.058) 0:01:29.198 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:02:04 +0000 (0:00:00.056) 0:01:29.255 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:02:04 +0000 (0:00:00.082) 0:01:29.337 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:02:04 +0000 (0:00:00.047) 0:01:29.385 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:02:04 +0000 (0:00:00.054) 0:01:29.440 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:02:04 +0000 (0:00:00.048) 0:01:29.489 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:02:06 +0000 (0:00:01.933) 0:01:31.422 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:02:07 +0000 (0:00:01.524) 0:01:32.947 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:02:08 +0000 (0:00:00.101) 0:01:33.048 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:02:08 +0000 (0:00:00.039) 0:01:33.088 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:02:08 +0000 (0:00:00.028) 0:01:33.116 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:02:08 +0000 (0:00:00.051) 0:01:33.167 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:02:08 +0000 (0:00:00.107) 0:01:33.274 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:02:08 +0000 (0:00:00.064) 0:01:33.339 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:02:08 +0000 (0:00:00.079) 0:01:33.419 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:02:08 +0000 (0:00:00.041) 0:01:33.460 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:02:08 +0000 (0:00:00.029) 0:01:33.490 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:02:08 +0000 (0:00:00.047) 0:01:33.537 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:02:08 +0000 (0:00:00.043) 0:01:33.581 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:02:08 +0000 (0:00:00.028) 0:01:33.610 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:02:08 +0000 (0:00:00.398) 0:01:34.008 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmp36cnaawh" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:02:09 +0000 (0:00:00.354) 0:01:34.363 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:02:09 +0000 (0:00:00.351) 0:01:34.715 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:02:09 +0000 (0:00:00.027) 0:01:34.742 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:02:09 +0000 (0:00:00.048) 0:01:34.791 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:02:09 +0000 (0:00:00.034) 0:01:34.826 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:02:09 +0000 (0:00:00.073) 0:01:34.899 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 25 March 2024 20:02:10 +0000 (0:00:00.231) 0:01:35.131 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/activate_profile.yml:3 Monday 25 March 2024 20:02:10 +0000 (0:00:00.026) 0:01:35.157 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:02:10 +0000 (0:00:00.040) 0:01:35.197 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:02:10 +0000 (0:00:00.044) 0:01:35.242 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:02:10 +0000 (0:00:00.035) 0:01:35.277 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:02:10 +0000 (0:00:00.030) 0:01:35.307 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:02:10 +0000 (0:00:00.045) 0:01:35.353 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:02:12 +0000 (0:00:01.837) 0:01:37.190 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:02:13 +0000 (0:00:01.512) 0:01:38.702 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:02:13 +0000 (0:00:00.053) 0:01:38.756 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:02:13 +0000 (0:00:00.053) 0:01:38.809 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:02:13 +0000 (0:00:00.031) 0:01:38.841 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:02:13 +0000 (0:00:00.034) 0:01:38.875 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:02:13 +0000 (0:00:00.040) 0:01:38.916 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:02:13 +0000 (0:00:00.035) 0:01:38.952 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:02:13 +0000 (0:00:00.066) 0:01:39.018 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:02:14 +0000 (0:00:00.039) 0:01:39.057 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:02:14 +0000 (0:00:00.034) 0:01:39.092 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:02:14 +0000 (0:00:00.048) 0:01:39.140 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:02:14 +0000 (0:00:00.089) 0:01:39.230 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:02:14 +0000 (0:00:00.030) 0:01:39.260 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:02:14 +0000 (0:00:00.490) 0:01:39.750 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmpqoaipyno" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:02:15 +0000 (0:00:00.467) 0:01:40.217 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:02:15 +0000 (0:00:00.715) 0:01:40.933 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:02:15 +0000 (0:00:00.064) 0:01:40.997 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:02:15 +0000 (0:00:00.046) 0:01:41.044 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:02:16 +0000 (0:00:00.093) 0:01:41.138 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:02:16 +0000 (0:00:00.075) 0:01:41.214 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 25 March 2024 20:02:16 +0000 (0:00:00.283) 0:01:41.497 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:02:16 +0000 (0:00:00.081) 0:01:41.578 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:02:16 +0000 (0:00:00.086) 0:01:41.665 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:02:16 +0000 (0:00:00.102) 0:01:41.767 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:02:16 +0000 (0:00:00.061) 0:01:41.829 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:02:16 +0000 (0:00:00.092) 0:01:41.921 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:02:18 +0000 (0:00:01.853) 0:01:43.774 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:02:20 +0000 (0:00:01.530) 0:01:45.305 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:02:20 +0000 (0:00:00.025) 0:01:45.330 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:02:20 +0000 (0:00:00.026) 0:01:45.357 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:02:20 +0000 (0:00:00.022) 0:01:45.379 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:02:20 +0000 (0:00:00.066) 0:01:45.446 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:02:20 +0000 (0:00:00.052) 0:01:45.499 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:02:20 +0000 (0:00:00.054) 0:01:45.553 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:02:20 +0000 (0:00:00.141) 0:01:45.695 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:02:20 +0000 (0:00:00.045) 0:01:45.741 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:02:20 +0000 (0:00:00.053) 0:01:45.795 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:02:20 +0000 (0:00:00.043) 0:01:45.838 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:02:20 +0000 (0:00:00.039) 0:01:45.878 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:02:21 +0000 (0:00:00.212) 0:01:46.091 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:02:21 +0000 (0:00:00.461) 0:01:46.552 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmpe2hmrbyj" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:02:22 +0000 (0:00:00.573) 0:01:47.125 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active [004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:02:22 +0000 (0:00:00.380) 0:01:47.505 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:02:22 +0000 (0:00:00.068) 0:01:47.574 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:02:22 +0000 (0:00:00.065) 0:01:47.640 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active\n[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:02:22 +0000 (0:00:00.053) 0:01:47.694 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:02:22 +0000 (0:00:00.151) 0:01:47.846 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:30 Monday 25 March 2024 20:02:23 +0000 (0:00:00.268) 0:01:48.114 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 25 March 2024 20:02:23 +0000 (0:00:00.079) 0:01:48.193 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:02:23 +0000 (0:00:00.050) 0:01:48.244 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:02:23 +0000 (0:00:00.076) 0:01:48.321 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:02:23 +0000 (0:00:00.092) 0:01:48.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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:02:23 +0000 (0:00:00.028) 0:01:48.442 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:02:23 +0000 (0:00:00.031) 0:01:48.473 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:02:25 +0000 (0:00:01.842) 0:01:50.315 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:02:26 +0000 (0:00:01.543) 0:01:51.859 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:02:26 +0000 (0:00:00.074) 0:01:51.933 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:02:26 +0000 (0:00:00.029) 0:01:51.962 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:02:26 +0000 (0:00:00.053) 0:01:52.016 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:02:27 +0000 (0:00:00.139) 0:01:52.155 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:02:27 +0000 (0:00:00.032) 0:01:52.187 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:02:27 +0000 (0:00:00.080) 0:01:52.268 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:02:27 +0000 (0:00:00.099) 0:01:52.414 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:02:27 +0000 (0:00:00.045) 0:01:52.459 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:02:27 +0000 (0:00:00.122) 0:01:52.582 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:02:27 +0000 (0:00:00.084) 0:01:52.666 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:02:27 +0000 (0:00:00.045) 0:01:52.712 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:02:27 +0000 (0:00:00.089) 0:01:52.801 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:02:28 +0000 (0:00:00.539) 0:01:53.341 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-19695lfk9zdm2/tmpjfgsqkxw" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:02:28 +0000 (0:00:00.572) 0:01:53.914 ********** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: [003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist [004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:02:29 +0000 (0:00:00.853) 0:01:54.767 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:02:29 +0000 (0:00:00.047) 0:01:54.815 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:02:29 +0000 (0:00:00.087) 0:01:54.902 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist\n[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:02:29 +0000 (0:00:00.122) 0:01:55.025 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:02:30 +0000 (0:00:00.076) 0:01:55.102 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:36 Monday 25 March 2024 20:02:30 +0000 (0:00:00.261) 0:01:55.363 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_absent.yml:3 Monday 25 March 2024 20:02:30 +0000 (0:00:00.071) 0:01:55.435 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 25 March 2024 20:02:30 +0000 (0:00:00.078) 0:01:55.513 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 25 March 2024 20:02:30 +0000 (0:00:00.083) 0:01:55.597 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 25 March 2024 20:02:30 +0000 (0:00:00.326) 0:01:55.924 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 25 March 2024 20:02:30 +0000 (0:00:00.067) 0:01:55.992 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021719", "end": "2024-03-25 20:02:31.222876", "rc": 1, "start": "2024-03-25 20:02:31.201157" } 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 25 March 2024 20:02:31 +0000 (0:00:00.331) 0:01:56.323 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 25 March 2024 20:02:31 +0000 (0:00:00.045) 0:01:56.369 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 25 March 2024 20:02:31 +0000 (0:00:00.041) 0:01:56.410 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 25 March 2024 20:02:31 +0000 (0:00:00.035) 0:01:56.445 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 25 March 2024 20:02:31 +0000 (0:00:00.075) 0:01:56.520 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_profile_absent.yml:5 Monday 25 March 2024 20:02:31 +0000 (0:00:00.054) 0:01:56.574 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Monday 25 March 2024 20:02:31 +0000 (0:00:00.129) 0:01:56.703 ********** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:01.045905", "end": "2024-03-25 20:02:33.002916", "rc": 0, "start": "2024-03-25 20:02:31.957011" } STDOUT: NetworkManager-1.40.16-14.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Monday 25 March 2024 20:02:33 +0000 (0:00:01.391) 0:01:58.095 ********** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Monday 25 March 2024 20:02:33 +0000 (0:00:00.033) 0:01:58.129 ********** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:42 Monday 25 March 2024 20:02:33 +0000 (0:00:00.027) 0:01:58.156 ********** skipping: [sut] => (item={'what': 'tasks/assert_device_absent.yml', 'condition': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "condition": false, "what": "tasks/assert_device_absent.yml" }, "skip_reason": "Conditional result was False" } TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:47 Monday 25 March 2024 20:02:33 +0000 (0:00:00.073) 0:01:58.230 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/run_test.yml:66 Monday 25 March 2024 20:02:33 +0000 (0:00:00.039) 0:01:58.269 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 25 March 2024 20:02:33 +0000 (0:00:00.131) 0:01:58.401 ********** ok: [sut] => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.048716", "end": "2024-03-25 20:02:33.647254", "rc": 0, "start": "2024-03-25 20:02:33.598538" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/check_network_dns.yml:6 Monday 25 March 2024 20:02:33 +0000 (0:00:00.329) 0:01:58.731 ********** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.010762", "end": "2024-03-25 20:02:33.883452", "rc": 0, "start": "2024-03-25 20:02:33.872690" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:55:30:4c:50:9d brd ff:ff:ff:ff:ff:ff inet 10.31.11.85/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 1874sec preferred_lft 1874sec inet6 fe80::1055:30ff:fe4c:509d/64 scope link valid_lft forever preferred_lft forever 52: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 96:d5:b5:71:33:07 brd ff:ff:ff:ff:ff:ff inet 192.0.2.72/31 scope global noprefixroute rpltstbr valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.85 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.85 metric 100 192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 linkdown IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/check_network_dns.yml:24 Monday 25 March 2024 20:02:33 +0000 (0:00:00.232) 0:01:58.964 ********** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.334571", "end": "2024-03-25 20:02:34.449269", "rc": 0, "start": "2024-03-25 20:02:34.114698" } STDOUT: CHECK DNS AND CONNECTIVITY 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 3210 0 --:--:-- --:--:-- --:--:-- 3177 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 1372 0 --:--:-- --:--:-- --:--:-- 1372 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=336 changed=13 unreachable=0 failed=0 skipped=271 rescued=0 ignored=10 Monday 25 March 2024 20:02:34 +0000 (0:00:00.575) 0:01:59.539 ********** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.82s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable network service --------------------- 2.31s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 linux-system-roles.network : Enable network service --------------------- 1.94s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 linux-system-roles.network : Check which services are running ----------- 1.93s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.93s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.91s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.90s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Check which services are running ----------- 1.90s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.90s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.87s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.85s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.84s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.84s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.84s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.81s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.80s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.79s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Ensure initscripts network file dependency is present --- 1.79s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 linux-system-roles.network : Check which packages are installed --------- 1.78s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.77s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---