# 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_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:4 Friday 15 March 2024 15:32:44 +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_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:13 Friday 15 March 2024 15:32:55 +0000 (0:00:10.652) 0:00:10.665 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:18 Friday 15 March 2024 15:32:55 +0000 (0:00:00.191) 0:00:10.856 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:21 Friday 15 March 2024 15:32:55 +0000 (0:00:00.019) 0:00:10.876 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:32:55 +0000 (0:00:00.012) 0:00:10.889 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:32:55 +0000 (0:00:00.018) 0:00:10.907 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:32:55 +0000 (0:00:00.017) 0:00:10.925 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:32:55 +0000 (0:00:00.010) 0:00:10.936 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:32:55 +0000 (0:00:00.010) 0:00:10.946 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003494", "end": "2024-03-15 15:32:55.931728", "rc": 0, "start": "2024-03-15 15:32:55.928234" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:32:55 +0000 (0:00:00.184) 0:00:11.131 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:32:55 +0000 (0:00:00.020) 0:00:11.151 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:32:55 +0000 (0:00:00.019) 0:00:11.171 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:28 Friday 15 March 2024 15:32:56 +0000 (0:00:00.484) 0:00:11.655 ********** 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.013120", "end": "2024-03-15 15:32:56.589979", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-03-15 15:32:56.576859" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003342", "end": "2024-03-15 15:32:56.711423", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-03-15 15:32:56.708081" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004477", "end": "2024-03-15 15:32:56.826961", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-03-15 15:32:56.822484" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:37 Friday 15 March 2024 15:32:56 +0000 (0:00:00.372) 0:00:12.027 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.039821", "end": "2024-03-15 15:32:56.986302", "rc": 0, "start": "2024-03-15 15:32:56.946481" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:45 Friday 15 March 2024 15:32:57 +0000 (0:00:00.164) 0:00:12.192 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:52 Friday 15 March 2024 15:32:57 +0000 (0:00:00.010) 0:00:12.203 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:58 Friday 15 March 2024 15:32:57 +0000 (0:00:00.010) 0:00:12.213 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:32:57 +0000 (0:00:00.010) 0:00:12.224 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:71 Friday 15 March 2024 15:32:57 +0000 (0:00:00.010) 0:00:12.234 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:25 Friday 15 March 2024 15:32:57 +0000 (0:00:00.009) 0:00:12.244 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/assert_device_present.yml:3 Friday 15 March 2024 15:32:57 +0000 (0:00:00.012) 0:00:12.256 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:32:57 +0000 (0:00:00.010) 0:00:12.267 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710516776.5885577, "block_size": 4096, "blocks": 0, "ctime": 1710516776.5875576, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17706, "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": 1710516776.5875576, "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_hotfixo5ds4f88/tests/tasks/assert_device_present.yml:5 Friday 15 March 2024 15:32:57 +0000 (0:00:00.124) 0:00:12.391 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:39 Friday 15 March 2024 15:32:57 +0000 (0:00:00.012) 0:00:12.404 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:32:57 +0000 (0:00:00.078) 0:00:12.482 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:32:57 +0000 (0:00:00.018) 0:00:12.500 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:32:57 +0000 (0:00:00.011) 0:00:12.512 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:32:57 +0000 (0:00:00.008) 0:00:12.520 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:32:57 +0000 (0:00:00.009) 0:00:12.530 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:32:58 +0000 (0:00:00.761) 0:00:13.291 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:32:59 +0000 (0:00:01.070) 0:00:14.362 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:32:59 +0000 (0:00:00.025) 0:00:14.388 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:32:59 +0000 (0:00:00.019) 0:00:14.407 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:32:59 +0000 (0:00:00.018) 0:00:14.426 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:32:59 +0000 (0:00:00.019) 0:00:14.445 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:32:59 +0000 (0:00:00.024) 0:00:14.469 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:32:59 +0000 (0:00:00.023) 0:00:14.492 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:32:59 +0000 (0:00:00.046) 0:00:14.539 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:32:59 +0000 (0:00:00.020) 0:00:14.559 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:32:59 +0000 (0:00:00.019) 0:00:14.578 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:32:59 +0000 (0:00:00.023) 0:00:14.601 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:32:59 +0000 (0:00:00.361) 0:00:14.963 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:32:59 +0000 (0:00:00.028) 0:00:14.992 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:32:59 +0000 (0:00:00.026) 0:00:15.018 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:32:59 +0000 (0:00:00.025) 0:00:15.044 ********** 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, e19b8985-484a-4914-97a0-41ce5bcece2f [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:33:00 +0000 (0:00:00.489) 0:00:15.533 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:33:00 +0000 (0:00:00.021) 0:00:15.555 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:33:00 +0000 (0:00:00.021) 0:00:15.577 ********** 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, e19b8985-484a-4914-97a0-41ce5bcece2f\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:33:00 +0000 (0:00:00.022) 0:00:15.600 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:33:00 +0000 (0:00:00.022) 0:00:15.622 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:43 Friday 15 March 2024 15:33:00 +0000 (0:00:00.179) 0:00:15.801 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:46 Friday 15 March 2024 15:33:00 +0000 (0:00:00.021) 0:00:15.822 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:33:00 +0000 (0:00:00.033) 0:00:15.856 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:33:00 +0000 (0:00:00.033) 0:00:15.890 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:33:00 +0000 (0:00:00.025) 0:00:15.916 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:33:00 +0000 (0:00:00.020) 0:00:15.936 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:33:00 +0000 (0:00:00.019) 0:00:15.956 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:33:01 +0000 (0:00:00.704) 0:00:16.660 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:33:02 +0000 (0:00:00.917) 0:00:17.578 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:33:02 +0000 (0:00:00.027) 0:00:17.606 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:33:02 +0000 (0:00:00.021) 0:00:17.628 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:33:02 +0000 (0:00:00.020) 0:00:17.649 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:33:02 +0000 (0:00:00.021) 0:00:17.670 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:33:02 +0000 (0:00:00.026) 0:00:17.697 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:33:02 +0000 (0:00:00.026) 0:00:17.723 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:33:02 +0000 (0:00:00.048) 0:00:17.771 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:33:02 +0000 (0:00:00.021) 0:00:17.793 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:33:02 +0000 (0:00:00.020) 0:00:17.813 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:33:02 +0000 (0:00:00.069) 0:00:17.883 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:33:02 +0000 (0:00:00.233) 0:00:18.116 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:33:02 +0000 (0:00:00.032) 0:00:18.149 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:33:02 +0000 (0:00:00.027) 0:00:18.177 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:33:03 +0000 (0:00:00.027) 0:00:18.204 ********** 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, e19b8985-484a-4914-97a0-41ce5bcece2f already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:33:03 +0000 (0:00:00.318) 0:00:18.522 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:33:03 +0000 (0:00:00.019) 0:00:18.542 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:33:03 +0000 (0:00:00.021) 0:00:18.564 ********** 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, e19b8985-484a-4914-97a0-41ce5bcece2f already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:33:03 +0000 (0:00:00.020) 0:00:18.585 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:33:03 +0000 (0:00:00.020) 0:00:18.605 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:50 Friday 15 March 2024 15:33:03 +0000 (0:00:00.127) 0:00:18.733 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:63 Friday 15 March 2024 15:33:03 +0000 (0:00:00.022) 0:00:18.755 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:33:03 +0000 (0:00:00.033) 0:00:18.789 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:33:03 +0000 (0:00:00.059) 0:00:18.848 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:33:03 +0000 (0:00:00.031) 0:00:18.880 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:33:03 +0000 (0:00:00.021) 0:00:18.901 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:33:03 +0000 (0:00:00.020) 0:00:18.921 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:33:04 +0000 (0:00:00.687) 0:00:19.608 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:33:05 +0000 (0:00:00.917) 0:00:20.526 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:33:05 +0000 (0:00:00.027) 0:00:20.554 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:33:05 +0000 (0:00:00.021) 0:00:20.575 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:33:05 +0000 (0:00:00.021) 0:00:20.597 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:33:05 +0000 (0:00:00.042) 0:00:20.639 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:33:05 +0000 (0:00:00.026) 0:00:20.665 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:33:05 +0000 (0:00:00.025) 0:00:20.690 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:33:05 +0000 (0:00:00.048) 0:00:20.739 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:33:05 +0000 (0:00:00.020) 0:00:20.759 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:33:05 +0000 (0:00:00.021) 0:00:20.780 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:33:05 +0000 (0:00:00.024) 0:00:20.805 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:33:05 +0000 (0:00:00.233) 0:00:21.038 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:33:05 +0000 (0:00:00.030) 0:00:21.068 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:33:05 +0000 (0:00:00.026) 0:00:21.094 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:33:05 +0000 (0:00:00.025) 0:00:21.119 ********** 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, e19b8985-484a-4914-97a0-41ce5bcece2f [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f (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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:33:06 +0000 (0:00:00.323) 0:00:21.442 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:33:06 +0000 (0:00:00.020) 0:00:21.463 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f (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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:33:06 +0000 (0:00:00.022) 0:00:21.486 ********** 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, e19b8985-484a-4914-97a0-41ce5bcece2f\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f (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, e19b8985-484a-4914-97a0-41ce5bcece2f", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f (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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:33:06 +0000 (0:00:00.023) 0:00:21.509 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:33:06 +0000 (0:00:00.021) 0:00:21.530 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:67 Friday 15 March 2024 15:33:06 +0000 (0:00:00.156) 0:00:21.687 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:70 Friday 15 March 2024 15:33:06 +0000 (0:00:00.022) 0:00:21.710 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:33:06 +0000 (0:00:00.036) 0:00:21.746 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:33:06 +0000 (0:00:00.036) 0:00:21.783 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:33:06 +0000 (0:00:00.029) 0:00:21.812 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:33:06 +0000 (0:00:00.024) 0:00:21.836 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:33:06 +0000 (0:00:00.023) 0:00:21.860 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:33:07 +0000 (0:00:00.671) 0:00:22.531 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:33:08 +0000 (0:00:00.931) 0:00:23.463 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:33:08 +0000 (0:00:00.027) 0:00:23.490 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:33:08 +0000 (0:00:00.020) 0:00:23.511 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:33:08 +0000 (0:00:00.020) 0:00:23.531 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:33:08 +0000 (0:00:00.025) 0:00:23.557 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:33:08 +0000 (0:00:00.024) 0:00:23.582 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:33:08 +0000 (0:00:00.026) 0:00:23.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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:33:08 +0000 (0:00:00.047) 0:00:23.656 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:33:08 +0000 (0:00:00.020) 0:00:23.676 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:33:08 +0000 (0:00:00.020) 0:00:23.696 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:33:08 +0000 (0:00:00.023) 0:00:23.719 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:33:08 +0000 (0:00:00.226) 0:00:23.946 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:33:08 +0000 (0:00:00.029) 0:00:23.976 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:33:08 +0000 (0:00:00.026) 0:00:24.002 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:33:08 +0000 (0:00:00.025) 0:00:24.027 ********** 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, e19b8985-484a-4914-97a0-41ce5bcece2f already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:33:09 +0000 (0:00:00.364) 0:00:24.392 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:33:09 +0000 (0:00:00.020) 0:00:24.412 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:33:09 +0000 (0:00:00.022) 0:00:24.435 ********** 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, e19b8985-484a-4914-97a0-41ce5bcece2f already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e19b8985-484a-4914-97a0-41ce5bcece2f skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:33:09 +0000 (0:00:00.021) 0:00:24.456 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:33:09 +0000 (0:00:00.020) 0:00:24.477 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:74 Friday 15 March 2024 15:33:09 +0000 (0:00:00.122) 0:00:24.600 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:82 Friday 15 March 2024 15:33:09 +0000 (0:00:00.021) 0:00:24.621 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:33:09 +0000 (0:00:00.037) 0:00:24.658 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:33:09 +0000 (0:00:00.034) 0:00:24.693 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:33:09 +0000 (0:00:00.025) 0:00:24.718 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:33:09 +0000 (0:00:00.019) 0:00:24.738 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:33:09 +0000 (0:00:00.020) 0:00:24.758 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:33:10 +0000 (0:00:00.690) 0:00:25.449 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:33:11 +0000 (0:00:00.903) 0:00:26.353 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:33:11 +0000 (0:00:00.026) 0:00:26.379 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:33:11 +0000 (0:00:00.019) 0:00:26.399 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:33:11 +0000 (0:00:00.020) 0:00:26.420 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:33:11 +0000 (0:00:00.019) 0:00:26.439 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:33:11 +0000 (0:00:00.025) 0:00:26.465 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:33:11 +0000 (0:00:00.023) 0:00:26.489 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:33:11 +0000 (0:00:00.046) 0:00:26.535 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:33:11 +0000 (0:00:00.020) 0:00:26.556 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:33:11 +0000 (0:00:00.019) 0:00:26.575 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:33:11 +0000 (0:00:00.024) 0:00:26.600 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:33:11 +0000 (0:00:00.249) 0:00:26.850 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:33:11 +0000 (0:00:00.029) 0:00:26.879 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:33:11 +0000 (0:00:00.025) 0:00:26.905 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:33:11 +0000 (0:00:00.027) 0:00:26.932 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:33:12 +0000 (0:00:00.414) 0:00:27.347 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:33:12 +0000 (0:00:00.020) 0:00:27.367 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:33:12 +0000 (0:00:00.021) 0:00:27.388 ********** 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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:33:12 +0000 (0:00:00.020) 0:00:27.409 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:33:12 +0000 (0:00:00.019) 0:00:27.428 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:91 Friday 15 March 2024 15:33:12 +0000 (0:00:00.124) 0:00:27.553 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:33:12 +0000 (0:00:00.034) 0:00:27.587 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:33:12 +0000 (0:00:00.020) 0:00:27.607 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:33:12 +0000 (0:00:00.019) 0:00:27.627 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:33:12 +0000 (0:00:00.030) 0:00:27.658 ********** included: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:33:12 +0000 (0:00:00.053) 0:00:27.711 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003148", "end": "2024-03-15 15:33:12.631951", "rc": 0, "start": "2024-03-15 15:33:12.628803" } STDOUT: bond0 bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:33:12 +0000 (0:00:00.130) 0:00:27.841 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:33:12 +0000 (0:00:00.021) 0:00:27.863 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:33:12 +0000 (0:00:00.020) 0:00:27.883 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:28 Friday 15 March 2024 15:33:13 +0000 (0:00:00.333) 0:00:28.217 ********** 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_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:37 Friday 15 March 2024 15:33:13 +0000 (0:00:00.027) 0:00:28.245 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:45 Friday 15 March 2024 15:33:13 +0000 (0:00:00.020) 0:00:28.266 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.013672", "end": "2024-03-15 15:33:13.198528", "rc": 0, "start": "2024-03-15 15:33:13.184856" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:52 Friday 15 March 2024 15:33:13 +0000 (0:00:00.145) 0:00:28.411 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:58 Friday 15 March 2024 15:33:13 +0000 (0:00:00.021) 0:00:28.433 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:33:13 +0000 (0:00:00.020) 0:00:28.454 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:71 Friday 15 March 2024 15:33:13 +0000 (0:00:00.021) 0:00:28.475 ********** 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 Friday 15 March 2024 15:33:13 +0000 (0:00:00.008) 0:00:28.483 ********** =============================================================================== Gathering Facts -------------------------------------------------------- 10.65s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Configure networking connection profiles --- 1.50s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Check which packages are installed --------- 1.07s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Enable and start NetworkManager ------------ 1.05s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/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_hotfixo5ds4f88/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_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.90s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 0.76s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.70s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.69s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.69s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.67s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Re-test connectivity ----------------------- 0.59s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:206 Install iproute --------------------------------------------------------- 0.48s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Configure networking connection profiles --- 0.41s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:173 Create veth interface testnic1 ------------------------------------------ 0.37s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:28 Install iproute --------------------------------------------------------- 0.33s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Enable and start NetworkManager ------------ 0.25s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/roles/linux-system-roles.network/tasks/main.yml:136 Check if system is ostree ----------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixo5ds4f88/tests/tests_change_indication_on_repeat_run.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---