# 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_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:4 Thursday 22 February 2024 04:00:08 +0000 (0:00:00.012) 0:00:00.012 ***** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:13 Thursday 22 February 2024 04:00:08 +0000 (0:00:00.674) 0:00:00.686 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:18 Thursday 22 February 2024 04:00:09 +0000 (0:00:00.243) 0:00:00.929 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:21 Thursday 22 February 2024 04:00:09 +0000 (0:00:00.018) 0:00:00.947 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 04:00:09 +0000 (0:00:00.012) 0:00:00.960 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 04:00:09 +0000 (0:00:00.015) 0:00:00.975 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 04:00:09 +0000 (0:00:00.016) 0:00:00.992 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:00:09 +0000 (0:00:00.010) 0:00:01.003 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:00:09 +0000 (0:00:00.009) 0:00:01.012 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003082", "end": "2024-02-22 04:00:09.306202", "rc": 0, "start": "2024-02-22 04:00:09.303120" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:00:09 +0000 (0:00:00.234) 0:00:01.247 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:00:09 +0000 (0:00:00.018) 0:00:01.266 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 04:00:09 +0000 (0:00:00.028) 0:00:01.295 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:28 Thursday 22 February 2024 04:00:10 +0000 (0:00:01.061) 0:00:02.356 ***** 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.008856", "end": "2024-02-22 04:00:10.604395", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-02-22 04:00:10.595539" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003350", "end": "2024-02-22 04:00:10.813641", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-02-22 04:00:10.810291" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004334", "end": "2024-02-22 04:00:10.988410", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-02-22 04:00:10.984076" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:37 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.574) 0:00:02.931 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.022624", "end": "2024-02-22 04:00:11.190709", "rc": 0, "start": "2024-02-22 04:00:11.168085" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:45 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.202) 0:00:03.134 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:52 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.010) 0:00:03.144 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:58 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.008) 0:00:03.153 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.008) 0:00:03.162 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:71 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.008) 0:00:03.170 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:25 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.007) 0:00:03.178 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/assert_device_present.yml:3 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.010) 0:00:03.188 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.009) 0:00:03.198 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708574410.5990994, "block_size": 4096, "blocks": 0, "ctime": 1708574410.5990994, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28425, "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": 1708574410.5990994, "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_hotfixhhdmmi_f/tests/tasks/assert_device_present.yml:5 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.180) 0:00:03.379 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:39 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.010) 0:00:03.390 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.076) 0:00:03.466 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.014) 0:00:03.481 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.009) 0:00:03.490 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.008) 0:00:03.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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 22 February 2024 04:00:11 +0000 (0:00:00.007) 0:00:03.507 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 22 February 2024 04:00:13 +0000 (0:00:01.474) 0:00:04.981 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 22 February 2024 04:00:14 +0000 (0:00:01.084) 0:00:06.065 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 22 February 2024 04:00:14 +0000 (0:00:00.027) 0:00:06.093 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 22 February 2024 04:00:14 +0000 (0:00:00.019) 0:00:06.113 ***** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 22 February 2024 04:00:14 +0000 (0:00:00.020) 0:00:06.133 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:39 Thursday 22 February 2024 04:00:16 +0000 (0:00:02.607) 0:00:08.741 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:49 Thursday 22 February 2024 04:00:16 +0000 (0:00:00.019) 0:00:08.760 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:66 Thursday 22 February 2024 04:00:16 +0000 (0:00:00.037) 0:00:08.798 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:79 Thursday 22 February 2024 04:00:16 +0000 (0:00:00.045) 0:00:08.844 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:94 Thursday 22 February 2024 04:00:16 +0000 (0:00:00.020) 0:00:08.865 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:111 Thursday 22 February 2024 04:00:16 +0000 (0:00:00.020) 0:00:08.885 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 22 February 2024 04:00:16 +0000 (0:00:00.023) 0:00:08.909 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 22 February 2024 04:00:17 +0000 (0:00:00.479) 0:00:09.388 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:145 Thursday 22 February 2024 04:00:17 +0000 (0:00:00.028) 0:00:09.417 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:153 Thursday 22 February 2024 04:00:17 +0000 (0:00:00.025) 0:00:09.443 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:162 Thursday 22 February 2024 04:00:17 +0000 (0:00:00.024) 0:00:09.467 ***** 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, d4915175-e72b-4655-9dea-af89fd0282b5 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:174 Thursday 22 February 2024 04:00:18 +0000 (0:00:00.503) 0:00:09.970 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 22 February 2024 04:00:18 +0000 (0:00:00.018) 0:00:09.989 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:184 Thursday 22 February 2024 04:00:18 +0000 (0:00:00.020) 0:00:10.009 ***** 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, d4915175-e72b-4655-9dea-af89fd0282b5\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:189 Thursday 22 February 2024 04:00:18 +0000 (0:00:00.019) 0:00:10.029 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 22 February 2024 04:00:18 +0000 (0:00:00.018) 0:00:10.048 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:43 Thursday 22 February 2024 04:00:18 +0000 (0:00:00.269) 0:00:10.317 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:46 Thursday 22 February 2024 04:00:18 +0000 (0:00:00.021) 0:00:10.339 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 22 February 2024 04:00:18 +0000 (0:00:00.034) 0:00:10.373 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 22 February 2024 04:00:18 +0000 (0:00:00.033) 0:00:10.407 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 22 February 2024 04:00:18 +0000 (0:00:00.024) 0:00:10.431 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 22 February 2024 04:00:18 +0000 (0:00:00.019) 0:00:10.450 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 22 February 2024 04:00:18 +0000 (0:00:00.018) 0:00:10.469 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 22 February 2024 04:00:19 +0000 (0:00:01.436) 0:00:11.905 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 22 February 2024 04:00:20 +0000 (0:00:00.946) 0:00:12.852 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 22 February 2024 04:00:20 +0000 (0:00:00.025) 0:00:12.877 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 22 February 2024 04:00:20 +0000 (0:00:00.020) 0:00:12.898 ***** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 22 February 2024 04:00:20 +0000 (0:00:00.020) 0:00:12.918 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:39 Thursday 22 February 2024 04:00:24 +0000 (0:00:03.131) 0:00:16.049 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:49 Thursday 22 February 2024 04:00:24 +0000 (0:00:00.020) 0:00:16.069 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:66 Thursday 22 February 2024 04:00:24 +0000 (0:00:00.023) 0:00:16.093 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:79 Thursday 22 February 2024 04:00:24 +0000 (0:00:00.045) 0:00:16.138 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:94 Thursday 22 February 2024 04:00:24 +0000 (0:00:00.019) 0:00:16.157 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:111 Thursday 22 February 2024 04:00:24 +0000 (0:00:00.018) 0:00:16.176 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 22 February 2024 04:00:24 +0000 (0:00:00.022) 0:00:16.198 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 22 February 2024 04:00:24 +0000 (0:00:00.348) 0:00:16.546 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:145 Thursday 22 February 2024 04:00:24 +0000 (0:00:00.028) 0:00:16.575 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:153 Thursday 22 February 2024 04:00:24 +0000 (0:00:00.024) 0:00:16.600 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:162 Thursday 22 February 2024 04:00:24 +0000 (0:00:00.024) 0:00:16.624 ***** 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, d4915175-e72b-4655-9dea-af89fd0282b5 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:174 Thursday 22 February 2024 04:00:25 +0000 (0:00:00.374) 0:00:16.999 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 22 February 2024 04:00:25 +0000 (0:00:00.018) 0:00:17.017 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:184 Thursday 22 February 2024 04:00:25 +0000 (0:00:00.020) 0:00:17.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, d4915175-e72b-4655-9dea-af89fd0282b5 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:189 Thursday 22 February 2024 04:00:25 +0000 (0:00:00.020) 0:00:17.058 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 22 February 2024 04:00:25 +0000 (0:00:00.018) 0:00:17.076 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:50 Thursday 22 February 2024 04:00:25 +0000 (0:00:00.179) 0:00:17.256 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:63 Thursday 22 February 2024 04:00:25 +0000 (0:00:00.021) 0:00:17.277 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 22 February 2024 04:00:25 +0000 (0:00:00.030) 0:00:17.308 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 22 February 2024 04:00:25 +0000 (0:00:00.033) 0:00:17.342 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 22 February 2024 04:00:25 +0000 (0:00:00.024) 0:00:17.366 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 22 February 2024 04:00:25 +0000 (0:00:00.018) 0:00:17.385 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 22 February 2024 04:00:25 +0000 (0:00:00.018) 0:00:17.404 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 22 February 2024 04:00:26 +0000 (0:00:01.397) 0:00:18.801 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 22 February 2024 04:00:27 +0000 (0:00:00.918) 0:00:19.719 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 22 February 2024 04:00:27 +0000 (0:00:00.026) 0:00:19.746 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 22 February 2024 04:00:27 +0000 (0:00:00.018) 0:00:19.764 ***** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 22 February 2024 04:00:27 +0000 (0:00:00.019) 0:00:19.783 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:39 Thursday 22 February 2024 04:00:30 +0000 (0:00:02.781) 0:00:22.565 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:49 Thursday 22 February 2024 04:00:30 +0000 (0:00:00.020) 0:00:22.585 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:66 Thursday 22 February 2024 04:00:30 +0000 (0:00:00.022) 0:00:22.608 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:79 Thursday 22 February 2024 04:00:30 +0000 (0:00:00.045) 0:00:22.654 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:94 Thursday 22 February 2024 04:00:30 +0000 (0:00:00.018) 0:00:22.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-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:111 Thursday 22 February 2024 04:00:30 +0000 (0:00:00.019) 0:00:22.692 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 22 February 2024 04:00:30 +0000 (0:00:00.023) 0:00:22.716 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.368) 0:00:23.084 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:145 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.029) 0:00:23.114 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:153 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.024) 0:00:23.138 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:162 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.024) 0:00:23.163 ***** 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, d4915175-e72b-4655-9dea-af89fd0282b5 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 (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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:174 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.377) 0:00:23.541 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.018) 0:00:23.560 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 (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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:184 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.020) 0:00:23.580 ***** 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, d4915175-e72b-4655-9dea-af89fd0282b5\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 (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, d4915175-e72b-4655-9dea-af89fd0282b5", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 (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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:189 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.019) 0:00:23.600 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.019) 0:00:23.619 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:67 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.185) 0:00:23.804 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:70 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.020) 0:00:23.825 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.034) 0:00:23.859 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 22 February 2024 04:00:31 +0000 (0:00:00.033) 0:00:23.893 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 22 February 2024 04:00:32 +0000 (0:00:00.044) 0:00:23.938 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 22 February 2024 04:00:32 +0000 (0:00:00.020) 0:00:23.958 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 22 February 2024 04:00:32 +0000 (0:00:00.020) 0:00:23.978 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 22 February 2024 04:00:33 +0000 (0:00:01.435) 0:00:25.414 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 22 February 2024 04:00:34 +0000 (0:00:00.929) 0:00:26.343 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 22 February 2024 04:00:34 +0000 (0:00:00.045) 0:00:26.389 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 22 February 2024 04:00:34 +0000 (0:00:00.020) 0:00:26.409 ***** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 22 February 2024 04:00:34 +0000 (0:00:00.019) 0:00:26.428 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:39 Thursday 22 February 2024 04:00:37 +0000 (0:00:02.878) 0:00:29.307 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:49 Thursday 22 February 2024 04:00:37 +0000 (0:00:00.020) 0:00:29.328 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:66 Thursday 22 February 2024 04:00:37 +0000 (0:00:00.024) 0:00:29.352 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:79 Thursday 22 February 2024 04:00:37 +0000 (0:00:00.045) 0:00:29.398 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:94 Thursday 22 February 2024 04:00:37 +0000 (0:00:00.041) 0:00:29.439 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:111 Thursday 22 February 2024 04:00:37 +0000 (0:00:00.020) 0:00:29.460 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 22 February 2024 04:00:37 +0000 (0:00:00.024) 0:00:29.485 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 22 February 2024 04:00:37 +0000 (0:00:00.351) 0:00:29.837 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:145 Thursday 22 February 2024 04:00:37 +0000 (0:00:00.035) 0:00:29.872 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:153 Thursday 22 February 2024 04:00:37 +0000 (0:00:00.025) 0:00:29.898 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:162 Thursday 22 February 2024 04:00:37 +0000 (0:00:00.025) 0:00:29.924 ***** 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, d4915175-e72b-4655-9dea-af89fd0282b5 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:174 Thursday 22 February 2024 04:00:38 +0000 (0:00:00.358) 0:00:30.282 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 22 February 2024 04:00:38 +0000 (0:00:00.018) 0:00:30.301 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:184 Thursday 22 February 2024 04:00:38 +0000 (0:00:00.020) 0:00:30.321 ***** 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, d4915175-e72b-4655-9dea-af89fd0282b5 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d4915175-e72b-4655-9dea-af89fd0282b5 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:189 Thursday 22 February 2024 04:00:38 +0000 (0:00:00.019) 0:00:30.341 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 22 February 2024 04:00:38 +0000 (0:00:00.018) 0:00:30.360 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:74 Thursday 22 February 2024 04:00:38 +0000 (0:00:00.179) 0:00:30.539 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:82 Thursday 22 February 2024 04:00:38 +0000 (0:00:00.021) 0:00:30.561 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 22 February 2024 04:00:38 +0000 (0:00:00.062) 0:00:30.624 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 22 February 2024 04:00:38 +0000 (0:00:00.036) 0:00:30.660 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 22 February 2024 04:00:38 +0000 (0:00:00.027) 0:00:30.687 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 22 February 2024 04:00:38 +0000 (0:00:00.020) 0:00:30.708 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 22 February 2024 04:00:38 +0000 (0:00:00.020) 0:00:30.728 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 22 February 2024 04:00:40 +0000 (0:00:01.394) 0:00:32.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 : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 22 February 2024 04:00:41 +0000 (0:00:00.942) 0:00:33.065 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 22 February 2024 04:00:41 +0000 (0:00:00.025) 0:00:33.091 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 22 February 2024 04:00:41 +0000 (0:00:00.019) 0:00:33.110 ***** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 22 February 2024 04:00:41 +0000 (0:00:00.018) 0:00:33.129 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:39 Thursday 22 February 2024 04:00:43 +0000 (0:00:02.693) 0:00:35.822 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:49 Thursday 22 February 2024 04:00:43 +0000 (0:00:00.020) 0:00:35.843 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:66 Thursday 22 February 2024 04:00:43 +0000 (0:00:00.024) 0:00:35.867 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:79 Thursday 22 February 2024 04:00:43 +0000 (0:00:00.047) 0:00:35.914 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:94 Thursday 22 February 2024 04:00:44 +0000 (0:00:00.019) 0:00:35.934 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:111 Thursday 22 February 2024 04:00:44 +0000 (0:00:00.018) 0:00:35.953 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 22 February 2024 04:00:44 +0000 (0:00:00.022) 0:00:35.976 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 22 February 2024 04:00:44 +0000 (0:00:00.348) 0:00:36.324 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:145 Thursday 22 February 2024 04:00:44 +0000 (0:00:00.029) 0:00:36.354 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:153 Thursday 22 February 2024 04:00:44 +0000 (0:00:00.026) 0:00:36.380 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:162 Thursday 22 February 2024 04:00:44 +0000 (0:00:00.026) 0:00:36.406 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:174 Thursday 22 February 2024 04:00:44 +0000 (0:00:00.422) 0:00:36.829 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 22 February 2024 04:00:44 +0000 (0:00:00.020) 0:00:36.849 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:184 Thursday 22 February 2024 04:00:44 +0000 (0:00:00.021) 0:00:36.871 ***** 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_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:189 Thursday 22 February 2024 04:00:44 +0000 (0:00:00.023) 0:00:36.895 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 22 February 2024 04:00:45 +0000 (0:00:00.050) 0:00:36.945 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:91 Thursday 22 February 2024 04:00:45 +0000 (0:00:00.184) 0:00:37.130 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 04:00:45 +0000 (0:00:00.035) 0:00:37.165 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 04:00:45 +0000 (0:00:00.020) 0:00:37.186 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 04:00:45 +0000 (0:00:00.019) 0:00:37.206 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:00:45 +0000 (0:00:00.031) 0:00:37.237 ***** included: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:00:45 +0000 (0:00:00.029) 0:00:37.267 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003260", "end": "2024-02-22 04:00:45.503545", "rc": 0, "start": "2024-02-22 04:00:45.500285" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:00:45 +0000 (0:00:00.188) 0:00:37.456 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:00:45 +0000 (0:00:00.021) 0:00:37.477 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 04:00:45 +0000 (0:00:00.019) 0:00:37.497 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:28 Thursday 22 February 2024 04:00:46 +0000 (0:00:00.930) 0:00:38.428 ***** 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_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:37 Thursday 22 February 2024 04:00:46 +0000 (0:00:00.028) 0:00:38.456 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:45 Thursday 22 February 2024 04:00:46 +0000 (0:00:00.020) 0:00:38.476 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.015250", "end": "2024-02-22 04:00:46.728677", "rc": 0, "start": "2024-02-22 04:00:46.713427" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:52 Thursday 22 February 2024 04:00:46 +0000 (0:00:00.208) 0:00:38.685 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:58 Thursday 22 February 2024 04:00:46 +0000 (0:00:00.021) 0:00:38.706 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 04:00:46 +0000 (0:00:00.021) 0:00:38.727 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:71 Thursday 22 February 2024 04:00:46 +0000 (0:00:00.021) 0:00:38.749 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=78 changed=3 unreachable=0 failed=0 skipped=95 rescued=0 ignored=0 Thursday 22 February 2024 04:00:46 +0000 (0:00:00.008) 0:00:38.757 ***** =============================================================================== linux-system-roles.network : Check if updates for network packages are available through the DNF package manager -- 11.40s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:28 linux-system-roles.network : Check if updates for network packages are available through the DNF package manager --- 2.69s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:28 linux-system-roles.network : Configure networking connection profiles --- 1.61s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:162 linux-system-roles.network : Enable and start NetworkManager ------------ 1.55s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.39s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.08s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 1.06s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.94s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.93s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.81s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:195 Gathering Facts --------------------------------------------------------- 0.67s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.57s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.42s /WORKDIR/git-nm_plugin_hotfixhhdmmi_f/tests/roles/linux-system-roles.network/tasks/main.yml:162 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---