# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_states_nm.yml ************************************************** 2 plays in /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tests_states_nm.yml:6 Monday 25 December 2023 22:17:38 +0000 (0:00:00.011) 0:00:00.011 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tests_states_nm.yml:9 Monday 25 December 2023 22:17:39 +0000 (0:00:00.680) 0:00:00.691 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/tasks/el_repo_setup.yml:3 Monday 25 December 2023 22:17:39 +0000 (0:00:00.021) 0:00:00.713 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tasks/el_repo_setup.yml:19 Monday 25 December 2023 22:17:39 +0000 (0:00:00.325) 0:00:01.038 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tasks/el_repo_setup.yml:24 Monday 25 December 2023 22:17:40 +0000 (0:00:00.247) 0:00:01.285 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tasks/el_repo_setup.yml:28 Monday 25 December 2023 22:17:40 +0000 (0:00:00.019) 0:00:01.305 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tasks/el_repo_setup.yml:53 Monday 25 December 2023 22:17:40 +0000 (0:00:00.016) 0:00:01.322 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tasks/enable_epel.yml:8 Monday 25 December 2023 22:17:40 +0000 (0:00:00.042) 0:00:01.364 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/tasks/enable_epel.yml:24 Monday 25 December 2023 22:17:40 +0000 (0:00:00.228) 0:00:01.593 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tasks/enable_epel.yml:30 Monday 25 December 2023 22:17:40 +0000 (0:00:00.010) 0:00:01.603 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tasks/enable_epel.yml:35 Monday 25 December 2023 22:17:40 +0000 (0:00:00.010) 0:00:01.614 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.241989", "end": "2023-12-25 22:17:40.765928", "rc": 0, "start": "2023-12-25 22:17:40.523939" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tasks/enable_epel.yml:40 Monday 25 December 2023 22:17:40 +0000 (0:00:00.424) 0:00:02.039 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/tests_states_nm.yml:11 Monday 25 December 2023 22:17:40 +0000 (0:00:00.009) 0:00:02.048 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tests_states.yml:3 Monday 25 December 2023 22:17:40 +0000 (0:00:00.010) 0:00:02.058 ******* ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tests_states.yml:11 Monday 25 December 2023 22:17:41 +0000 (0:00:00.552) 0:00:02.611 ******* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tests_states.yml:22 Monday 25 December 2023 22:17:41 +0000 (0:00:00.009) 0:00:02.620 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:5 Monday 25 December 2023 22:17:41 +0000 (0:00:00.015) 0:00:02.636 ******* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:9 Monday 25 December 2023 22:17:41 +0000 (0:00:00.010) 0:00:02.646 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_present.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:21 Monday 25 December 2023 22:17:41 +0000 (0:00:00.031) 0:00:02.677 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml:3 Monday 25 December 2023 22:17:41 +0000 (0:00:00.013) 0:00:02.690 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 25 December 2023 22:17:41 +0000 (0:00:00.012) 0:00:02.702 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002869", "end": "2023-12-25 22:17:41.614065", "rc": 0, "start": "2023-12-25 22:17:41.611196" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 25 December 2023 22:17:41 +0000 (0:00:00.181) 0:00:02.884 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml:5 Monday 25 December 2023 22:17:41 +0000 (0:00:00.010) 0:00:02.895 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:24 Monday 25 December 2023 22:17:41 +0000 (0:00:00.010) 0:00:02.905 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/delete_interface.yml:3 Monday 25 December 2023 22:17:41 +0000 (0:00:00.019) 0:00:02.925 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007359", "end": "2023-12-25 22:17:41.841476", "rc": 1, "start": "2023-12-25 22:17:41.834117" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 25 December 2023 22:17:41 +0000 (0:00:00.186) 0:00:03.111 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 December 2023 22:17:41 +0000 (0:00:00.013) 0:00:03.125 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 25 December 2023 22:17:42 +0000 (0:00:00.180) 0:00:03.306 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:30 Monday 25 December 2023 22:17:42 +0000 (0:00:00.011) 0:00:03.317 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 25 December 2023 22:17:42 +0000 (0:00:00.018) 0:00:03.336 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:17:42 +0000 (0:00:00.030) 0:00:03.367 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:17:42 +0000 (0:00:00.066) 0:00:03.433 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:17:42 +0000 (0:00:00.012) 0:00:03.446 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:17:42 +0000 (0:00:00.009) 0:00:03.455 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:17:42 +0000 (0:00:00.009) 0:00:03.465 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:17:43 +0000 (0:00:01.599) 0:00:05.064 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:17:45 +0000 (0:00:01.449) 0:00:06.513 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:17:45 +0000 (0:00:00.023) 0:00:06.537 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:17:45 +0000 (0:00:00.021) 0:00:06.558 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:17:45 +0000 (0:00:00.022) 0:00:06.581 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:17:45 +0000 (0:00:00.043) 0:00:06.625 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:17:45 +0000 (0:00:00.021) 0:00:06.647 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:17:45 +0000 (0:00:00.020) 0:00:06.668 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:17:45 +0000 (0:00:00.026) 0:00:06.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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:17:45 +0000 (0:00:00.465) 0:00:07.160 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:17:45 +0000 (0:00:00.026) 0:00:07.187 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:17:45 +0000 (0:00:00.020) 0:00:07.207 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:17:45 +0000 (0:00:00.021) 0:00:07.229 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 75d7921d-0c1a-4676-8842-514bbb29509d TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:17:46 +0000 (0:00:00.500) 0:00:07.730 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:17:46 +0000 (0:00:00.022) 0:00:07.752 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 75d7921d-0c1a-4676-8842-514bbb29509d" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:17:46 +0000 (0:00:00.023) 0:00:07.776 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 75d7921d-0c1a-4676-8842-514bbb29509d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 75d7921d-0c1a-4676-8842-514bbb29509d" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:17:46 +0000 (0:00:00.023) 0:00:07.799 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:17:46 +0000 (0:00:00.020) 0:00:07.820 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 25 December 2023 22:17:46 +0000 (0:00:00.239) 0:00:08.059 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 75d7921d-0c1a-4676-8842-514bbb29509d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 75d7921d-0c1a-4676-8842-514bbb29509d" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:36 Monday 25 December 2023 22:17:46 +0000 (0:00:00.023) 0:00:08.083 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 25 December 2023 22:17:46 +0000 (0:00:00.040) 0:00:08.124 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 25 December 2023 22:17:46 +0000 (0:00:00.038) 0:00:08.162 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 25 December 2023 22:17:46 +0000 (0:00:00.022) 0:00:08.184 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703542666.46147, "block_size": 4096, "blocks": 8, "ctime": 1703542666.4014695, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5533382, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703542666.4014695, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 25 December 2023 22:17:47 +0000 (0:00:00.194) 0:00:08.379 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 25 December 2023 22:17:47 +0000 (0:00:00.043) 0:00:08.423 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020139", "end": "2023-12-25 22:17:47.355081", "rc": 0, "start": "2023-12-25 22:17:47.334942" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 25 December 2023 22:17:47 +0000 (0:00:00.214) 0:00:08.637 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 25 December 2023 22:17:47 +0000 (0:00:00.024) 0:00:08.662 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 25 December 2023 22:17:47 +0000 (0:00:00.025) 0:00:08.687 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 25 December 2023 22:17:47 +0000 (0:00:00.023) 0:00:08.711 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 25 December 2023 22:17:47 +0000 (0:00:00.023) 0:00:08.735 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 25 December 2023 22:17:47 +0000 (0:00:00.025) 0:00:08.760 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 25 December 2023 22:17:47 +0000 (0:00:00.024) 0:00:08.784 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 25 December 2023 22:17:47 +0000 (0:00:00.023) 0:00:08.808 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:42 Monday 25 December 2023 22:17:47 +0000 (0:00:00.024) 0:00:08.833 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_present.yml:3 Monday 25 December 2023 22:17:47 +0000 (0:00:00.043) 0:00:08.876 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 December 2023 22:17:47 +0000 (0:00:00.034) 0:00:08.911 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703542666.4032068, "block_size": 4096, "blocks": 0, "ctime": 1703542666.4032068, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36454, "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": 1703542666.4032068, "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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_present.yml:5 Monday 25 December 2023 22:17:47 +0000 (0:00:00.192) 0:00:09.104 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:47 Monday 25 December 2023 22:17:47 +0000 (0:00:00.056) 0:00:09.160 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:66 Monday 25 December 2023 22:17:47 +0000 (0:00:00.025) 0:00:09.186 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 25 December 2023 22:17:47 +0000 (0:00:00.042) 0:00:09.228 ******* 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.059482", "end": "2023-12-25 22:17:48.201378", "rc": 1, "start": "2023-12-25 22:17:48.141896" } STDOUT: Connection 'statebr' (75d7921d-0c1a-4676-8842-514bbb29509d) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tests_states.yml:45 Monday 25 December 2023 22:17:48 +0000 (0:00:00.254) 0:00:09.483 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:5 Monday 25 December 2023 22:17:48 +0000 (0:00:00.036) 0:00:09.520 ******* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:9 Monday 25 December 2023 22:17:48 +0000 (0:00:00.023) 0:00:09.543 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:21 Monday 25 December 2023 22:17:48 +0000 (0:00:00.043) 0:00:09.587 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml:3 Monday 25 December 2023 22:17:48 +0000 (0:00:00.035) 0:00:09.623 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 25 December 2023 22:17:48 +0000 (0:00:00.034) 0:00:09.658 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002859", "end": "2023-12-25 22:17:48.570900", "rc": 0, "start": "2023-12-25 22:17:48.568041" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 25 December 2023 22:17:48 +0000 (0:00:00.194) 0:00:09.852 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml:5 Monday 25 December 2023 22:17:48 +0000 (0:00:00.021) 0:00:09.874 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:24 Monday 25 December 2023 22:17:48 +0000 (0:00:00.042) 0:00:09.916 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/delete_interface.yml:3 Monday 25 December 2023 22:17:48 +0000 (0:00:00.041) 0:00:09.957 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006018", "end": "2023-12-25 22:17:48.873213", "rc": 1, "start": "2023-12-25 22:17:48.867195" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 25 December 2023 22:17:48 +0000 (0:00:00.197) 0:00:10.154 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 December 2023 22:17:48 +0000 (0:00:00.035) 0:00:10.189 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 25 December 2023 22:17:49 +0000 (0:00:00.191) 0:00:10.381 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:30 Monday 25 December 2023 22:17:49 +0000 (0:00:00.023) 0:00:10.404 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Monday 25 December 2023 22:17:49 +0000 (0:00:00.039) 0:00:10.444 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:17:49 +0000 (0:00:00.039) 0:00:10.484 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:17:49 +0000 (0:00:00.038) 0:00:10.522 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:17:49 +0000 (0:00:00.053) 0:00:10.576 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:17:49 +0000 (0:00:00.022) 0:00:10.598 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:17:49 +0000 (0:00:00.022) 0:00:10.620 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:17:50 +0000 (0:00:01.535) 0:00:12.155 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:17:52 +0000 (0:00:01.308) 0:00:13.464 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:17:52 +0000 (0:00:00.022) 0:00:13.486 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:17:52 +0000 (0:00:00.020) 0:00:13.507 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:17:52 +0000 (0:00:00.021) 0:00:13.528 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:17:52 +0000 (0:00:00.044) 0:00:13.572 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:17:52 +0000 (0:00:00.021) 0:00:13.594 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:17:52 +0000 (0:00:00.022) 0:00:13.616 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:17:52 +0000 (0:00:00.023) 0:00:13.640 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:17:52 +0000 (0:00:00.338) 0:00:13.978 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:17:52 +0000 (0:00:00.025) 0:00:14.003 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:17:52 +0000 (0:00:00.020) 0:00:14.024 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:17:52 +0000 (0:00:00.020) 0:00:14.044 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f51e7651-6bf6-43fb-82e9-95cf46d5959f TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:17:53 +0000 (0:00:00.336) 0:00:14.380 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:17:53 +0000 (0:00:00.020) 0:00:14.401 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f51e7651-6bf6-43fb-82e9-95cf46d5959f" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:17:53 +0000 (0:00:00.045) 0:00:14.446 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f51e7651-6bf6-43fb-82e9-95cf46d5959f\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f51e7651-6bf6-43fb-82e9-95cf46d5959f" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:17:53 +0000 (0:00:00.023) 0:00:14.469 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:17:53 +0000 (0:00:00.020) 0:00:14.490 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Monday 25 December 2023 22:17:53 +0000 (0:00:00.187) 0:00:14.678 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f51e7651-6bf6-43fb-82e9-95cf46d5959f\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f51e7651-6bf6-43fb-82e9-95cf46d5959f" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:36 Monday 25 December 2023 22:17:53 +0000 (0:00:00.023) 0:00:14.701 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 25 December 2023 22:17:53 +0000 (0:00:00.042) 0:00:14.744 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 December 2023 22:17:53 +0000 (0:00:00.035) 0:00:14.779 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 25 December 2023 22:17:53 +0000 (0:00:00.193) 0:00:14.973 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 25 December 2023 22:17:53 +0000 (0:00:00.023) 0:00:14.996 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 25 December 2023 22:17:53 +0000 (0:00:00.036) 0:00:15.033 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 25 December 2023 22:17:53 +0000 (0:00:00.021) 0:00:15.055 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703542673.0855143, "block_size": 4096, "blocks": 8, "ctime": 1703542673.0855143, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5533382, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703542673.0855143, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 220, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 25 December 2023 22:17:54 +0000 (0:00:00.214) 0:00:15.270 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 25 December 2023 22:17:54 +0000 (0:00:00.022) 0:00:15.292 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019536", "end": "2023-12-25 22:17:54.221526", "rc": 0, "start": "2023-12-25 22:17:54.201990" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 25 December 2023 22:17:54 +0000 (0:00:00.210) 0:00:15.503 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 25 December 2023 22:17:54 +0000 (0:00:00.024) 0:00:15.528 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 25 December 2023 22:17:54 +0000 (0:00:00.023) 0:00:15.552 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 25 December 2023 22:17:54 +0000 (0:00:00.024) 0:00:15.576 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 25 December 2023 22:17:54 +0000 (0:00:00.023) 0:00:15.600 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 25 December 2023 22:17:54 +0000 (0:00:00.025) 0:00:15.626 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 25 December 2023 22:17:54 +0000 (0:00:00.023) 0:00:15.649 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 25 December 2023 22:17:54 +0000 (0:00:00.024) 0:00:15.674 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:42 Monday 25 December 2023 22:17:54 +0000 (0:00:00.022) 0:00:15.697 ******* TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:47 Monday 25 December 2023 22:17:54 +0000 (0:00:00.019) 0:00:15.717 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:66 Monday 25 December 2023 22:17:54 +0000 (0:00:00.021) 0:00:15.739 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 25 December 2023 22:17:54 +0000 (0:00:00.040) 0:00:15.779 ******* 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.040283", "end": "2023-12-25 22:17:54.730252", "rc": 1, "start": "2023-12-25 22:17:54.689969" } STDOUT: Connection 'statebr' (f51e7651-6bf6-43fb-82e9-95cf46d5959f) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tests_states.yml:65 Monday 25 December 2023 22:17:54 +0000 (0:00:00.258) 0:00:16.038 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:5 Monday 25 December 2023 22:17:54 +0000 (0:00:00.037) 0:00:16.076 ******* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:9 Monday 25 December 2023 22:17:54 +0000 (0:00:00.022) 0:00:16.098 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:21 Monday 25 December 2023 22:17:54 +0000 (0:00:00.046) 0:00:16.144 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml:3 Monday 25 December 2023 22:17:54 +0000 (0:00:00.036) 0:00:16.181 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 25 December 2023 22:17:54 +0000 (0:00:00.034) 0:00:16.215 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002873", "end": "2023-12-25 22:17:55.130449", "rc": 0, "start": "2023-12-25 22:17:55.127576" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 25 December 2023 22:17:55 +0000 (0:00:00.196) 0:00:16.412 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml:5 Monday 25 December 2023 22:17:55 +0000 (0:00:00.023) 0:00:16.435 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:24 Monday 25 December 2023 22:17:55 +0000 (0:00:00.022) 0:00:16.457 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 25 December 2023 22:17:55 +0000 (0:00:00.038) 0:00:16.496 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:17:55 +0000 (0:00:00.035) 0:00:16.531 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:17:55 +0000 (0:00:00.063) 0:00:16.595 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:17:55 +0000 (0:00:00.027) 0:00:16.622 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:17:55 +0000 (0:00:00.021) 0:00:16.644 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:17:55 +0000 (0:00:00.021) 0:00:16.665 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:17:56 +0000 (0:00:01.530) 0:00:18.196 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:17:58 +0000 (0:00:01.288) 0:00:19.484 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:17:58 +0000 (0:00:00.022) 0:00:19.507 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:17:58 +0000 (0:00:00.020) 0:00:19.528 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:17:58 +0000 (0:00:00.020) 0:00:19.549 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:17:58 +0000 (0:00:00.042) 0:00:19.592 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:17:58 +0000 (0:00:00.021) 0:00:19.613 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:17:58 +0000 (0:00:00.021) 0:00:19.634 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:17:58 +0000 (0:00:00.023) 0:00:19.658 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:17:58 +0000 (0:00:00.341) 0:00:20.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:17:58 +0000 (0:00:00.026) 0:00:20.026 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:17:58 +0000 (0:00:00.021) 0:00:20.048 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:17:58 +0000 (0:00:00.042) 0:00:20.090 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a10a2240-633b-4540-8f26-813b5690e64c TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:17:59 +0000 (0:00:00.368) 0:00:20.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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:17:59 +0000 (0:00:00.022) 0:00:20.480 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a10a2240-633b-4540-8f26-813b5690e64c" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:17:59 +0000 (0:00:00.022) 0:00:20.503 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a10a2240-633b-4540-8f26-813b5690e64c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a10a2240-633b-4540-8f26-813b5690e64c" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:17:59 +0000 (0:00:00.022) 0:00:20.526 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:17:59 +0000 (0:00:00.020) 0:00:20.546 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 25 December 2023 22:17:59 +0000 (0:00:00.190) 0:00:20.737 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a10a2240-633b-4540-8f26-813b5690e64c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a10a2240-633b-4540-8f26-813b5690e64c" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:30 Monday 25 December 2023 22:17:59 +0000 (0:00:00.023) 0:00:20.761 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/activate_profile.yml:3 Monday 25 December 2023 22:17:59 +0000 (0:00:00.037) 0:00:20.799 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:17:59 +0000 (0:00:00.039) 0:00:20.838 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:17:59 +0000 (0:00:00.039) 0:00:20.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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:17:59 +0000 (0:00:00.052) 0:00:20.931 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:17:59 +0000 (0:00:00.021) 0:00:20.952 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:17:59 +0000 (0:00:00.021) 0:00:20.973 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:18:01 +0000 (0:00:01.545) 0:00:22.519 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:18:02 +0000 (0:00:01.331) 0:00:23.851 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:18:02 +0000 (0:00:00.027) 0:00:23.878 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:18:02 +0000 (0:00:00.026) 0:00:23.904 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:18:02 +0000 (0:00:00.026) 0:00:23.931 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:18:02 +0000 (0:00:00.047) 0:00:23.979 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:18:02 +0000 (0:00:00.026) 0:00:24.005 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:18:02 +0000 (0:00:00.024) 0:00:24.030 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:18:02 +0000 (0:00:00.026) 0:00:24.057 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:18:03 +0000 (0:00:00.339) 0:00:24.396 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:18:03 +0000 (0:00:00.025) 0:00:24.422 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:18:03 +0000 (0:00:00.020) 0:00:24.443 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:18:03 +0000 (0:00:00.020) 0:00:24.464 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a10a2240-633b-4540-8f26-813b5690e64c skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:18:03 +0000 (0:00:00.325) 0:00:24.789 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:18:03 +0000 (0:00:00.022) 0:00:24.811 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a10a2240-633b-4540-8f26-813b5690e64c skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:18:03 +0000 (0:00:00.049) 0:00:24.861 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a10a2240-633b-4540-8f26-813b5690e64c skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a10a2240-633b-4540-8f26-813b5690e64c skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:18:03 +0000 (0:00:00.022) 0:00:24.884 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:18:03 +0000 (0:00:00.020) 0:00:24.905 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:36 Monday 25 December 2023 22:18:03 +0000 (0:00:00.187) 0:00:25.092 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_present.yml:3 Monday 25 December 2023 22:18:03 +0000 (0:00:00.043) 0:00:25.136 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 December 2023 22:18:03 +0000 (0:00:00.035) 0:00:25.171 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703542679.1320903, "block_size": 4096, "blocks": 0, "ctime": 1703542679.1320903, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36585, "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": 1703542679.1320903, "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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_present.yml:5 Monday 25 December 2023 22:18:04 +0000 (0:00:00.194) 0:00:25.366 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 25 December 2023 22:18:04 +0000 (0:00:00.024) 0:00:25.391 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 25 December 2023 22:18:04 +0000 (0:00:00.038) 0:00:25.429 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 25 December 2023 22:18:04 +0000 (0:00:00.022) 0:00:25.451 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703542679.190555, "block_size": 4096, "blocks": 8, "ctime": 1703542679.1305547, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5533382, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703542679.1305547, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 25 December 2023 22:18:04 +0000 (0:00:00.192) 0:00:25.643 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 25 December 2023 22:18:04 +0000 (0:00:00.050) 0:00:25.694 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020876", "end": "2023-12-25 22:18:04.627486", "rc": 0, "start": "2023-12-25 22:18:04.606610" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 25 December 2023 22:18:04 +0000 (0:00:00.216) 0:00:25.911 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 25 December 2023 22:18:04 +0000 (0:00:00.024) 0:00:25.935 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 25 December 2023 22:18:04 +0000 (0:00:00.025) 0:00:25.960 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 25 December 2023 22:18:04 +0000 (0:00:00.023) 0:00:25.984 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 25 December 2023 22:18:04 +0000 (0:00:00.023) 0:00:26.008 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 25 December 2023 22:18:04 +0000 (0:00:00.025) 0:00:26.034 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 25 December 2023 22:18:04 +0000 (0:00:00.024) 0:00:26.058 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 25 December 2023 22:18:04 +0000 (0:00:00.024) 0:00:26.082 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:42 Monday 25 December 2023 22:18:04 +0000 (0:00:00.025) 0:00:26.107 ******* TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:47 Monday 25 December 2023 22:18:04 +0000 (0:00:00.021) 0:00:26.129 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:66 Monday 25 December 2023 22:18:04 +0000 (0:00:00.021) 0:00:26.151 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 25 December 2023 22:18:04 +0000 (0:00:00.042) 0:00:26.193 ******* 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.059119", "end": "2023-12-25 22:18:05.174762", "rc": 1, "start": "2023-12-25 22:18:05.115643" } STDOUT: Connection 'statebr' (a10a2240-633b-4540-8f26-813b5690e64c) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tests_states.yml:83 Monday 25 December 2023 22:18:05 +0000 (0:00:00.263) 0:00:26.457 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:5 Monday 25 December 2023 22:18:05 +0000 (0:00:00.063) 0:00:26.521 ******* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:9 Monday 25 December 2023 22:18:05 +0000 (0:00:00.021) 0:00:26.542 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:21 Monday 25 December 2023 22:18:05 +0000 (0:00:00.042) 0:00:26.585 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml:3 Monday 25 December 2023 22:18:05 +0000 (0:00:00.034) 0:00:26.620 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 25 December 2023 22:18:05 +0000 (0:00:00.033) 0:00:26.654 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003287", "end": "2023-12-25 22:18:05.571576", "rc": 0, "start": "2023-12-25 22:18:05.568289" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 25 December 2023 22:18:05 +0000 (0:00:00.200) 0:00:26.854 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml:5 Monday 25 December 2023 22:18:05 +0000 (0:00:00.022) 0:00:26.877 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:24 Monday 25 December 2023 22:18:05 +0000 (0:00:00.021) 0:00:26.899 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 25 December 2023 22:18:05 +0000 (0:00:00.041) 0:00:26.940 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:18:05 +0000 (0:00:00.035) 0:00:26.976 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:18:05 +0000 (0:00:00.064) 0:00:27.040 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:18:05 +0000 (0:00:00.029) 0:00:27.069 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:18:05 +0000 (0:00:00.022) 0:00:27.092 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:18:05 +0000 (0:00:00.020) 0:00:27.112 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:18:07 +0000 (0:00:01.534) 0:00:28.646 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:18:08 +0000 (0:00:01.290) 0:00:29.937 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:18:08 +0000 (0:00:00.023) 0:00:29.961 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:18:08 +0000 (0:00:00.022) 0:00:29.983 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:18:08 +0000 (0:00:00.021) 0:00:30.005 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:18:08 +0000 (0:00:00.046) 0:00:30.052 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:18:08 +0000 (0:00:00.023) 0:00:30.075 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:18:08 +0000 (0:00:00.021) 0:00:30.097 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:18:08 +0000 (0:00:00.025) 0:00:30.123 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:18:09 +0000 (0:00:00.341) 0:00:30.464 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:18:09 +0000 (0:00:00.024) 0:00:30.489 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:18:09 +0000 (0:00:00.020) 0:00:30.510 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:18:09 +0000 (0:00:00.020) 0:00:30.530 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, dfd32bcf-c407-42c2-9225-97cc3cdfbdd7 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:18:09 +0000 (0:00:00.396) 0:00:30.927 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:18:09 +0000 (0:00:00.023) 0:00:30.950 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, dfd32bcf-c407-42c2-9225-97cc3cdfbdd7" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:18:09 +0000 (0:00:00.023) 0:00:30.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": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, dfd32bcf-c407-42c2-9225-97cc3cdfbdd7\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, dfd32bcf-c407-42c2-9225-97cc3cdfbdd7" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:18:09 +0000 (0:00:00.025) 0:00:30.999 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:18:09 +0000 (0:00:00.023) 0:00:31.023 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 25 December 2023 22:18:09 +0000 (0:00:00.192) 0:00:31.215 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, dfd32bcf-c407-42c2-9225-97cc3cdfbdd7\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, dfd32bcf-c407-42c2-9225-97cc3cdfbdd7" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/activate_profile.yml:3 Monday 25 December 2023 22:18:09 +0000 (0:00:00.023) 0:00:31.238 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:18:10 +0000 (0:00:00.037) 0:00:31.275 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:18:10 +0000 (0:00:00.042) 0:00:31.318 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:18:10 +0000 (0:00:00.028) 0:00:31.347 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:18:10 +0000 (0:00:00.022) 0:00:31.370 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:18:10 +0000 (0:00:00.021) 0:00:31.392 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:18:11 +0000 (0:00:01.563) 0:00:32.955 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:18:12 +0000 (0:00:01.291) 0:00:34.247 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:18:13 +0000 (0:00:00.040) 0:00:34.287 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:18:13 +0000 (0:00:00.021) 0:00:34.309 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:18:13 +0000 (0:00:00.020) 0:00:34.330 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:18:13 +0000 (0:00:00.042) 0:00:34.372 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:18:13 +0000 (0:00:00.021) 0:00:34.393 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:18:13 +0000 (0:00:00.020) 0:00:34.414 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:18:13 +0000 (0:00:00.023) 0:00:34.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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:18:13 +0000 (0:00:00.346) 0:00:34.784 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:18:13 +0000 (0:00:00.029) 0:00:34.814 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:18:13 +0000 (0:00:00.023) 0:00:34.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:18:13 +0000 (0:00:00.023) 0:00:34.861 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, dfd32bcf-c407-42c2-9225-97cc3cdfbdd7 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:18:13 +0000 (0:00:00.332) 0:00:35.193 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:18:13 +0000 (0:00:00.023) 0:00:35.216 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, dfd32bcf-c407-42c2-9225-97cc3cdfbdd7 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:18:13 +0000 (0:00:00.023) 0:00:35.240 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, dfd32bcf-c407-42c2-9225-97cc3cdfbdd7 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, dfd32bcf-c407-42c2-9225-97cc3cdfbdd7 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:18:14 +0000 (0:00:00.023) 0:00:35.263 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:18:14 +0000 (0:00:00.045) 0:00:35.308 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:30 Monday 25 December 2023 22:18:14 +0000 (0:00:00.189) 0:00:35.497 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/remove_profile.yml:3 Monday 25 December 2023 22:18:14 +0000 (0:00:00.040) 0:00:35.538 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:18:14 +0000 (0:00:00.040) 0:00:35.579 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:18:14 +0000 (0:00:00.042) 0:00:35.621 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:18:14 +0000 (0:00:00.026) 0:00:35.648 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:18:14 +0000 (0:00:00.022) 0:00:35.671 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:18:14 +0000 (0:00:00.026) 0:00:35.697 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:18:15 +0000 (0:00:01.528) 0:00:37.226 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:18:17 +0000 (0:00:01.289) 0:00:38.515 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:18:17 +0000 (0:00:00.023) 0:00:38.539 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:18:17 +0000 (0:00:00.022) 0:00:38.561 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:18:17 +0000 (0:00:00.021) 0:00:38.583 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:18:17 +0000 (0:00:00.044) 0:00:38.628 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:18:17 +0000 (0:00:00.045) 0:00:38.673 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:18:17 +0000 (0:00:00.021) 0:00:38.695 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:18:17 +0000 (0:00:00.025) 0:00:38.721 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:18:17 +0000 (0:00:00.338) 0:00:39.059 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:18:17 +0000 (0:00:00.025) 0:00:39.084 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:18:17 +0000 (0:00:00.021) 0:00:39.106 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:18:17 +0000 (0:00:00.020) 0:00:39.126 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:18:18 +0000 (0:00:00.345) 0:00:39.472 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:18:18 +0000 (0:00:00.021) 0:00:39.493 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:18:18 +0000 (0:00:00.022) 0:00:39.515 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:18:18 +0000 (0:00:00.023) 0:00:39.539 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:18:18 +0000 (0:00:00.021) 0:00:39.560 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:36 Monday 25 December 2023 22:18:18 +0000 (0:00:00.188) 0:00:39.748 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_present.yml:3 Monday 25 December 2023 22:18:18 +0000 (0:00:00.068) 0:00:39.816 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 December 2023 22:18:18 +0000 (0:00:00.036) 0:00:39.853 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703542689.5983894, "block_size": 4096, "blocks": 0, "ctime": 1703542689.5983894, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36716, "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": 1703542689.5983894, "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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_present.yml:5 Monday 25 December 2023 22:18:18 +0000 (0:00:00.194) 0:00:40.048 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_absent.yml:3 Monday 25 December 2023 22:18:18 +0000 (0:00:00.024) 0:00:40.073 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 25 December 2023 22:18:18 +0000 (0:00:00.038) 0:00:40.111 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 25 December 2023 22:18:18 +0000 (0:00:00.021) 0:00:40.132 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 25 December 2023 22:18:19 +0000 (0:00:00.190) 0:00:40.323 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 25 December 2023 22:18:19 +0000 (0:00:00.022) 0:00:40.346 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020093", "end": "2023-12-25 22:18:19.277206", "rc": 1, "start": "2023-12-25 22:18:19.257113" } 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 25 December 2023 22:18:19 +0000 (0:00:00.213) 0:00:40.559 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 25 December 2023 22:18:19 +0000 (0:00:00.022) 0:00:40.581 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 25 December 2023 22:18:19 +0000 (0:00:00.023) 0:00:40.604 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 25 December 2023 22:18:19 +0000 (0:00:00.023) 0:00:40.628 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 25 December 2023 22:18:19 +0000 (0:00:00.049) 0:00:40.677 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_absent.yml:5 Monday 25 December 2023 22:18:19 +0000 (0:00:00.023) 0:00:40.701 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:42 Monday 25 December 2023 22:18:19 +0000 (0:00:00.024) 0:00:40.725 ******* TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:47 Monday 25 December 2023 22:18:19 +0000 (0:00:00.020) 0:00:40.746 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:66 Monday 25 December 2023 22:18:19 +0000 (0:00:00.021) 0:00:40.767 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 25 December 2023 22:18:19 +0000 (0:00:00.040) 0:00:40.808 ******* 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.072756", "end": "2023-12-25 22:18:19.797600", "rc": 1, "start": "2023-12-25 22:18:19.724844" } STDOUT: Connection 'statebr' (dfd32bcf-c407-42c2-9225-97cc3cdfbdd7) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tests_states.yml:103 Monday 25 December 2023 22:18:19 +0000 (0:00:00.271) 0:00:41.080 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:5 Monday 25 December 2023 22:18:19 +0000 (0:00:00.038) 0:00:41.118 ******* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:9 Monday 25 December 2023 22:18:19 +0000 (0:00:00.021) 0:00:41.139 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can take a profile down that is absent" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:21 Monday 25 December 2023 22:18:19 +0000 (0:00:00.045) 0:00:41.185 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml:3 Monday 25 December 2023 22:18:19 +0000 (0:00:00.035) 0:00:41.220 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 25 December 2023 22:18:20 +0000 (0:00:00.060) 0:00:41.280 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002971", "end": "2023-12-25 22:18:20.200314", "rc": 0, "start": "2023-12-25 22:18:20.197343" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 25 December 2023 22:18:20 +0000 (0:00:00.202) 0:00:41.482 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml:5 Monday 25 December 2023 22:18:20 +0000 (0:00:00.022) 0:00:41.505 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:24 Monday 25 December 2023 22:18:20 +0000 (0:00:00.022) 0:00:41.528 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 25 December 2023 22:18:20 +0000 (0:00:00.045) 0:00:41.573 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:18:20 +0000 (0:00:00.036) 0:00:41.609 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:18:20 +0000 (0:00:00.040) 0:00:41.650 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:18:20 +0000 (0:00:00.027) 0:00:41.677 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:18:20 +0000 (0:00:00.021) 0:00:41.698 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:18:20 +0000 (0:00:00.020) 0:00:41.719 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:18:22 +0000 (0:00:01.550) 0:00:43.270 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:18:23 +0000 (0:00:01.291) 0:00:44.561 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:18:23 +0000 (0:00:00.023) 0:00:44.585 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:18:23 +0000 (0:00:00.020) 0:00:44.606 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:18:23 +0000 (0:00:00.022) 0:00:44.628 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:18:23 +0000 (0:00:00.066) 0:00:44.694 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:18:23 +0000 (0:00:00.022) 0:00:44.716 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:18:23 +0000 (0:00:00.021) 0:00:44.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:18:23 +0000 (0:00:00.025) 0:00:44.763 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:18:23 +0000 (0:00:00.340) 0:00:45.103 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:18:23 +0000 (0:00:00.026) 0:00:45.130 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:18:23 +0000 (0:00:00.020) 0:00:45.151 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:18:23 +0000 (0:00:00.021) 0:00:45.172 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, bb974050-8313-4d19-a130-e17e64e44f3b TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:18:24 +0000 (0:00:00.374) 0:00:45.547 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:18:24 +0000 (0:00:00.021) 0:00:45.569 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, bb974050-8313-4d19-a130-e17e64e44f3b" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:18:24 +0000 (0:00:00.023) 0:00:45.592 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, bb974050-8313-4d19-a130-e17e64e44f3b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, bb974050-8313-4d19-a130-e17e64e44f3b" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:18:24 +0000 (0:00:00.024) 0:00:45.616 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:18:24 +0000 (0:00:00.021) 0:00:45.638 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 25 December 2023 22:18:24 +0000 (0:00:00.189) 0:00:45.828 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, bb974050-8313-4d19-a130-e17e64e44f3b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, bb974050-8313-4d19-a130-e17e64e44f3b" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/activate_profile.yml:3 Monday 25 December 2023 22:18:24 +0000 (0:00:00.048) 0:00:45.877 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:18:24 +0000 (0:00:00.036) 0:00:45.914 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:18:24 +0000 (0:00:00.040) 0:00:45.955 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:18:24 +0000 (0:00:00.026) 0:00:45.981 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:18:24 +0000 (0:00:00.020) 0:00:46.002 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:18:24 +0000 (0:00:00.020) 0:00:46.023 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:18:26 +0000 (0:00:01.531) 0:00:47.555 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:18:27 +0000 (0:00:01.313) 0:00:48.868 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:18:27 +0000 (0:00:00.023) 0:00:48.892 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:18:27 +0000 (0:00:00.022) 0:00:48.914 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:18:27 +0000 (0:00:00.021) 0:00:48.935 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:18:27 +0000 (0:00:00.042) 0:00:48.977 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:18:27 +0000 (0:00:00.021) 0:00:48.998 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:18:27 +0000 (0:00:00.021) 0:00:49.019 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:18:27 +0000 (0:00:00.023) 0:00:49.043 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:18:28 +0000 (0:00:00.359) 0:00:49.403 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:18:28 +0000 (0:00:00.027) 0:00:49.430 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:18:28 +0000 (0:00:00.021) 0:00:49.452 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:18:28 +0000 (0:00:00.021) 0:00:49.473 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, bb974050-8313-4d19-a130-e17e64e44f3b skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:18:28 +0000 (0:00:00.325) 0:00:49.799 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:18:28 +0000 (0:00:00.022) 0:00:49.821 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, bb974050-8313-4d19-a130-e17e64e44f3b skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:18:28 +0000 (0:00:00.023) 0:00:49.844 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, bb974050-8313-4d19-a130-e17e64e44f3b skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, bb974050-8313-4d19-a130-e17e64e44f3b skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:18:28 +0000 (0:00:00.022) 0:00:49.867 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:18:28 +0000 (0:00:00.021) 0:00:49.888 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/remove_profile.yml:3 Monday 25 December 2023 22:18:28 +0000 (0:00:00.188) 0:00:50.077 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:18:28 +0000 (0:00:00.036) 0:00:50.114 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:18:28 +0000 (0:00:00.040) 0:00:50.154 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:18:28 +0000 (0:00:00.055) 0:00:50.209 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:18:28 +0000 (0:00:00.022) 0:00:50.231 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:18:28 +0000 (0:00:00.022) 0:00:50.254 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:18:30 +0000 (0:00:01.529) 0:00:51.783 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:18:31 +0000 (0:00:01.310) 0:00:53.094 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:18:31 +0000 (0:00:00.023) 0:00:53.117 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:18:31 +0000 (0:00:00.021) 0:00:53.138 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:18:31 +0000 (0:00:00.021) 0:00:53.160 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:18:31 +0000 (0:00:00.042) 0:00:53.203 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:18:31 +0000 (0:00:00.021) 0:00:53.224 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:18:31 +0000 (0:00:00.022) 0:00:53.246 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:18:32 +0000 (0:00:00.023) 0:00:53.270 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:18:32 +0000 (0:00:00.340) 0:00:53.610 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:18:32 +0000 (0:00:00.025) 0:00:53.635 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:18:32 +0000 (0:00:00.022) 0:00:53.658 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:18:32 +0000 (0:00:00.021) 0:00:53.680 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:18:32 +0000 (0:00:00.345) 0:00:54.025 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:18:32 +0000 (0:00:00.021) 0:00:54.047 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:18:32 +0000 (0:00:00.051) 0:00:54.098 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:18:32 +0000 (0:00:00.023) 0:00:54.121 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:18:32 +0000 (0:00:00.022) 0:00:54.144 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:30 Monday 25 December 2023 22:18:33 +0000 (0:00:00.189) 0:00:54.333 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 25 December 2023 22:18:33 +0000 (0:00:00.040) 0:00:54.373 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:18:33 +0000 (0:00:00.040) 0:00:54.413 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:18:33 +0000 (0:00:00.040) 0:00:54.454 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:18:33 +0000 (0:00:00.027) 0:00:54.481 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:18:33 +0000 (0:00:00.021) 0:00:54.502 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:18:33 +0000 (0:00:00.020) 0:00:54.523 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:18:34 +0000 (0:00:01.532) 0:00:56.055 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:18:36 +0000 (0:00:01.290) 0:00:57.346 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:18:36 +0000 (0:00:00.023) 0:00:57.369 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:18:36 +0000 (0:00:00.021) 0:00:57.391 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:18:36 +0000 (0:00:00.021) 0:00:57.412 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:18:36 +0000 (0:00:00.066) 0:00:57.478 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:18:36 +0000 (0:00:00.022) 0:00:57.500 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:18:36 +0000 (0:00:00.021) 0:00:57.521 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:18:36 +0000 (0:00:00.024) 0:00:57.546 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:18:36 +0000 (0:00:00.339) 0:00:57.885 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:18:36 +0000 (0:00:00.025) 0:00:57.910 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:18:36 +0000 (0:00:00.021) 0:00:57.932 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:18:36 +0000 (0:00:00.021) 0:00:57.953 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:18:37 +0000 (0:00:00.391) 0:00:58.345 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:18:37 +0000 (0:00:00.021) 0:00:58.366 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:18:37 +0000 (0:00:00.022) 0:00:58.389 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:18:37 +0000 (0:00:00.023) 0:00:58.412 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:18:37 +0000 (0:00:00.020) 0:00:58.433 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:36 Monday 25 December 2023 22:18:37 +0000 (0:00:00.215) 0:00:58.648 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_absent.yml:3 Monday 25 December 2023 22:18:37 +0000 (0:00:00.040) 0:00:58.689 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 25 December 2023 22:18:37 +0000 (0:00:00.036) 0:00:58.726 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 25 December 2023 22:18:37 +0000 (0:00:00.023) 0:00:58.749 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 25 December 2023 22:18:37 +0000 (0:00:00.189) 0:00:58.938 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 25 December 2023 22:18:37 +0000 (0:00:00.021) 0:00:58.960 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019493", "end": "2023-12-25 22:18:37.889986", "rc": 1, "start": "2023-12-25 22:18:37.870493" } 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 25 December 2023 22:18:37 +0000 (0:00:00.212) 0:00:59.172 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 25 December 2023 22:18:37 +0000 (0:00:00.023) 0:00:59.196 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 25 December 2023 22:18:37 +0000 (0:00:00.021) 0:00:59.217 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 25 December 2023 22:18:37 +0000 (0:00:00.023) 0:00:59.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 25 December 2023 22:18:38 +0000 (0:00:00.022) 0:00:59.263 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_absent.yml:5 Monday 25 December 2023 22:18:38 +0000 (0:00:00.021) 0:00:59.284 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:42 Monday 25 December 2023 22:18:38 +0000 (0:00:00.022) 0:00:59.307 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 25 December 2023 22:18:38 +0000 (0:00:00.069) 0:00:59.376 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 December 2023 22:18:38 +0000 (0:00:00.036) 0:00:59.413 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 25 December 2023 22:18:38 +0000 (0:00:00.199) 0:00:59.612 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:47 Monday 25 December 2023 22:18:38 +0000 (0:00:00.025) 0:00:59.637 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:66 Monday 25 December 2023 22:18:38 +0000 (0:00:00.022) 0:00:59.659 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 25 December 2023 22:18:38 +0000 (0:00:00.040) 0:00:59.700 ******* 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.038823", "end": "2023-12-25 22:18:38.648732", "rc": 1, "start": "2023-12-25 22:18:38.609909" } 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tests_states.yml:126 Monday 25 December 2023 22:18:38 +0000 (0:00:00.230) 0:00:59.931 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:5 Monday 25 December 2023 22:18:38 +0000 (0:00:00.036) 0:00:59.967 ******* ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:9 Monday 25 December 2023 22:18:38 +0000 (0:00:00.022) 0:00:59.990 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I will not get an error when I try to remove an absent profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml", "tasks/get_NetworkManager_NVR.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:21 Monday 25 December 2023 22:18:38 +0000 (0:00:00.044) 0:01:00.034 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml:3 Monday 25 December 2023 22:18:38 +0000 (0:00:00.063) 0:01:00.097 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 25 December 2023 22:18:38 +0000 (0:00:00.035) 0:01:00.132 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002970", "end": "2023-12-25 22:18:39.046045", "rc": 0, "start": "2023-12-25 22:18:39.043075" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 25 December 2023 22:18:39 +0000 (0:00:00.195) 0:01:00.328 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/show_interfaces.yml:5 Monday 25 December 2023 22:18:39 +0000 (0:00:00.023) 0:01:00.351 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:24 Monday 25 December 2023 22:18:39 +0000 (0:00:00.022) 0:01:00.373 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 25 December 2023 22:18:39 +0000 (0:00:00.043) 0:01:00.417 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:18:39 +0000 (0:00:00.036) 0:01:00.454 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:18:39 +0000 (0:00:00.039) 0:01:00.493 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:18:39 +0000 (0:00:00.026) 0:01:00.520 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:18:39 +0000 (0:00:00.020) 0:01:00.540 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:18:39 +0000 (0:00:00.020) 0:01:00.561 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:18:40 +0000 (0:00:01.537) 0:01:02.099 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:18:42 +0000 (0:00:01.292) 0:01:03.391 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:18:42 +0000 (0:00:00.022) 0:01:03.414 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:18:42 +0000 (0:00:00.041) 0:01:03.456 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:18:42 +0000 (0:00:00.021) 0:01:03.478 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:18:42 +0000 (0:00:00.043) 0:01:03.521 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:18:42 +0000 (0:00:00.022) 0:01:03.543 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:18:42 +0000 (0:00:00.020) 0:01:03.564 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:18:42 +0000 (0:00:00.026) 0:01:03.590 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:18:42 +0000 (0:00:00.338) 0:01:03.929 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:18:42 +0000 (0:00:00.025) 0:01:03.954 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:18:42 +0000 (0:00:00.020) 0:01:03.975 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:18:42 +0000 (0:00:00.022) 0:01:03.997 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 29722485-b00b-4d1e-8fac-3153c9c8f142 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:18:43 +0000 (0:00:00.373) 0:01:04.371 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:18:43 +0000 (0:00:00.020) 0:01:04.392 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 29722485-b00b-4d1e-8fac-3153c9c8f142" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:18:43 +0000 (0:00:00.022) 0:01:04.414 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 29722485-b00b-4d1e-8fac-3153c9c8f142\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 29722485-b00b-4d1e-8fac-3153c9c8f142" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:18:43 +0000 (0:00:00.022) 0:01:04.437 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:18:43 +0000 (0:00:00.047) 0:01:04.485 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 25 December 2023 22:18:43 +0000 (0:00:00.193) 0:01:04.678 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 29722485-b00b-4d1e-8fac-3153c9c8f142\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 29722485-b00b-4d1e-8fac-3153c9c8f142" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/activate_profile.yml:3 Monday 25 December 2023 22:18:43 +0000 (0:00:00.028) 0:01:04.707 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:18:43 +0000 (0:00:00.039) 0:01:04.747 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:18:43 +0000 (0:00:00.040) 0:01:04.787 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:18:43 +0000 (0:00:00.026) 0:01:04.814 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:18:43 +0000 (0:00:00.022) 0:01:04.836 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:18:43 +0000 (0:00:00.022) 0:01:04.859 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:18:45 +0000 (0:00:01.534) 0:01:06.394 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:18:46 +0000 (0:00:01.298) 0:01:07.693 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:18:46 +0000 (0:00:00.030) 0:01:07.723 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:18:46 +0000 (0:00:00.031) 0:01:07.754 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:18:46 +0000 (0:00:00.034) 0:01:07.789 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:18:46 +0000 (0:00:00.052) 0:01:07.841 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:18:46 +0000 (0:00:00.022) 0:01:07.864 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:18:46 +0000 (0:00:00.022) 0:01:07.886 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:18:46 +0000 (0:00:00.049) 0:01:07.935 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:18:47 +0000 (0:00:00.339) 0:01:08.275 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:18:47 +0000 (0:00:00.026) 0:01:08.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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:18:47 +0000 (0:00:00.021) 0:01:08.323 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:18:47 +0000 (0:00:00.020) 0:01:08.343 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 29722485-b00b-4d1e-8fac-3153c9c8f142 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:18:47 +0000 (0:00:00.324) 0:01:08.668 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:18:47 +0000 (0:00:00.021) 0:01:08.690 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 29722485-b00b-4d1e-8fac-3153c9c8f142 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:18:47 +0000 (0:00:00.023) 0:01:08.713 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 29722485-b00b-4d1e-8fac-3153c9c8f142 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 29722485-b00b-4d1e-8fac-3153c9c8f142 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:18:47 +0000 (0:00:00.023) 0:01:08.736 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:18:47 +0000 (0:00:00.020) 0:01:08.757 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 25 December 2023 22:18:47 +0000 (0:00:00.187) 0:01:08.944 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:18:47 +0000 (0:00:00.036) 0:01:08.980 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:18:47 +0000 (0:00:00.068) 0:01:09.049 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:18:47 +0000 (0:00:00.029) 0:01:09.078 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:18:47 +0000 (0:00:00.024) 0:01:09.102 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:18:47 +0000 (0:00:00.024) 0:01:09.127 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:18:49 +0000 (0:00:01.530) 0:01:10.657 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:18:50 +0000 (0:00:01.293) 0:01:11.951 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:18:50 +0000 (0:00:00.026) 0:01:11.977 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:18:50 +0000 (0:00:00.023) 0:01:12.001 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:18:50 +0000 (0:00:00.022) 0:01:12.024 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:18:50 +0000 (0:00:00.047) 0:01:12.071 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:18:50 +0000 (0:00:00.022) 0:01:12.094 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:18:50 +0000 (0:00:00.022) 0:01:12.116 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:18:50 +0000 (0:00:00.025) 0:01:12.142 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:18:51 +0000 (0:00:00.351) 0:01:12.493 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:18:51 +0000 (0:00:00.026) 0:01:12.519 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:18:51 +0000 (0:00:00.021) 0:01:12.541 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:18:51 +0000 (0:00:00.021) 0:01:12.562 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:18:51 +0000 (0:00:00.420) 0:01:12.982 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:18:51 +0000 (0:00:00.023) 0:01:13.005 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:18:51 +0000 (0:00:00.026) 0:01:13.032 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:18:51 +0000 (0:00:00.028) 0:01:13.060 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:18:51 +0000 (0:00:00.029) 0:01:13.090 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:30 Monday 25 December 2023 22:18:52 +0000 (0:00:00.200) 0:01:13.290 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 25 December 2023 22:18:52 +0000 (0:00:00.040) 0:01:13.331 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 22:18:52 +0000 (0:00:00.037) 0:01:13.369 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 22:18:52 +0000 (0:00:00.041) 0:01:13.410 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 22:18:52 +0000 (0:00:00.030) 0:01:13.441 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 22:18:52 +0000 (0:00:00.022) 0:01:13.463 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 22:18:52 +0000 (0:00:00.046) 0:01:13.510 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 22:18:53 +0000 (0:00:01.527) 0:01:15.038 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 22:18:55 +0000 (0:00:01.293) 0:01:16.332 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 22:18:55 +0000 (0:00:00.022) 0:01:16.355 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 22:18:55 +0000 (0:00:00.045) 0:01:16.400 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 22:18:55 +0000 (0:00:00.022) 0:01:16.422 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 22:18:55 +0000 (0:00:00.045) 0:01:16.467 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 22:18:55 +0000 (0:00:00.024) 0:01:16.492 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 22:18:55 +0000 (0:00:00.022) 0:01:16.514 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 22:18:55 +0000 (0:00:00.025) 0:01:16.540 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 22:18:55 +0000 (0:00:00.353) 0:01:16.893 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 22:18:55 +0000 (0:00:00.026) 0:01:16.920 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 22:18:55 +0000 (0:00:00.021) 0:01:16.941 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 22:18:55 +0000 (0:00:00.020) 0:01:16.962 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 22:18:56 +0000 (0:00:00.334) 0:01:17.296 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 22:18:56 +0000 (0:00:00.024) 0:01:17.320 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 22:18:56 +0000 (0:00:00.022) 0:01:17.343 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 22:18:56 +0000 (0:00:00.023) 0:01:17.367 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 22:18:56 +0000 (0:00:00.020) 0:01:17.387 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:36 Monday 25 December 2023 22:18:56 +0000 (0:00:00.187) 0:01:17.574 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_absent.yml:3 Monday 25 December 2023 22:18:56 +0000 (0:00:00.045) 0:01:17.620 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 25 December 2023 22:18:56 +0000 (0:00:00.039) 0:01:17.659 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 25 December 2023 22:18:56 +0000 (0:00:00.022) 0:01:17.682 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 25 December 2023 22:18:56 +0000 (0:00:00.193) 0:01:17.876 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 25 December 2023 22:18:56 +0000 (0:00:00.023) 0:01:17.899 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019105", "end": "2023-12-25 22:18:56.829157", "rc": 1, "start": "2023-12-25 22:18:56.810052" } 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 25 December 2023 22:18:56 +0000 (0:00:00.212) 0:01:18.111 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 25 December 2023 22:18:56 +0000 (0:00:00.024) 0:01:18.135 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 25 December 2023 22:18:56 +0000 (0:00:00.022) 0:01:18.157 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 25 December 2023 22:18:56 +0000 (0:00:00.022) 0:01:18.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 25 December 2023 22:18:56 +0000 (0:00:00.022) 0:01:18.203 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_profile_absent.yml:5 Monday 25 December 2023 22:18:56 +0000 (0:00:00.023) 0:01:18.226 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Monday 25 December 2023 22:18:57 +0000 (0:00:00.057) 0:01:18.283 ******* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.933976", "end": "2023-12-25 22:18:58.128927", "rc": 0, "start": "2023-12-25 22:18:57.194951" } STDOUT: NetworkManager-1.40.16-11.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Monday 25 December 2023 22:18:58 +0000 (0:00:01.130) 0:01:19.414 ******* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-11.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Monday 25 December 2023 22:18:58 +0000 (0:00:00.023) 0:01:19.437 ******* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-11.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:42 Monday 25 December 2023 22:18:58 +0000 (0:00:00.022) 0:01:19.459 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 25 December 2023 22:18:58 +0000 (0:00:00.044) 0:01:19.503 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 December 2023 22:18:58 +0000 (0:00:00.036) 0:01:19.540 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 25 December 2023 22:18:58 +0000 (0:00:00.194) 0:01:19.735 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:47 Monday 25 December 2023 22:18:58 +0000 (0:00:00.025) 0:01:19.760 ******* 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-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/run_test.yml:66 Monday 25 December 2023 22:18:58 +0000 (0:00:00.023) 0:01:19.784 ******* included: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 25 December 2023 22:18:58 +0000 (0:00:00.066) 0:01:19.851 ******* 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.038118", "end": "2023-12-25 22:18:58.801314", "rc": 1, "start": "2023-12-25 22:18:58.763196" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=321 changed=10 unreachable=0 failed=0 skipped=247 rescued=0 ignored=11 Monday 25 December 2023 22:18:58 +0000 (0:00:00.219) 0:01:20.070 ******* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.01s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 1.83s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which services are running ----------- 1.60s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.45s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Enable and start NetworkManager ------------ 1.39s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-ansible-lint-test-2.16i1pchpmv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---