# 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_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:4 Thursday 14 March 2024 21:31:39 +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_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:13 Thursday 14 March 2024 21:31:40 +0000 (0:00:00.709) 0:00:00.722 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:18 Thursday 14 March 2024 21:31:40 +0000 (0:00:00.247) 0:00:00.970 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:21 Thursday 14 March 2024 21:31:40 +0000 (0:00:00.021) 0:00:00.991 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:31:40 +0000 (0:00:00.013) 0:00:01.004 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:31:40 +0000 (0:00:00.025) 0:00:01.030 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:31:40 +0000 (0:00:00.024) 0:00:01.054 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:31:40 +0000 (0:00:00.029) 0:00:01.083 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:31:40 +0000 (0:00:00.032) 0:00:01.115 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003244", "end": "2024-03-14 21:31:40.989239", "rc": 0, "start": "2024-03-14 21:31:40.985995" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:31:41 +0000 (0:00:00.258) 0:00:01.374 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:31:41 +0000 (0:00:00.024) 0:00:01.399 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:31:41 +0000 (0:00:00.021) 0:00:01.420 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:28 Thursday 14 March 2024 21:31:42 +0000 (0:00:01.003) 0:00:02.424 ******** 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.009782", "end": "2024-03-14 21:31:42.246405", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-03-14 21:31:42.236623" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003373", "end": "2024-03-14 21:31:42.452200", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-03-14 21:31:42.448827" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003312", "end": "2024-03-14 21:31:42.626436", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-03-14 21:31:42.623124" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:37 Thursday 14 March 2024 21:31:42 +0000 (0:00:00.585) 0:00:03.009 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.021960", "end": "2024-03-14 21:31:42.825781", "rc": 0, "start": "2024-03-14 21:31:42.803821" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:45 Thursday 14 March 2024 21:31:42 +0000 (0:00:00.198) 0:00:03.208 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:52 Thursday 14 March 2024 21:31:42 +0000 (0:00:00.010) 0:00:03.219 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:58 Thursday 14 March 2024 21:31:42 +0000 (0:00:00.009) 0:00:03.228 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:31:42 +0000 (0:00:00.010) 0:00:03.238 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:71 Thursday 14 March 2024 21:31:42 +0000 (0:00:00.009) 0:00:03.248 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:25 Thursday 14 March 2024 21:31:42 +0000 (0:00:00.014) 0:00:03.262 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/assert_device_present.yml:3 Thursday 14 March 2024 21:31:42 +0000 (0:00:00.012) 0:00:03.275 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:31:42 +0000 (0:00:00.023) 0:00:03.299 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710451902.2401679, "block_size": 4096, "blocks": 0, "ctime": 1710451902.2401679, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27881, "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": 1710451902.2401679, "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_hotfixi0gr4wfe/tests/tasks/assert_device_present.yml:5 Thursday 14 March 2024 21:31:43 +0000 (0:00:00.184) 0:00:03.483 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:39 Thursday 14 March 2024 21:31:43 +0000 (0:00:00.011) 0:00:03.494 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 21:31:43 +0000 (0:00:00.078) 0:00:03.572 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 21:31:43 +0000 (0:00:00.014) 0:00:03.587 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 21:31:43 +0000 (0:00:00.009) 0:00:03.596 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 21:31:43 +0000 (0:00:00.009) 0:00:03.606 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 21:31:43 +0000 (0:00:00.007) 0:00:03.614 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 21:31:44 +0000 (0:00:01.468) 0:00:05.082 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 21:31:45 +0000 (0:00:01.136) 0:00:06.218 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 21:31:45 +0000 (0:00:00.059) 0:00:06.277 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 21:31:45 +0000 (0:00:00.025) 0:00:06.302 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 14 March 2024 21:31:45 +0000 (0:00:00.031) 0:00:06.333 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 21:31:46 +0000 (0:00:00.036) 0:00:06.370 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:57 Thursday 14 March 2024 21:31:46 +0000 (0:00:00.026) 0:00:06.396 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:77 Thursday 14 March 2024 21:31:46 +0000 (0:00:00.023) 0:00:06.420 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:90 Thursday 14 March 2024 21:31:46 +0000 (0:00:00.054) 0:00:06.474 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 March 2024 21:31:46 +0000 (0:00:00.022) 0:00:06.496 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 March 2024 21:31:46 +0000 (0:00:00.021) 0:00:06.518 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 14 March 2024 21:31:46 +0000 (0:00:00.027) 0:00:06.545 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 21:31:46 +0000 (0:00:00.496) 0:00:07.041 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:156 Thursday 14 March 2024 21:31:46 +0000 (0:00:00.029) 0:00:07.071 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:164 Thursday 14 March 2024 21:31:46 +0000 (0:00:00.025) 0:00:07.096 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:173 Thursday 14 March 2024 21:31:46 +0000 (0:00:00.024) 0:00:07.120 ******** 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, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:185 Thursday 14 March 2024 21:31:47 +0000 (0:00:00.589) 0:00:07.709 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:191 Thursday 14 March 2024 21:31:47 +0000 (0:00:00.021) 0:00:07.730 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 14 March 2024 21:31:47 +0000 (0:00:00.021) 0:00:07.752 ******** 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, 81195b6b-fb7c-4dfc-8591-1fd76b19a838\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:200 Thursday 14 March 2024 21:31:47 +0000 (0:00:00.023) 0:00:07.775 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:206 Thursday 14 March 2024 21:31:47 +0000 (0:00:00.018) 0:00:07.794 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:43 Thursday 14 March 2024 21:31:47 +0000 (0:00:00.232) 0:00:08.027 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:46 Thursday 14 March 2024 21:31:47 +0000 (0:00:00.023) 0:00:08.050 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 21:31:47 +0000 (0:00:00.037) 0:00:08.087 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 21:31:47 +0000 (0:00:00.036) 0:00:08.123 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 21:31:47 +0000 (0:00:00.039) 0:00:08.163 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 21:31:47 +0000 (0:00:00.022) 0:00:08.185 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 21:31:47 +0000 (0:00:00.021) 0:00:08.207 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 21:31:49 +0000 (0:00:01.418) 0:00:09.625 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.927) 0:00:10.553 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.026) 0:00:10.579 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.019) 0:00:10.599 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.019) 0:00:10.618 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.024) 0:00:10.643 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:57 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.019) 0:00:10.662 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:77 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.022) 0:00:10.684 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:90 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.045) 0:00:10.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.044) 0:00:10.774 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.020) 0:00:10.795 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.027) 0:00:10.823 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.390) 0:00:11.214 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:156 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.031) 0:00:11.245 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:164 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.025) 0:00:11.270 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:173 Thursday 14 March 2024 21:31:50 +0000 (0:00:00.026) 0:00:11.297 ******** 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, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:185 Thursday 14 March 2024 21:31:51 +0000 (0:00:00.376) 0:00:11.674 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:191 Thursday 14 March 2024 21:31:51 +0000 (0:00:00.024) 0:00:11.698 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 14 March 2024 21:31:51 +0000 (0:00:00.023) 0:00:11.722 ******** 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, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:200 Thursday 14 March 2024 21:31:51 +0000 (0:00:00.028) 0:00:11.750 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:206 Thursday 14 March 2024 21:31:51 +0000 (0:00:00.049) 0:00:11.799 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:50 Thursday 14 March 2024 21:31:51 +0000 (0:00:00.224) 0:00:12.023 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:63 Thursday 14 March 2024 21:31:51 +0000 (0:00:00.044) 0:00:12.067 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 21:31:51 +0000 (0:00:00.076) 0:00:12.144 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 21:31:51 +0000 (0:00:00.173) 0:00:12.317 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 21:31:52 +0000 (0:00:00.049) 0:00:12.367 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 21:31:52 +0000 (0:00:00.024) 0:00:12.391 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 21:31:52 +0000 (0:00:00.020) 0:00:12.412 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 21:31:53 +0000 (0:00:01.381) 0:00:13.794 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 21:31:54 +0000 (0:00:00.937) 0:00:14.732 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 21:31:54 +0000 (0:00:00.034) 0:00:14.766 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 21:31:54 +0000 (0:00:00.021) 0:00:14.788 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 14 March 2024 21:31:54 +0000 (0:00:00.020) 0:00:14.809 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 21:31:54 +0000 (0:00:00.024) 0:00:14.833 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:57 Thursday 14 March 2024 21:31:54 +0000 (0:00:00.018) 0:00:14.852 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:77 Thursday 14 March 2024 21:31:54 +0000 (0:00:00.022) 0:00:14.875 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:90 Thursday 14 March 2024 21:31:54 +0000 (0:00:00.047) 0:00:14.922 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 March 2024 21:31:54 +0000 (0:00:00.020) 0:00:14.943 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 March 2024 21:31:54 +0000 (0:00:00.025) 0:00:14.969 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 14 March 2024 21:31:54 +0000 (0:00:00.026) 0:00:14.995 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 21:31:54 +0000 (0:00:00.349) 0:00:15.344 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:156 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.038) 0:00:15.383 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:164 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.029) 0:00:15.412 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:173 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.030) 0:00:15.443 ******** 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, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 (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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:185 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.463) 0:00:15.907 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:191 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.058) 0:00:15.965 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 (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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.021) 0:00:15.987 ******** 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, 81195b6b-fb7c-4dfc-8591-1fd76b19a838\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 (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, 81195b6b-fb7c-4dfc-8591-1fd76b19a838", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 (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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:200 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.020) 0:00:16.008 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:206 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.019) 0:00:16.028 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:67 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.178) 0:00:16.206 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:70 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.020) 0:00:16.227 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.034) 0:00:16.262 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.033) 0:00:16.295 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.023) 0:00:16.319 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.020) 0:00:16.340 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 21:31:55 +0000 (0:00:00.019) 0:00:16.359 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 21:31:57 +0000 (0:00:01.478) 0:00:17.838 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 21:31:58 +0000 (0:00:00.955) 0:00:18.793 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 21:31:58 +0000 (0:00:00.041) 0:00:18.834 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 21:31:58 +0000 (0:00:00.022) 0:00:18.857 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 14 March 2024 21:31:58 +0000 (0:00:00.021) 0:00:18.878 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 21:31:58 +0000 (0:00:00.025) 0:00:18.904 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:57 Thursday 14 March 2024 21:31:58 +0000 (0:00:00.028) 0:00:18.932 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:77 Thursday 14 March 2024 21:31:58 +0000 (0:00:00.025) 0:00:18.958 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:90 Thursday 14 March 2024 21:31:58 +0000 (0:00:00.057) 0:00:19.015 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 March 2024 21:31:58 +0000 (0:00:00.032) 0:00:19.048 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 March 2024 21:31:58 +0000 (0:00:00.024) 0:00:19.073 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 14 March 2024 21:31:58 +0000 (0:00:00.032) 0:00:19.105 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.382) 0:00:19.487 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:156 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.032) 0:00:19.519 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:164 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.032) 0:00:19.552 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:173 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.033) 0:00:19.585 ******** 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, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:185 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.369) 0:00:19.955 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:191 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.020) 0:00:19.976 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.020) 0:00:19.996 ******** 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, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 81195b6b-fb7c-4dfc-8591-1fd76b19a838 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:200 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.019) 0:00:20.016 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:206 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.018) 0:00:20.035 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:74 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.180) 0:00:20.215 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:82 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.023) 0:00:20.239 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.038) 0:00:20.277 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 21:31:59 +0000 (0:00:00.035) 0:00:20.313 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 21:32:00 +0000 (0:00:00.059) 0:00:20.372 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 21:32:00 +0000 (0:00:00.020) 0:00:20.393 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 21:32:00 +0000 (0:00:00.020) 0:00:20.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 : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 21:32:01 +0000 (0:00:01.439) 0:00:21.853 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 21:32:02 +0000 (0:00:00.935) 0:00:22.789 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 21:32:02 +0000 (0:00:00.027) 0:00:22.816 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 21:32:02 +0000 (0:00:00.042) 0:00:22.858 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 14 March 2024 21:32:02 +0000 (0:00:00.029) 0:00:22.887 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 21:32:02 +0000 (0:00:00.031) 0:00:22.918 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:57 Thursday 14 March 2024 21:32:02 +0000 (0:00:00.021) 0:00:22.940 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:77 Thursday 14 March 2024 21:32:02 +0000 (0:00:00.029) 0:00:22.970 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:90 Thursday 14 March 2024 21:32:02 +0000 (0:00:00.077) 0:00:23.047 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 March 2024 21:32:02 +0000 (0:00:00.031) 0:00:23.078 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 March 2024 21:32:02 +0000 (0:00:00.025) 0:00:23.104 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 14 March 2024 21:32:02 +0000 (0:00:00.027) 0:00:23.131 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 21:32:03 +0000 (0:00:00.375) 0:00:23.507 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:156 Thursday 14 March 2024 21:32:03 +0000 (0:00:00.031) 0:00:23.538 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:164 Thursday 14 March 2024 21:32:03 +0000 (0:00:00.027) 0:00:23.565 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:173 Thursday 14 March 2024 21:32:03 +0000 (0:00:00.026) 0:00:23.592 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:185 Thursday 14 March 2024 21:32:03 +0000 (0:00:00.408) 0:00:24.000 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:191 Thursday 14 March 2024 21:32:03 +0000 (0:00:00.022) 0:00:24.022 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 14 March 2024 21:32:03 +0000 (0:00:00.021) 0:00:24.044 ******** 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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:200 Thursday 14 March 2024 21:32:03 +0000 (0:00:00.051) 0:00:24.096 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:206 Thursday 14 March 2024 21:32:03 +0000 (0:00:00.021) 0:00:24.117 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:91 Thursday 14 March 2024 21:32:03 +0000 (0:00:00.217) 0:00:24.335 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:32:04 +0000 (0:00:00.037) 0:00:24.373 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:32:04 +0000 (0:00:00.023) 0:00:24.397 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:32:04 +0000 (0:00:00.020) 0:00:24.417 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:04 +0000 (0:00:00.033) 0:00:24.450 ******** included: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:04 +0000 (0:00:00.032) 0:00:24.483 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002995", "end": "2024-03-14 21:32:04.285031", "rc": 0, "start": "2024-03-14 21:32:04.282036" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:04 +0000 (0:00:00.195) 0:00:24.679 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:04 +0000 (0:00:00.026) 0:00:24.705 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:32:04 +0000 (0:00:00.047) 0:00:24.752 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:28 Thursday 14 March 2024 21:32:05 +0000 (0:00:00.924) 0:00:25.677 ******** 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_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:37 Thursday 14 March 2024 21:32:05 +0000 (0:00:00.064) 0:00:25.741 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:45 Thursday 14 March 2024 21:32:05 +0000 (0:00:00.024) 0:00:25.765 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.016108", "end": "2024-03-14 21:32:05.577212", "rc": 0, "start": "2024-03-14 21:32:05.561104" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:52 Thursday 14 March 2024 21:32:05 +0000 (0:00:00.207) 0:00:25.972 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:58 Thursday 14 March 2024 21:32:05 +0000 (0:00:00.022) 0:00:25.994 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:32:05 +0000 (0:00:00.022) 0:00:26.017 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:71 Thursday 14 March 2024 21:32:05 +0000 (0:00:00.021) 0:00:26.038 ******** 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 Thursday 14 March 2024 21:32:05 +0000 (0:00:00.008) 0:00:26.046 ******** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.80s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 1.62s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.42s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.38s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.14s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 1.00s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 0.96s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/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_hotfixi0gr4wfe/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_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.92s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Re-test connectivity ----------------------- 0.82s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:206 Gathering Facts --------------------------------------------------------- 0.71s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.59s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.41s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 0.38s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/roles/linux-system-roles.network/tasks/main.yml:136 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixi0gr4wfe/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---