# 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-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:4 Wednesday 20 December 2023 20:29:55 +0000 (0:00:00.012) 0:00:00.012 **** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:13 Wednesday 20 December 2023 20:29:56 +0000 (0:00:00.592) 0:00:00.605 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:18 Wednesday 20 December 2023 20:29:56 +0000 (0:00:00.243) 0:00:00.848 **** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:21 Wednesday 20 December 2023 20:29:56 +0000 (0:00:00.018) 0:00:00.867 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:3 Wednesday 20 December 2023 20:29:56 +0000 (0:00:00.012) 0:00:00.879 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:8 Wednesday 20 December 2023 20:29:56 +0000 (0:00:00.017) 0:00:00.897 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:13 Wednesday 20 December 2023 20:29:56 +0000 (0:00:00.015) 0:00:00.912 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/show_interfaces.yml:3 Wednesday 20 December 2023 20:29:56 +0000 (0:00:00.010) 0:00:00.923 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/get_current_interfaces.yml:3 Wednesday 20 December 2023 20:29:56 +0000 (0:00:00.010) 0:00:00.933 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003100", "end": "2023-12-20 20:29:57.074194", "rc": 0, "start": "2023-12-20 20:29:57.071094" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/get_current_interfaces.yml:9 Wednesday 20 December 2023 20:29:57 +0000 (0:00:00.243) 0:00:01.177 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/show_interfaces.yml:5 Wednesday 20 December 2023 20:29:57 +0000 (0:00:00.018) 0:00:01.196 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:16 Wednesday 20 December 2023 20:29:57 +0000 (0:00:00.018) 0:00:01.215 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:24 Wednesday 20 December 2023 20:29:58 +0000 (0:00:00.984) 0:00:02.199 **** 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.009142", "end": "2023-12-20 20:29:58.286296", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-12-20 20:29:58.277154" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003636", "end": "2023-12-20 20:29:58.493803", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-12-20 20:29:58.490167" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003979", "end": "2023-12-20 20:29:58.668189", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-12-20 20:29:58.664210" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:33 Wednesday 20 December 2023 20:29:58 +0000 (0:00:00.573) 0:00:02.772 **** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023398", "end": "2023-12-20 20:29:58.869880", "rc": 0, "start": "2023-12-20 20:29:58.846482" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:41 Wednesday 20 December 2023 20:29:58 +0000 (0:00:00.202) 0:00:02.974 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:48 Wednesday 20 December 2023 20:29:58 +0000 (0:00:00.010) 0:00:02.985 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:54 Wednesday 20 December 2023 20:29:58 +0000 (0:00:00.009) 0:00:02.994 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:61 Wednesday 20 December 2023 20:29:58 +0000 (0:00:00.010) 0:00:03.004 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:67 Wednesday 20 December 2023 20:29:58 +0000 (0:00:00.009) 0:00:03.013 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:25 Wednesday 20 December 2023 20:29:58 +0000 (0:00:00.009) 0:00:03.023 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/assert_device_present.yml:3 Wednesday 20 December 2023 20:29:58 +0000 (0:00:00.010) 0:00:03.033 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/get_interface_stat.yml:3 Wednesday 20 December 2023 20:29:58 +0000 (0:00:00.009) 0:00:03.043 **** ok: [sut] => { "changed": false, "stat": { "atime": 1703104198.2805893, "block_size": 4096, "blocks": 0, "ctime": 1703104198.2805893, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28009, "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": 1703104198.2805893, "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-skip_initscripts4ug8vvmm/tests/tasks/assert_device_present.yml:5 Wednesday 20 December 2023 20:29:59 +0000 (0:00:00.178) 0:00:03.222 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:39 Wednesday 20 December 2023 20:29:59 +0000 (0:00:00.011) 0:00:03.233 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 20:29:59 +0000 (0:00:00.028) 0:00:03.261 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 20:29:59 +0000 (0:00:00.062) 0:00:03.324 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 20:29:59 +0000 (0:00:00.010) 0:00:03.335 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 20:29:59 +0000 (0:00:00.008) 0:00:03.343 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 20:29:59 +0000 (0:00:00.007) 0:00:03.351 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 20:30:00 +0000 (0:00:01.452) 0:00:04.803 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 20:30:01 +0000 (0:00:01.073) 0:00:05.876 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 20:30:01 +0000 (0:00:00.026) 0:00:05.903 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 20:30:01 +0000 (0:00:00.019) 0:00:05.923 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 20:30:01 +0000 (0:00:00.019) 0:00:05.942 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 20:30:01 +0000 (0:00:00.045) 0:00:05.988 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 20:30:01 +0000 (0:00:00.019) 0:00:06.008 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 20:30:01 +0000 (0:00:00.021) 0:00:06.029 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 20:30:01 +0000 (0:00:00.026) 0:00:06.056 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 20:30:02 +0000 (0:00:00.488) 0:00:06.544 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 20:30:02 +0000 (0:00:00.038) 0:00:06.583 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 20:30:02 +0000 (0:00:00.026) 0:00:06.609 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 20:30:02 +0000 (0:00:00.027) 0:00:06.637 **** 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, b8c3ece7-f369-4292-a70f-2d6a938319fe [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 20:30:03 +0000 (0:00:00.507) 0:00:07.145 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 20:30:03 +0000 (0:00:00.020) 0:00:07.166 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 20:30:03 +0000 (0:00:00.040) 0:00:07.206 **** 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, b8c3ece7-f369-4292-a70f-2d6a938319fe\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 20:30:03 +0000 (0:00:00.021) 0:00:07.228 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 20:30:03 +0000 (0:00:00.019) 0:00:07.248 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:43 Wednesday 20 December 2023 20:30:03 +0000 (0:00:00.237) 0:00:07.485 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:46 Wednesday 20 December 2023 20:30:03 +0000 (0:00:00.022) 0:00:07.507 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 20:30:03 +0000 (0:00:00.041) 0:00:07.549 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 20:30:03 +0000 (0:00:00.045) 0:00:07.594 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 20:30:03 +0000 (0:00:00.025) 0:00:07.619 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 20:30:03 +0000 (0:00:00.024) 0:00:07.644 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 20:30:03 +0000 (0:00:00.020) 0:00:07.665 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 20:30:04 +0000 (0:00:01.402) 0:00:09.067 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 20:30:05 +0000 (0:00:00.908) 0:00:09.976 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 20:30:05 +0000 (0:00:00.025) 0:00:10.001 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 20:30:05 +0000 (0:00:00.018) 0:00:10.020 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 20:30:05 +0000 (0:00:00.018) 0:00:10.038 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 20:30:05 +0000 (0:00:00.046) 0:00:10.084 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 20:30:06 +0000 (0:00:00.019) 0:00:10.104 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 20:30:06 +0000 (0:00:00.019) 0:00:10.123 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 20:30:06 +0000 (0:00:00.023) 0:00:10.146 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 20:30:06 +0000 (0:00:00.372) 0:00:10.519 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 20:30:06 +0000 (0:00:00.029) 0:00:10.549 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 20:30:06 +0000 (0:00:00.024) 0:00:10.573 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 20:30:06 +0000 (0:00:00.024) 0:00:10.598 **** 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, b8c3ece7-f369-4292-a70f-2d6a938319fe already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 20:30:06 +0000 (0:00:00.360) 0:00:10.959 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 20:30:06 +0000 (0:00:00.020) 0:00:10.979 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 20:30:06 +0000 (0:00:00.020) 0:00:10.999 **** 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, b8c3ece7-f369-4292-a70f-2d6a938319fe already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 20:30:06 +0000 (0:00:00.021) 0:00:11.020 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 20:30:06 +0000 (0:00:00.018) 0:00:11.039 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:50 Wednesday 20 December 2023 20:30:07 +0000 (0:00:00.185) 0:00:11.225 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:63 Wednesday 20 December 2023 20:30:07 +0000 (0:00:00.020) 0:00:11.245 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 20:30:07 +0000 (0:00:00.031) 0:00:11.277 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 20:30:07 +0000 (0:00:00.032) 0:00:11.309 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 20:30:07 +0000 (0:00:00.023) 0:00:11.333 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 20:30:07 +0000 (0:00:00.038) 0:00:11.371 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 20:30:07 +0000 (0:00:00.020) 0:00:11.392 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 20:30:08 +0000 (0:00:01.391) 0:00:12.783 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 20:30:09 +0000 (0:00:00.911) 0:00:13.694 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 20:30:09 +0000 (0:00:00.025) 0:00:13.720 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 20:30:09 +0000 (0:00:00.038) 0:00:13.758 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 20:30:09 +0000 (0:00:00.020) 0:00:13.779 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 20:30:09 +0000 (0:00:00.053) 0:00:13.833 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 20:30:09 +0000 (0:00:00.023) 0:00:13.857 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 20:30:09 +0000 (0:00:00.019) 0:00:13.876 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 20:30:09 +0000 (0:00:00.022) 0:00:13.899 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 20:30:10 +0000 (0:00:00.354) 0:00:14.253 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 20:30:10 +0000 (0:00:00.030) 0:00:14.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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 20:30:10 +0000 (0:00:00.024) 0:00:14.308 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 20:30:10 +0000 (0:00:00.026) 0:00:14.335 **** 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, b8c3ece7-f369-4292-a70f-2d6a938319fe [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 20:30:10 +0000 (0:00:00.381) 0:00:14.716 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 20:30:10 +0000 (0:00:00.025) 0:00:14.742 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe (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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 20:30:10 +0000 (0:00:00.022) 0:00:14.764 **** 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, b8c3ece7-f369-4292-a70f-2d6a938319fe\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe (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, b8c3ece7-f369-4292-a70f-2d6a938319fe", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe (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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 20:30:10 +0000 (0:00:00.026) 0:00:14.790 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 20:30:10 +0000 (0:00:00.020) 0:00:14.811 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:67 Wednesday 20 December 2023 20:30:10 +0000 (0:00:00.211) 0:00:15.022 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:70 Wednesday 20 December 2023 20:30:10 +0000 (0:00:00.022) 0:00:15.045 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 20:30:10 +0000 (0:00:00.035) 0:00:15.081 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 20:30:11 +0000 (0:00:00.034) 0:00:15.115 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 20:30:11 +0000 (0:00:00.024) 0:00:15.140 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 20:30:11 +0000 (0:00:00.019) 0:00:15.159 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 20:30:11 +0000 (0:00:00.021) 0:00:15.180 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 20:30:12 +0000 (0:00:01.383) 0:00:16.564 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 20:30:13 +0000 (0:00:00.934) 0:00:17.498 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 20:30:13 +0000 (0:00:00.027) 0:00:17.525 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 20:30:13 +0000 (0:00:00.018) 0:00:17.543 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 20:30:13 +0000 (0:00:00.018) 0:00:17.562 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 20:30:13 +0000 (0:00:00.045) 0:00:17.608 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 20:30:13 +0000 (0:00:00.019) 0:00:17.628 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 20:30:13 +0000 (0:00:00.019) 0:00:17.647 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 20:30:13 +0000 (0:00:00.021) 0:00:17.668 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 20:30:13 +0000 (0:00:00.352) 0:00:18.021 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 20:30:13 +0000 (0:00:00.029) 0:00:18.050 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 20:30:13 +0000 (0:00:00.027) 0:00:18.078 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.047) 0:00:18.125 **** 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, b8c3ece7-f369-4292-a70f-2d6a938319fe already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.362) 0:00:18.488 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.021) 0:00:18.509 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.021) 0:00:18.531 **** 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, b8c3ece7-f369-4292-a70f-2d6a938319fe already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b8c3ece7-f369-4292-a70f-2d6a938319fe skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.043) 0:00:18.574 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.051) 0:00:18.626 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:74 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.189) 0:00:18.815 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:82 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.021) 0:00:18.837 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.036) 0:00:18.873 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.033) 0:00:18.906 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.024) 0:00:18.931 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.020) 0:00:18.951 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 20:30:14 +0000 (0:00:00.020) 0:00:18.972 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 20:30:16 +0000 (0:00:01.377) 0:00:20.349 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 20:30:17 +0000 (0:00:00.910) 0:00:21.259 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 20:30:17 +0000 (0:00:00.027) 0:00:21.287 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 20:30:17 +0000 (0:00:00.021) 0:00:21.308 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 20:30:17 +0000 (0:00:00.020) 0:00:21.329 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 20:30:17 +0000 (0:00:00.047) 0:00:21.376 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 20:30:17 +0000 (0:00:00.037) 0:00:21.414 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 20:30:17 +0000 (0:00:00.020) 0:00:21.434 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 20:30:17 +0000 (0:00:00.022) 0:00:21.457 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 20:30:17 +0000 (0:00:00.352) 0:00:21.809 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 20:30:17 +0000 (0:00:00.028) 0:00:21.838 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 20:30:17 +0000 (0:00:00.025) 0:00:21.864 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 20:30:17 +0000 (0:00:00.025) 0:00:21.889 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.412) 0:00:22.301 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.019) 0:00:22.321 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.020) 0:00:22.341 **** 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-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.020) 0:00:22.361 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.018) 0:00:22.380 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:91 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.183) 0:00:22.563 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:3 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.035) 0:00:22.599 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:8 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.041) 0:00:22.641 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:13 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.020) 0:00:22.662 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/show_interfaces.yml:3 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.031) 0:00:22.693 **** included: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/get_current_interfaces.yml:3 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.030) 0:00:22.723 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003159", "end": "2023-12-20 20:30:18.801444", "rc": 0, "start": "2023-12-20 20:30:18.798285" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/get_current_interfaces.yml:9 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.192) 0:00:22.916 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/show_interfaces.yml:5 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.021) 0:00:22.937 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:16 Wednesday 20 December 2023 20:30:18 +0000 (0:00:00.019) 0:00:22.957 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:24 Wednesday 20 December 2023 20:30:19 +0000 (0:00:00.875) 0:00:23.833 **** 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-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:33 Wednesday 20 December 2023 20:30:19 +0000 (0:00:00.030) 0:00:23.863 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:41 Wednesday 20 December 2023 20:30:19 +0000 (0:00:00.021) 0:00:23.885 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.015638", "end": "2023-12-20 20:30:19.980629", "rc": 0, "start": "2023-12-20 20:30:19.964991" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:48 Wednesday 20 December 2023 20:30:20 +0000 (0:00:00.242) 0:00:24.127 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:54 Wednesday 20 December 2023 20:30:20 +0000 (0:00:00.021) 0:00:24.149 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:61 Wednesday 20 December 2023 20:30:20 +0000 (0:00:00.022) 0:00:24.171 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:67 Wednesday 20 December 2023 20:30:20 +0000 (0:00:00.021) 0:00:24.193 **** 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=85 rescued=0 ignored=0 Wednesday 20 December 2023 20:30:20 +0000 (0:00:00.008) 0:00:24.201 **** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.61s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 1.57s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.39s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.38s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.38s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.07s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.98s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.91s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.91s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.91s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.88s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Re-test connectivity ----------------------- 0.82s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:155 Gathering Facts --------------------------------------------------------- 0.59s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.57s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tasks/manage_test_interface.yml:24 linux-system-roles.network : Configure networking connection profiles --- 0.41s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.35s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/roles/linux-system-roles.network/tasks/main.yml:85 Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-skip_initscripts4ug8vvmm/tests/tests_change_indication_on_repeat_run.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---