# 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-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:4 Wednesday 24 July 2024 18:59:13 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:13 Wednesday 24 July 2024 18:59:14 +0000 (0:00:00.729) 0:00:00.742 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:18 Wednesday 24 July 2024 18:59:14 +0000 (0:00:00.272) 0:00:01.014 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:21 Wednesday 24 July 2024 18:59:14 +0000 (0:00:00.037) 0:00:01.051 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 18:59:14 +0000 (0:00:00.022) 0:00:01.074 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 18:59:14 +0000 (0:00:00.016) 0:00:01.091 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 18:59:14 +0000 (0:00:00.028) 0:00:01.119 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 18:59:14 +0000 (0:00:00.028) 0:00:01.148 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 18:59:14 +0000 (0:00:00.034) 0:00:01.182 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002952", "end": "2024-07-24 18:59:15.280030", "rc": 0, "start": "2024-07-24 18:59:15.277078" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 18:59:15 +0000 (0:00:00.333) 0:00:01.516 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 18:59:15 +0000 (0:00:00.036) 0:00:01.553 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 18:59:15 +0000 (0:00:00.096) 0:00:01.649 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 18:59:18 +0000 (0:00:02.740) 0:00:04.390 ******** 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.016465", "end": "2024-07-24 18:59:18.384310", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-07-24 18:59:18.367845" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003653", "end": "2024-07-24 18:59:18.595147", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-07-24 18:59:18.591494" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004086", "end": "2024-07-24 18:59:18.778043", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-07-24 18:59:18.773957" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 18:59:18 +0000 (0:00:00.594) 0:00:04.984 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023329", "end": "2024-07-24 18:59:18.981192", "rc": 0, "start": "2024-07-24 18:59:18.957863" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.217) 0:00:05.202 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.022) 0:00:05.225 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.019) 0:00:05.244 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.021) 0:00:05.265 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.011) 0:00:05.277 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:25 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.041) 0:00:05.319 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.045) 0:00:05.364 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.028) 0:00:05.393 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721847558.3728983, "block_size": 4096, "blocks": 0, "ctime": 1721847558.3728983, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27235, "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": 1721847558.3728983, "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-team-test-not-cleaning-up-properly7up32op_/tests/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.212) 0:00:05.605 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:39 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.086) 0:00:05.692 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.118) 0:00:05.810 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.025) 0:00:05.835 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.012) 0:00:05.848 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.013) 0:00:05.861 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 18:59:19 +0000 (0:00:00.022) 0:00:05.884 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 18:59:21 +0000 (0:00:01.485) 0:00:07.370 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 18:59:22 +0000 (0:00:01.761) 0:00:09.131 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 18:59:22 +0000 (0:00:00.052) 0:00:09.183 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.023) 0:00:09.207 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.025) 0:00:09.233 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.025) 0:00:09.259 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.028) 0:00:09.287 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.023) 0:00:09.310 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.030) 0:00:09.341 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.063) 0:00:09.404 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.029) 0:00:09.433 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.033) 0:00:09.467 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.051) 0:00:09.519 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.505) 0:00:10.025 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.031) 0:00:10.056 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.042) 0:00:10.099 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 18:59:23 +0000 (0:00:00.079) 0:00:10.178 ******** 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, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 18:59:24 +0000 (0:00:00.596) 0:00:10.774 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 18:59:24 +0000 (0:00:00.058) 0:00:10.833 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 18:59:24 +0000 (0:00:00.047) 0:00:10.880 ******** 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, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 18:59:24 +0000 (0:00:00.078) 0:00:10.959 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 18:59:24 +0000 (0:00:00.031) 0:00:10.990 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:43 Wednesday 24 July 2024 18:59:25 +0000 (0:00:00.333) 0:00:11.324 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:46 Wednesday 24 July 2024 18:59:25 +0000 (0:00:00.026) 0:00:11.350 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 18:59:25 +0000 (0:00:00.046) 0:00:11.396 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 18:59:25 +0000 (0:00:00.067) 0:00:11.464 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 18:59:25 +0000 (0:00:00.098) 0:00:11.562 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 18:59:25 +0000 (0:00:00.033) 0:00:11.596 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 18:59:25 +0000 (0:00:00.032) 0:00:11.628 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 18:59:26 +0000 (0:00:01.534) 0:00:13.163 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 18:59:28 +0000 (0:00:01.258) 0:00:14.421 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 18:59:28 +0000 (0:00:00.048) 0:00:14.469 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 18:59:28 +0000 (0:00:00.059) 0:00:14.529 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 18:59:28 +0000 (0:00:00.042) 0:00:14.572 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 18:59:28 +0000 (0:00:00.029) 0:00:14.602 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 18:59:28 +0000 (0:00:00.031) 0:00:14.633 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 18:59:28 +0000 (0:00:00.035) 0:00:14.669 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 18:59:28 +0000 (0:00:00.032) 0:00:14.702 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 18:59:28 +0000 (0:00:00.110) 0:00:14.813 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 18:59:28 +0000 (0:00:00.023) 0:00:14.836 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 18:59:28 +0000 (0:00:00.021) 0:00:14.857 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 18:59:28 +0000 (0:00:00.024) 0:00:14.882 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 18:59:29 +0000 (0:00:00.382) 0:00:15.264 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 18:59:29 +0000 (0:00:00.059) 0:00:15.323 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 18:59:29 +0000 (0:00:00.027) 0:00:15.350 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 18:59:29 +0000 (0:00:00.039) 0:00:15.390 ******** 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, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 18:59:29 +0000 (0:00:00.401) 0:00:15.792 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 18:59:29 +0000 (0:00:00.022) 0:00:15.815 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 18:59:29 +0000 (0:00:00.023) 0:00:15.838 ******** 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, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 18:59:29 +0000 (0:00:00.023) 0:00:15.861 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 18:59:29 +0000 (0:00:00.021) 0:00:15.883 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:50 Wednesday 24 July 2024 18:59:29 +0000 (0:00:00.209) 0:00:16.092 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:63 Wednesday 24 July 2024 18:59:29 +0000 (0:00:00.032) 0:00:16.125 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 18:59:30 +0000 (0:00:00.070) 0:00:16.195 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 18:59:30 +0000 (0:00:00.068) 0:00:16.264 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 18:59:30 +0000 (0:00:00.081) 0:00:16.345 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 18:59:30 +0000 (0:00:00.029) 0:00:16.375 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 18:59:30 +0000 (0:00:00.032) 0:00:16.407 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 18:59:31 +0000 (0:00:01.496) 0:00:17.904 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 18:59:33 +0000 (0:00:01.294) 0:00:19.198 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.040) 0:00:19.239 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.045) 0:00:19.284 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.038) 0:00:19.322 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.047) 0:00:19.370 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.028) 0:00:19.399 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.022) 0:00:19.421 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.036) 0:00:19.458 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.090) 0:00:19.549 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.022) 0:00:19.571 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.022) 0:00:19.593 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.056) 0:00:19.650 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.398) 0:00:20.048 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.040) 0:00:20.089 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.030) 0:00:20.120 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 18:59:33 +0000 (0:00:00.027) 0:00:20.147 ******** 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, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 18:59:34 +0000 (0:00:00.401) 0:00:20.549 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 18:59:34 +0000 (0:00:00.027) 0:00:20.576 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb (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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 18:59:34 +0000 (0:00:00.024) 0:00:20.600 ******** 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, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb (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, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb (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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 18:59:34 +0000 (0:00:00.029) 0:00:20.630 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 18:59:34 +0000 (0:00:00.022) 0:00:20.652 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:67 Wednesday 24 July 2024 18:59:34 +0000 (0:00:00.198) 0:00:20.851 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:70 Wednesday 24 July 2024 18:59:34 +0000 (0:00:00.022) 0:00:20.873 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 18:59:34 +0000 (0:00:00.069) 0:00:20.942 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 18:59:34 +0000 (0:00:00.071) 0:00:21.014 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 18:59:34 +0000 (0:00:00.038) 0:00:21.052 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 18:59:34 +0000 (0:00:00.034) 0:00:21.087 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 18:59:34 +0000 (0:00:00.043) 0:00:21.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 : Check which packages are installed] ********* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 18:59:36 +0000 (0:00:01.473) 0:00:22.604 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 18:59:37 +0000 (0:00:01.254) 0:00:23.859 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 18:59:37 +0000 (0:00:00.030) 0:00:23.890 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 18:59:37 +0000 (0:00:00.022) 0:00:23.912 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 18:59:37 +0000 (0:00:00.021) 0:00:23.934 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 18:59:37 +0000 (0:00:00.023) 0:00:23.957 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 18:59:37 +0000 (0:00:00.039) 0:00:23.996 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 18:59:37 +0000 (0:00:00.053) 0:00:24.050 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 18:59:37 +0000 (0:00:00.043) 0:00:24.093 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 18:59:38 +0000 (0:00:00.128) 0:00:24.221 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 18:59:38 +0000 (0:00:00.064) 0:00:24.286 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 18:59:38 +0000 (0:00:00.021) 0:00:24.308 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 18:59:38 +0000 (0:00:00.025) 0:00:24.333 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 18:59:38 +0000 (0:00:00.358) 0:00:24.691 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 18:59:38 +0000 (0:00:00.090) 0:00:24.781 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 18:59:38 +0000 (0:00:00.060) 0:00:24.842 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 18:59:38 +0000 (0:00:00.040) 0:00:24.882 ******** 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, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 18:59:39 +0000 (0:00:00.363) 0:00:25.246 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 18:59:39 +0000 (0:00:00.023) 0:00:25.269 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 18:59:39 +0000 (0:00:00.023) 0:00:25.293 ******** 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, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f7390c77-f8d5-42d8-8183-4f9f0c3e85eb skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 18:59:39 +0000 (0:00:00.022) 0:00:25.316 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 18:59:39 +0000 (0:00:00.024) 0:00:25.340 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:74 Wednesday 24 July 2024 18:59:39 +0000 (0:00:00.195) 0:00:25.536 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:82 Wednesday 24 July 2024 18:59:39 +0000 (0:00:00.024) 0:00:25.560 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 18:59:39 +0000 (0:00:00.072) 0:00:25.633 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 18:59:39 +0000 (0:00:00.043) 0:00:25.677 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 18:59:39 +0000 (0:00:00.032) 0:00:25.709 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 18:59:39 +0000 (0:00:00.023) 0:00:25.733 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 18:59:39 +0000 (0:00:00.023) 0:00:25.756 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 18:59:41 +0000 (0:00:01.482) 0:00:27.238 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 18:59:42 +0000 (0:00:01.269) 0:00:28.508 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 18:59:42 +0000 (0:00:00.038) 0:00:28.546 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 18:59:42 +0000 (0:00:00.031) 0:00:28.578 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 18:59:42 +0000 (0:00:00.028) 0:00:28.607 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 18:59:42 +0000 (0:00:00.024) 0:00:28.631 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 18:59:42 +0000 (0:00:00.055) 0:00:28.686 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 18:59:42 +0000 (0:00:00.046) 0:00:28.733 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 18:59:42 +0000 (0:00:00.053) 0:00:28.786 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 18:59:42 +0000 (0:00:00.082) 0:00:28.869 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 18:59:42 +0000 (0:00:00.027) 0:00:28.897 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 18:59:42 +0000 (0:00:00.022) 0:00:28.920 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 18:59:42 +0000 (0:00:00.031) 0:00:28.952 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 18:59:43 +0000 (0:00:00.393) 0:00:29.346 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 18:59:43 +0000 (0:00:00.090) 0:00:29.437 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 18:59:43 +0000 (0:00:00.050) 0:00:29.488 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 18:59:43 +0000 (0:00:00.050) 0:00:29.538 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 18:59:43 +0000 (0:00:00.472) 0:00:30.011 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 18:59:43 +0000 (0:00:00.062) 0:00:30.074 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 18:59:43 +0000 (0:00:00.100) 0:00:30.174 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 18:59:44 +0000 (0:00:00.073) 0:00:30.248 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 18:59:44 +0000 (0:00:00.071) 0:00:30.320 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:91 Wednesday 24 July 2024 18:59:44 +0000 (0:00:00.236) 0:00:30.556 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 18:59:44 +0000 (0:00:00.042) 0:00:30.599 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 18:59:44 +0000 (0:00:00.028) 0:00:30.628 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 18:59:44 +0000 (0:00:00.035) 0:00:30.664 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 18:59:44 +0000 (0:00:00.036) 0:00:30.700 ******** included: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 18:59:44 +0000 (0:00:00.099) 0:00:30.800 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003212", "end": "2024-07-24 18:59:44.792374", "rc": 0, "start": "2024-07-24 18:59:44.789162" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 18:59:44 +0000 (0:00:00.255) 0:00:31.055 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 18:59:44 +0000 (0:00:00.051) 0:00:31.107 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 18:59:44 +0000 (0:00:00.047) 0:00:31.154 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 18:59:47 +0000 (0:00:02.651) 0:00:33.805 ******** 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-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 18:59:47 +0000 (0:00:00.036) 0:00:33.841 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 18:59:47 +0000 (0:00:00.024) 0:00:33.866 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.009877", "end": "2024-07-24 18:59:47.858356", "rc": 0, "start": "2024-07-24 18:59:47.848479" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 18:59:47 +0000 (0:00:00.286) 0:00:34.152 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 18:59:48 +0000 (0:00:00.045) 0:00:34.197 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 18:59:48 +0000 (0:00:00.077) 0:00:34.275 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 18:59:48 +0000 (0:00:00.092) 0:00:34.368 ******** 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=105 rescued=0 ignored=0 Wednesday 24 July 2024 18:59:48 +0000 (0:00:00.086) 0:00:34.454 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.74s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.65s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Configure networking connection profiles --- 1.76s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Check which packages are installed --------- 1.76s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Enable and start NetworkManager ------------ 1.64s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:151 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.49s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.29s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.27s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.26s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.25s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.94s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:221 Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.59s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.47s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable and start NetworkManager ------------ 0.39s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:151 linux-system-roles.network : Install packages --------------------------- 0.39s /WORKDIR/git-team-test-not-cleaning-up-properly7up32op_/tests/roles/linux-system-roles.network/tasks/main.yml:92 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---