# 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_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:4 Tuesday 12 March 2024 21:59:29 +0000 (0:00:00.013) 0:00:00.013 ********* ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:13 Tuesday 12 March 2024 21:59:29 +0000 (0:00:00.757) 0:00:00.770 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:18 Tuesday 12 March 2024 21:59:30 +0000 (0:00:00.270) 0:00:01.040 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:21 Tuesday 12 March 2024 21:59:30 +0000 (0:00:00.021) 0:00:01.061 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:59:30 +0000 (0:00:00.012) 0:00:01.074 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:59:30 +0000 (0:00:00.017) 0:00:01.091 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:59:30 +0000 (0:00:00.017) 0:00:01.109 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:59:30 +0000 (0:00:00.013) 0:00:01.122 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:59:30 +0000 (0:00:00.011) 0:00:01.134 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003696", "end": "2024-03-12 21:59:30.465068", "rc": 0, "start": "2024-03-12 21:59:30.461372" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:59:30 +0000 (0:00:00.266) 0:00:01.401 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:59:30 +0000 (0:00:00.019) 0:00:01.420 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:59:30 +0000 (0:00:00.018) 0:00:01.439 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:28 Tuesday 12 March 2024 21:59:31 +0000 (0:00:01.114) 0:00:02.554 ********* ok: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.011434", "end": "2024-03-12 21:59:31.832623", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-03-12 21:59:31.821189" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004056", "end": "2024-03-12 21:59:32.066037", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-03-12 21:59:32.061981" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004049", "end": "2024-03-12 21:59:32.271703", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-03-12 21:59:32.267654" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:37 Tuesday 12 March 2024 21:59:32 +0000 (0:00:00.663) 0:00:03.218 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023919", "end": "2024-03-12 21:59:32.508108", "rc": 0, "start": "2024-03-12 21:59:32.484189" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:45 Tuesday 12 March 2024 21:59:32 +0000 (0:00:00.249) 0:00:03.467 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:52 Tuesday 12 March 2024 21:59:32 +0000 (0:00:00.022) 0:00:03.490 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:58 Tuesday 12 March 2024 21:59:32 +0000 (0:00:00.059) 0:00:03.549 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:59:32 +0000 (0:00:00.031) 0:00:03.580 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:71 Tuesday 12 March 2024 21:59:32 +0000 (0:00:00.013) 0:00:03.594 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:25 Tuesday 12 March 2024 21:59:32 +0000 (0:00:00.010) 0:00:03.604 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/assert_device_present.yml:3 Tuesday 12 March 2024 21:59:32 +0000 (0:00:00.035) 0:00:03.640 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:59:32 +0000 (0:00:00.019) 0:00:03.659 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1710280771.8251555, "block_size": 4096, "blocks": 0, "ctime": 1710280771.8251555, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28709, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/testnic1", "lnk_target": "../../devices/virtual/net/testnic1", "mode": "0777", "mtime": 1710280771.8251555, "nlink": 1, "path": "/sys/class/net/testnic1", "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 - 'testnic1'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/assert_device_present.yml:5 Tuesday 12 March 2024 21:59:32 +0000 (0:00:00.196) 0:00:03.855 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:39 Tuesday 12 March 2024 21:59:32 +0000 (0:00:00.011) 0:00:03.867 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 12 March 2024 21:59:33 +0000 (0:00:00.078) 0:00:03.946 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:59:33 +0000 (0:00:00.015) 0:00:03.962 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 12 March 2024 21:59:33 +0000 (0:00:00.009) 0:00:03.971 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 12 March 2024 21:59:33 +0000 (0:00:00.008) 0:00:03.979 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 12 March 2024 21:59:33 +0000 (0:00:00.008) 0:00:03.987 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 12 March 2024 21:59:34 +0000 (0:00:01.690) 0:00:05.678 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 12 March 2024 21:59:35 +0000 (0:00:01.212) 0:00:06.891 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.035) 0:00:06.926 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.020) 0:00:06.947 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.021) 0:00:06.968 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.034) 0:00:07.003 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.021) 0:00:07.024 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:75 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.026) 0:00:07.051 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:88 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.054) 0:00:07.106 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:103 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.025) 0:00:07.132 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.031) 0:00:07.163 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.029) 0:00:07.193 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.564) 0:00:07.757 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:154 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.029) 0:00:07.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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.025) 0:00:07.813 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Tuesday 12 March 2024 21:59:36 +0000 (0:00:00.028) 0:00:07.841 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:183 Tuesday 12 March 2024 21:59:37 +0000 (0:00:00.587) 0:00:08.429 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 12 March 2024 21:59:37 +0000 (0:00:00.021) 0:00:08.450 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:193 Tuesday 12 March 2024 21:59:37 +0000 (0:00:00.025) 0:00:08.475 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:198 Tuesday 12 March 2024 21:59:37 +0000 (0:00:00.025) 0:00:08.501 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:204 Tuesday 12 March 2024 21:59:37 +0000 (0:00:00.044) 0:00:08.545 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:43 Tuesday 12 March 2024 21:59:37 +0000 (0:00:00.272) 0:00:08.818 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:46 Tuesday 12 March 2024 21:59:37 +0000 (0:00:00.024) 0:00:08.842 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 12 March 2024 21:59:37 +0000 (0:00:00.036) 0:00:08.879 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:59:37 +0000 (0:00:00.036) 0:00:08.916 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 12 March 2024 21:59:38 +0000 (0:00:00.025) 0:00:08.941 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 12 March 2024 21:59:38 +0000 (0:00:00.038) 0:00:08.979 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 12 March 2024 21:59:38 +0000 (0:00:00.025) 0:00:09.005 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 12 March 2024 21:59:39 +0000 (0:00:01.633) 0:00:10.638 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 12 March 2024 21:59:40 +0000 (0:00:01.037) 0:00:11.676 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 12 March 2024 21:59:40 +0000 (0:00:00.040) 0:00:11.716 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 12 March 2024 21:59:40 +0000 (0:00:00.027) 0:00:11.744 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 12 March 2024 21:59:40 +0000 (0:00:00.047) 0:00:11.791 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 12 March 2024 21:59:40 +0000 (0:00:00.026) 0:00:11.818 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 12 March 2024 21:59:40 +0000 (0:00:00.021) 0:00:11.840 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:75 Tuesday 12 March 2024 21:59:40 +0000 (0:00:00.052) 0:00:11.892 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:88 Tuesday 12 March 2024 21:59:41 +0000 (0:00:00.056) 0:00:11.949 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:103 Tuesday 12 March 2024 21:59:41 +0000 (0:00:00.023) 0:00:11.972 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Tuesday 12 March 2024 21:59:41 +0000 (0:00:00.022) 0:00:11.994 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 12 March 2024 21:59:41 +0000 (0:00:00.026) 0:00:12.020 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 12 March 2024 21:59:41 +0000 (0:00:00.415) 0:00:12.436 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:154 Tuesday 12 March 2024 21:59:41 +0000 (0:00:00.053) 0:00:12.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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 12 March 2024 21:59:41 +0000 (0:00:00.049) 0:00:12.539 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Tuesday 12 March 2024 21:59:41 +0000 (0:00:00.031) 0:00:12.571 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:183 Tuesday 12 March 2024 21:59:42 +0000 (0:00:00.420) 0:00:12.991 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 12 March 2024 21:59:42 +0000 (0:00:00.023) 0:00:13.014 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:193 Tuesday 12 March 2024 21:59:42 +0000 (0:00:00.022) 0:00:13.037 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:198 Tuesday 12 March 2024 21:59:42 +0000 (0:00:00.024) 0:00:13.061 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:204 Tuesday 12 March 2024 21:59:42 +0000 (0:00:00.019) 0:00:13.080 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:50 Tuesday 12 March 2024 21:59:42 +0000 (0:00:00.202) 0:00:13.283 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:63 Tuesday 12 March 2024 21:59:42 +0000 (0:00:00.065) 0:00:13.348 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 12 March 2024 21:59:42 +0000 (0:00:00.047) 0:00:13.395 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:59:42 +0000 (0:00:00.039) 0:00:13.435 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 12 March 2024 21:59:42 +0000 (0:00:00.039) 0:00:13.474 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 12 March 2024 21:59:42 +0000 (0:00:00.024) 0:00:13.499 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 12 March 2024 21:59:42 +0000 (0:00:00.023) 0:00:13.522 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 12 March 2024 21:59:44 +0000 (0:00:01.621) 0:00:15.144 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 12 March 2024 21:59:45 +0000 (0:00:01.059) 0:00:16.203 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 12 March 2024 21:59:45 +0000 (0:00:00.025) 0:00:16.228 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 12 March 2024 21:59:45 +0000 (0:00:00.018) 0:00:16.247 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 12 March 2024 21:59:45 +0000 (0:00:00.018) 0:00:16.265 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 12 March 2024 21:59:45 +0000 (0:00:00.024) 0:00:16.289 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 12 March 2024 21:59:45 +0000 (0:00:00.018) 0:00:16.308 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:75 Tuesday 12 March 2024 21:59:45 +0000 (0:00:00.021) 0:00:16.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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:88 Tuesday 12 March 2024 21:59:45 +0000 (0:00:00.044) 0:00:16.374 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:103 Tuesday 12 March 2024 21:59:45 +0000 (0:00:00.018) 0:00:16.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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Tuesday 12 March 2024 21:59:45 +0000 (0:00:00.019) 0:00:16.412 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 12 March 2024 21:59:45 +0000 (0:00:00.025) 0:00:16.437 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 12 March 2024 21:59:45 +0000 (0:00:00.392) 0:00:16.830 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:154 Tuesday 12 March 2024 21:59:45 +0000 (0:00:00.081) 0:00:16.911 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.026) 0:00:16.938 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.029) 0:00:16.967 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:183 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.431) 0:00:17.399 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.019) 0:00:17.418 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:193 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.020) 0:00:17.439 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:198 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.020) 0:00:17.459 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:204 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.018) 0:00:17.478 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:67 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.228) 0:00:17.707 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:70 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.026) 0:00:17.734 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.034) 0:00:17.769 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.034) 0:00:17.803 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.024) 0:00:17.828 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.022) 0:00:17.850 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 12 March 2024 21:59:46 +0000 (0:00:00.063) 0:00:17.914 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 12 March 2024 21:59:48 +0000 (0:00:01.626) 0:00:19.541 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 12 March 2024 21:59:49 +0000 (0:00:01.038) 0:00:20.579 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 12 March 2024 21:59:49 +0000 (0:00:00.025) 0:00:20.605 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 12 March 2024 21:59:49 +0000 (0:00:00.018) 0:00:20.624 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 12 March 2024 21:59:49 +0000 (0:00:00.038) 0:00:20.663 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 12 March 2024 21:59:49 +0000 (0:00:00.027) 0:00:20.690 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 12 March 2024 21:59:49 +0000 (0:00:00.020) 0:00:20.711 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:75 Tuesday 12 March 2024 21:59:49 +0000 (0:00:00.027) 0:00:20.739 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:88 Tuesday 12 March 2024 21:59:49 +0000 (0:00:00.062) 0:00:20.801 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:103 Tuesday 12 March 2024 21:59:49 +0000 (0:00:00.021) 0:00:20.822 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Tuesday 12 March 2024 21:59:49 +0000 (0:00:00.020) 0:00:20.843 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 12 March 2024 21:59:49 +0000 (0:00:00.022) 0:00:20.866 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 12 March 2024 21:59:50 +0000 (0:00:00.394) 0:00:21.260 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:154 Tuesday 12 March 2024 21:59:50 +0000 (0:00:00.030) 0:00:21.291 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 12 March 2024 21:59:50 +0000 (0:00:00.050) 0:00:21.341 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Tuesday 12 March 2024 21:59:50 +0000 (0:00:00.028) 0:00:21.370 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:183 Tuesday 12 March 2024 21:59:50 +0000 (0:00:00.398) 0:00:21.768 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 12 March 2024 21:59:50 +0000 (0:00:00.030) 0:00:21.799 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:193 Tuesday 12 March 2024 21:59:50 +0000 (0:00:00.026) 0:00:21.825 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 70c2c713-93cd-45e5-b746-db19d3b07e91 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:198 Tuesday 12 March 2024 21:59:50 +0000 (0:00:00.022) 0:00:21.848 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:204 Tuesday 12 March 2024 21:59:50 +0000 (0:00:00.042) 0:00:21.891 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:74 Tuesday 12 March 2024 21:59:51 +0000 (0:00:00.204) 0:00:22.095 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:82 Tuesday 12 March 2024 21:59:51 +0000 (0:00:00.023) 0:00:22.118 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 12 March 2024 21:59:51 +0000 (0:00:00.040) 0:00:22.158 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:59:51 +0000 (0:00:00.049) 0:00:22.208 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 12 March 2024 21:59:51 +0000 (0:00:00.033) 0:00:22.241 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 12 March 2024 21:59:51 +0000 (0:00:00.042) 0:00:22.284 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 12 March 2024 21:59:51 +0000 (0:00:00.023) 0:00:22.307 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 12 March 2024 21:59:53 +0000 (0:00:01.632) 0:00:23.939 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 12 March 2024 21:59:54 +0000 (0:00:01.030) 0:00:24.969 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.026) 0:00:24.996 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.021) 0:00:25.017 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.020) 0:00:25.038 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.030) 0:00:25.068 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.031) 0:00:25.099 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:75 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.023) 0:00:25.123 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:88 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.047) 0:00:25.170 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:103 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.018) 0:00:25.189 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.018) 0:00:25.208 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.047) 0:00:25.255 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.389) 0:00:25.644 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:154 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.030) 0:00:25.675 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.026) 0:00:25.701 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Tuesday 12 March 2024 21:59:54 +0000 (0:00:00.027) 0:00:25.729 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:183 Tuesday 12 March 2024 21:59:55 +0000 (0:00:00.446) 0:00:26.176 ********* 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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 12 March 2024 21:59:55 +0000 (0:00:00.025) 0:00:26.201 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:193 Tuesday 12 March 2024 21:59:55 +0000 (0:00:00.026) 0:00:26.228 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "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-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:198 Tuesday 12 March 2024 21:59:55 +0000 (0:00:00.031) 0:00:26.260 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:204 Tuesday 12 March 2024 21:59:55 +0000 (0:00:00.058) 0:00:26.319 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:91 Tuesday 12 March 2024 21:59:55 +0000 (0:00:00.220) 0:00:26.539 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:59:55 +0000 (0:00:00.037) 0:00:26.577 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:59:55 +0000 (0:00:00.020) 0:00:26.598 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:59:55 +0000 (0:00:00.020) 0:00:26.618 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:59:55 +0000 (0:00:00.058) 0:00:26.676 ********* included: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:59:55 +0000 (0:00:00.032) 0:00:26.709 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003719", "end": "2024-03-12 21:59:55.979525", "rc": 0, "start": "2024-03-12 21:59:55.975806" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:59:56 +0000 (0:00:00.217) 0:00:26.926 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:59:56 +0000 (0:00:00.022) 0:00:26.949 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:59:56 +0000 (0:00:00.020) 0:00:26.969 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:28 Tuesday 12 March 2024 21:59:57 +0000 (0:00:00.969) 0:00:27.938 ********* skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:37 Tuesday 12 March 2024 21:59:57 +0000 (0:00:00.039) 0:00:27.978 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:45 Tuesday 12 March 2024 21:59:57 +0000 (0:00:00.021) 0:00:27.999 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.019370", "end": "2024-03-12 21:59:57.284793", "rc": 0, "start": "2024-03-12 21:59:57.265423" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:52 Tuesday 12 March 2024 21:59:57 +0000 (0:00:00.237) 0:00:28.237 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:58 Tuesday 12 March 2024 21:59:57 +0000 (0:00:00.022) 0:00:28.259 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:59:57 +0000 (0:00:00.047) 0:00:28.306 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:71 Tuesday 12 March 2024 21:59:57 +0000 (0:00:00.027) 0:00:28.334 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=100 rescued=0 ignored=0 Tuesday 12 March 2024 21:59:57 +0000 (0:00:00.009) 0:00:28.343 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.84s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:171 linux-system-roles.network : Enable and start NetworkManager ------------ 1.77s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:134 linux-system-roles.network : Check which services are running ----------- 1.69s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.62s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.21s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 1.11s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 1.06s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.04s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.04s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.03s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.97s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Re-test connectivity ----------------------- 0.91s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:204 Gathering Facts --------------------------------------------------------- 0.76s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.66s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.45s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:171 linux-system-roles.network : Enable and start NetworkManager ------------ 0.39s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixk0snxifm/tests/tests_change_indication_on_repeat_run.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---