# 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-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:4 Monday 25 March 2024 19:51:59 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:13 Monday 25 March 2024 19:52:00 +0000 (0:00:01.101) 0:00:01.114 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:18 Monday 25 March 2024 19:52:01 +0000 (0:00:00.306) 0:00:01.420 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:21 Monday 25 March 2024 19:52:01 +0000 (0:00:00.056) 0:00:01.477 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:3 Monday 25 March 2024 19:52:01 +0000 (0:00:00.018) 0:00:01.496 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:8 Monday 25 March 2024 19:52:01 +0000 (0:00:00.024) 0:00:01.520 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:13 Monday 25 March 2024 19:52:01 +0000 (0:00:00.025) 0:00:01.545 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/show_interfaces.yml:3 Monday 25 March 2024 19:52:01 +0000 (0:00:00.011) 0:00:01.556 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 19:52:01 +0000 (0:00:00.011) 0:00:01.567 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004107", "end": "2024-03-25 19:52:01.614833", "rc": 0, "start": "2024-03-25 19:52:01.610726" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 19:52:01 +0000 (0:00:00.325) 0:00:01.893 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/show_interfaces.yml:5 Monday 25 March 2024 19:52:01 +0000 (0:00:00.074) 0:00:01.967 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:16 Monday 25 March 2024 19:52:01 +0000 (0:00:00.117) 0:00:02.085 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:28 Monday 25 March 2024 19:52:04 +0000 (0:00:03.147) 0:00:05.233 ********** 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.009456", "end": "2024-03-25 19:52:05.206789", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-03-25 19:52:05.197333" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004953", "end": "2024-03-25 19:52:05.498166", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-03-25 19:52:05.493213" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004409", "end": "2024-03-25 19:52:05.719020", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-03-25 19:52:05.714611" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:37 Monday 25 March 2024 19:52:05 +0000 (0:00:00.754) 0:00:05.987 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023287", "end": "2024-03-25 19:52:06.012808", "rc": 0, "start": "2024-03-25 19:52:05.989521" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:45 Monday 25 March 2024 19:52:06 +0000 (0:00:00.300) 0:00:06.288 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:52 Monday 25 March 2024 19:52:06 +0000 (0:00:00.012) 0:00:06.301 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:58 Monday 25 March 2024 19:52:06 +0000 (0:00:00.021) 0:00:06.322 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:65 Monday 25 March 2024 19:52:06 +0000 (0:00:00.010) 0:00:06.333 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:71 Monday 25 March 2024 19:52:06 +0000 (0:00:00.021) 0:00:06.354 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:25 Monday 25 March 2024 19:52:06 +0000 (0:00:00.030) 0:00:06.385 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/assert_device_present.yml:3 Monday 25 March 2024 19:52:06 +0000 (0:00:00.038) 0:00:06.423 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/get_interface_stat.yml:3 Monday 25 March 2024 19:52:06 +0000 (0:00:00.042) 0:00:06.466 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711396325.2019918, "block_size": 4096, "blocks": 0, "ctime": 1711396325.2019918, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28326, "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": 1711396325.2019918, "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-ostree-skip-test-better-text3im8k2uq/tests/tasks/assert_device_present.yml:5 Monday 25 March 2024 19:52:06 +0000 (0:00:00.223) 0:00:06.689 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:39 Monday 25 March 2024 19:52:06 +0000 (0:00:00.013) 0:00:06.703 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:52:06 +0000 (0:00:00.084) 0:00:06.788 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:52:06 +0000 (0:00:00.016) 0:00:06.804 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:52:06 +0000 (0:00:00.049) 0:00:06.854 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:52:06 +0000 (0:00:00.018) 0:00:06.872 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:52:06 +0000 (0:00:00.010) 0:00:06.883 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:52:09 +0000 (0:00:02.604) 0:00:09.488 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:52:10 +0000 (0:00:01.263) 0:00:10.751 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:52:10 +0000 (0:00:00.031) 0:00:10.783 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:52:10 +0000 (0:00:00.022) 0:00:10.805 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:52:10 +0000 (0:00:00.021) 0:00:10.826 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:52:10 +0000 (0:00:00.063) 0:00:10.889 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:52:10 +0000 (0:00:00.049) 0:00:10.939 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:52:10 +0000 (0:00:00.057) 0:00:10.996 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:52:10 +0000 (0:00:00.058) 0:00:11.055 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:52:10 +0000 (0:00:00.042) 0:00:11.098 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:52:10 +0000 (0:00:00.023) 0:00:11.121 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:52:10 +0000 (0:00:00.032) 0:00:11.154 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:52:11 +0000 (0:00:00.778) 0:00:11.933 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:52:11 +0000 (0:00:00.033) 0:00:11.966 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:52:11 +0000 (0:00:00.089) 0:00:12.055 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:52:11 +0000 (0:00:00.028) 0:00:12.084 ********** 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, c642f051-e826-4178-8732-9ac56a01c5e6 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:52:12 +0000 (0:00:00.622) 0:00:12.706 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:52:12 +0000 (0:00:00.022) 0:00:12.729 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:52:12 +0000 (0:00:00.024) 0:00:12.753 ********** 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, c642f051-e826-4178-8732-9ac56a01c5e6\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:52:12 +0000 (0:00:00.022) 0:00:12.776 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:52:12 +0000 (0:00:00.021) 0:00:12.797 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:43 Monday 25 March 2024 19:52:12 +0000 (0:00:00.362) 0:00:13.160 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:46 Monday 25 March 2024 19:52:12 +0000 (0:00:00.040) 0:00:13.200 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:52:13 +0000 (0:00:00.044) 0:00:13.245 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:52:13 +0000 (0:00:00.038) 0:00:13.283 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:52:13 +0000 (0:00:00.060) 0:00:13.344 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:52:13 +0000 (0:00:00.022) 0:00:13.366 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:52:13 +0000 (0:00:00.021) 0:00:13.388 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:52:15 +0000 (0:00:02.550) 0:00:15.939 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:52:16 +0000 (0:00:01.035) 0:00:16.974 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:52:16 +0000 (0:00:00.031) 0:00:17.006 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:52:16 +0000 (0:00:00.022) 0:00:17.029 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:52:16 +0000 (0:00:00.034) 0:00:17.064 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:52:16 +0000 (0:00:00.029) 0:00:17.093 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:52:16 +0000 (0:00:00.021) 0:00:17.114 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:52:16 +0000 (0:00:00.025) 0:00:17.140 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:52:16 +0000 (0:00:00.075) 0:00:17.215 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:52:16 +0000 (0:00:00.023) 0:00:17.239 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:52:17 +0000 (0:00:00.023) 0:00:17.262 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:52:17 +0000 (0:00:00.043) 0:00:17.305 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:52:17 +0000 (0:00:00.677) 0:00:17.982 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:52:17 +0000 (0:00:00.031) 0:00:18.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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:52:17 +0000 (0:00:00.029) 0:00:18.043 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:52:17 +0000 (0:00:00.056) 0:00:18.100 ********** 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, c642f051-e826-4178-8732-9ac56a01c5e6 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:52:18 +0000 (0:00:00.436) 0:00:18.536 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:52:18 +0000 (0:00:00.024) 0:00:18.561 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:52:18 +0000 (0:00:00.025) 0:00:18.587 ********** 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, c642f051-e826-4178-8732-9ac56a01c5e6 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:52:18 +0000 (0:00:00.024) 0:00:18.611 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:52:18 +0000 (0:00:00.033) 0:00:18.645 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:50 Monday 25 March 2024 19:52:18 +0000 (0:00:00.261) 0:00:18.906 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:63 Monday 25 March 2024 19:52:18 +0000 (0:00:00.025) 0:00:18.931 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:52:18 +0000 (0:00:00.048) 0:00:18.980 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:52:18 +0000 (0:00:00.040) 0:00:19.021 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:52:18 +0000 (0:00:00.039) 0:00:19.060 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:52:18 +0000 (0:00:00.029) 0:00:19.090 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:52:18 +0000 (0:00:00.083) 0:00:19.173 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:52:21 +0000 (0:00:02.572) 0:00:21.745 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:52:22 +0000 (0:00:01.029) 0:00:22.775 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:52:22 +0000 (0:00:00.029) 0:00:22.804 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:52:22 +0000 (0:00:00.023) 0:00:22.828 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:52:22 +0000 (0:00:00.022) 0:00:22.851 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:52:22 +0000 (0:00:00.028) 0:00:22.879 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:52:22 +0000 (0:00:00.024) 0:00:22.903 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:52:22 +0000 (0:00:00.025) 0:00:22.928 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:52:22 +0000 (0:00:00.048) 0:00:22.977 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:52:22 +0000 (0:00:00.026) 0:00:23.004 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:52:22 +0000 (0:00:00.022) 0:00:23.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:52:22 +0000 (0:00:00.025) 0:00:23.051 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:52:23 +0000 (0:00:00.656) 0:00:23.708 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:52:23 +0000 (0:00:00.053) 0:00:23.762 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:52:23 +0000 (0:00:00.064) 0:00:23.826 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:52:23 +0000 (0:00:00.059) 0:00:23.885 ********** 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, c642f051-e826-4178-8732-9ac56a01c5e6 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:52:24 +0000 (0:00:00.469) 0:00:24.354 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:52:24 +0000 (0:00:00.025) 0:00:24.379 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 (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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:52:24 +0000 (0:00:00.024) 0:00:24.403 ********** 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, c642f051-e826-4178-8732-9ac56a01c5e6\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 (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, c642f051-e826-4178-8732-9ac56a01c5e6", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 (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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:52:24 +0000 (0:00:00.032) 0:00:24.436 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:52:24 +0000 (0:00:00.037) 0:00:24.473 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:67 Monday 25 March 2024 19:52:24 +0000 (0:00:00.252) 0:00:24.726 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:70 Monday 25 March 2024 19:52:24 +0000 (0:00:00.026) 0:00:24.753 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:52:24 +0000 (0:00:00.039) 0:00:24.792 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:52:24 +0000 (0:00:00.047) 0:00:24.839 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:52:24 +0000 (0:00:00.035) 0:00:24.874 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:52:24 +0000 (0:00:00.021) 0:00:24.896 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:52:24 +0000 (0:00:00.046) 0:00:24.943 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:52:27 +0000 (0:00:02.548) 0:00:27.491 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:52:28 +0000 (0:00:01.000) 0:00:28.491 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:52:28 +0000 (0:00:00.028) 0:00:28.520 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:52:28 +0000 (0:00:00.022) 0:00:28.542 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:52:28 +0000 (0:00:00.045) 0:00:28.588 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:52:28 +0000 (0:00:00.028) 0:00:28.616 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:52:28 +0000 (0:00:00.022) 0:00:28.638 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:52:28 +0000 (0:00:00.028) 0:00:28.667 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:52:28 +0000 (0:00:00.049) 0:00:28.717 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:52:28 +0000 (0:00:00.021) 0:00:28.739 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:52:28 +0000 (0:00:00.019) 0:00:28.758 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:52:28 +0000 (0:00:00.028) 0:00:28.787 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:52:29 +0000 (0:00:00.633) 0:00:29.420 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:52:29 +0000 (0:00:00.034) 0:00:29.454 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:52:29 +0000 (0:00:00.027) 0:00:29.482 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:52:29 +0000 (0:00:00.028) 0:00:29.510 ********** 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, c642f051-e826-4178-8732-9ac56a01c5e6 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:52:29 +0000 (0:00:00.510) 0:00:30.020 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:52:29 +0000 (0:00:00.093) 0:00:30.113 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:52:29 +0000 (0:00:00.038) 0:00:30.152 ********** 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, c642f051-e826-4178-8732-9ac56a01c5e6 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c642f051-e826-4178-8732-9ac56a01c5e6 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:52:29 +0000 (0:00:00.028) 0:00:30.181 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:52:29 +0000 (0:00:00.038) 0:00:30.220 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:74 Monday 25 March 2024 19:52:30 +0000 (0:00:00.242) 0:00:30.463 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:82 Monday 25 March 2024 19:52:30 +0000 (0:00:00.041) 0:00:30.504 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:52:30 +0000 (0:00:00.050) 0:00:30.555 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:52:30 +0000 (0:00:00.067) 0:00:30.622 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:52:30 +0000 (0:00:00.044) 0:00:30.667 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:52:30 +0000 (0:00:00.022) 0:00:30.689 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:52:30 +0000 (0:00:00.024) 0:00:30.714 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:52:33 +0000 (0:00:02.569) 0:00:33.284 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:52:34 +0000 (0:00:01.046) 0:00:34.330 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:52:34 +0000 (0:00:00.049) 0:00:34.379 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:52:34 +0000 (0:00:00.046) 0:00:34.425 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:52:34 +0000 (0:00:00.045) 0:00:34.471 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:52:34 +0000 (0:00:00.044) 0:00:34.515 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:52:34 +0000 (0:00:00.045) 0:00:34.560 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:52:34 +0000 (0:00:00.029) 0:00:34.590 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:52:34 +0000 (0:00:00.075) 0:00:34.665 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:52:34 +0000 (0:00:00.025) 0:00:34.691 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:52:34 +0000 (0:00:00.022) 0:00:34.713 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:52:34 +0000 (0:00:00.025) 0:00:34.738 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:52:35 +0000 (0:00:00.636) 0:00:35.375 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:52:35 +0000 (0:00:00.032) 0:00:35.407 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:52:35 +0000 (0:00:00.028) 0:00:35.436 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:52:35 +0000 (0:00:00.027) 0:00:35.464 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:52:35 +0000 (0:00:00.512) 0:00:35.976 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:52:35 +0000 (0:00:00.026) 0:00:36.002 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:52:35 +0000 (0:00:00.070) 0:00:36.073 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:52:35 +0000 (0:00:00.028) 0:00:36.102 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:52:35 +0000 (0:00:00.072) 0:00:36.174 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:91 Monday 25 March 2024 19:52:36 +0000 (0:00:00.299) 0:00:36.473 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:3 Monday 25 March 2024 19:52:36 +0000 (0:00:00.055) 0:00:36.529 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:8 Monday 25 March 2024 19:52:36 +0000 (0:00:00.023) 0:00:36.553 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:13 Monday 25 March 2024 19:52:36 +0000 (0:00:00.028) 0:00:36.581 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/show_interfaces.yml:3 Monday 25 March 2024 19:52:36 +0000 (0:00:00.058) 0:00:36.639 ********** included: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 19:52:36 +0000 (0:00:00.056) 0:00:36.696 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004211", "end": "2024-03-25 19:52:36.669057", "rc": 0, "start": "2024-03-25 19:52:36.664846" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 19:52:36 +0000 (0:00:00.259) 0:00:36.956 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/show_interfaces.yml:5 Monday 25 March 2024 19:52:36 +0000 (0:00:00.025) 0:00:36.981 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:16 Monday 25 March 2024 19:52:36 +0000 (0:00:00.046) 0:00:37.028 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:28 Monday 25 March 2024 19:52:39 +0000 (0:00:02.774) 0:00:39.803 ********** 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-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:37 Monday 25 March 2024 19:52:39 +0000 (0:00:00.032) 0:00:39.835 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:45 Monday 25 March 2024 19:52:39 +0000 (0:00:00.022) 0:00:39.857 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.024481", "end": "2024-03-25 19:52:39.840056", "rc": 0, "start": "2024-03-25 19:52:39.815575" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:52 Monday 25 March 2024 19:52:39 +0000 (0:00:00.262) 0:00:40.120 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:58 Monday 25 March 2024 19:52:39 +0000 (0:00:00.029) 0:00:40.149 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:65 Monday 25 March 2024 19:52:39 +0000 (0:00:00.040) 0:00:40.190 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:71 Monday 25 March 2024 19:52:39 +0000 (0:00:00.023) 0:00:40.213 ********** 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 Monday 25 March 2024 19:52:39 +0000 (0:00:00.009) 0:00:40.223 ********** =============================================================================== Install iproute --------------------------------------------------------- 3.15s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.77s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Enable and start NetworkManager ------------ 2.75s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 2.60s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.57s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.57s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.55s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.55s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 2.04s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Check which packages are installed --------- 1.26s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 1.12s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:206 Gathering Facts --------------------------------------------------------- 1.10s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Check which packages are installed --------- 1.05s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.04s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.03s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.00s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Create veth interface testnic1 ------------------------------------------ 0.75s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Enable and start NetworkManager ------------ 0.64s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Configure networking connection profiles --- 0.51s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/roles/linux-system-roles.network/tasks/main.yml:173 Gather current interface info ------------------------------------------- 0.33s /WORKDIR/git-ostree-skip-test-better-text3im8k2uq/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, 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. ---^---^---^---^---^---