# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:4 Thursday 14 March 2024 18:54:56 +0000 (0:00:00.013) 0:00:00.013 ******** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:13 Thursday 14 March 2024 18:54:57 +0000 (0:00:00.816) 0:00:00.829 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:18 Thursday 14 March 2024 18:54:57 +0000 (0:00:00.293) 0:00:01.123 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:21 Thursday 14 March 2024 18:54:57 +0000 (0:00:00.019) 0:00:01.143 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 18:54:57 +0000 (0:00:00.012) 0:00:01.155 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 18:54:57 +0000 (0:00:00.017) 0:00:01.173 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 18:54:57 +0000 (0:00:00.017) 0:00:01.190 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 18:54:57 +0000 (0:00:00.011) 0:00:01.201 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 18:54:57 +0000 (0:00:00.012) 0:00:01.213 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003780", "end": "2024-03-14 18:54:57.721178", "rc": 0, "start": "2024-03-14 18:54:57.717398" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 18:54:57 +0000 (0:00:00.304) 0:00:01.518 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 18:54:57 +0000 (0:00:00.029) 0:00:01.547 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 18:54:57 +0000 (0:00:00.019) 0:00:01.567 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:28 Thursday 14 March 2024 18:55:00 +0000 (0:00:03.196) 0:00:04.763 ******** 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.014449", "end": "2024-03-14 18:55:01.213163", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-03-14 18:55:01.198714" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004587", "end": "2024-03-14 18:55:01.488085", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-03-14 18:55:01.483498" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.005160", "end": "2024-03-14 18:55:01.717829", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-03-14 18:55:01.712669" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:37 Thursday 14 March 2024 18:55:01 +0000 (0:00:00.746) 0:00:05.510 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.026941", "end": "2024-03-14 18:55:01.970061", "rc": 0, "start": "2024-03-14 18:55:01.943120" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:45 Thursday 14 March 2024 18:55:01 +0000 (0:00:00.248) 0:00:05.759 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:52 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.010) 0:00:05.770 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:58 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.010) 0:00:05.781 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.010) 0:00:05.791 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:71 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.023) 0:00:05.815 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:25 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.010) 0:00:05.825 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/assert_device_present.yml:3 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.012) 0:00:05.838 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.010) 0:00:05.849 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710442501.2037802, "block_size": 4096, "blocks": 0, "ctime": 1710442501.2037802, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31137, "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": 1710442501.2037802, "nlink": 1, "path": "/sys/class/net/testnic1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'testnic1'] *********************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/assert_device_present.yml:5 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.221) 0:00:06.070 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:39 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.012) 0:00:06.083 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.030) 0:00:06.113 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.064) 0:00:06.178 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.011) 0:00:06.189 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.010) 0:00:06.199 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 18:55:02 +0000 (0:00:00.009) 0:00:06.209 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 18:55:04 +0000 (0:00:01.991) 0:00:08.201 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 18:55:06 +0000 (0:00:01.781) 0:00:09.983 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 18:55:06 +0000 (0:00:00.045) 0:00:10.028 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 18:55:06 +0000 (0:00:00.024) 0:00:10.053 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 March 2024 18:55:06 +0000 (0:00:00.024) 0:00:10.077 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 18:55:06 +0000 (0:00:00.050) 0:00:10.128 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 14 March 2024 18:55:06 +0000 (0:00:00.025) 0:00:10.154 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 14 March 2024 18:55:06 +0000 (0:00:00.025) 0:00:10.179 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 14 March 2024 18:55:06 +0000 (0:00:00.025) 0:00:10.204 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 14 March 2024 18:55:06 +0000 (0:00:00.558) 0:00:10.763 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 14 March 2024 18:55:07 +0000 (0:00:00.030) 0:00:10.794 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 14 March 2024 18:55:07 +0000 (0:00:00.029) 0:00:10.823 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 14 March 2024 18:55:07 +0000 (0:00:00.029) 0:00:10.853 ******** 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, 353da6de-bbfd-4f76-930c-d537fce470f4 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 14 March 2024 18:55:07 +0000 (0:00:00.649) 0:00:11.502 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 14 March 2024 18:55:07 +0000 (0:00:00.021) 0:00:11.523 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 18:55:07 +0000 (0:00:00.021) 0:00:11.545 ******** 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, 353da6de-bbfd-4f76-930c-d537fce470f4\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 14 March 2024 18:55:07 +0000 (0:00:00.022) 0:00:11.567 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 14 March 2024 18:55:07 +0000 (0:00:00.021) 0:00:11.589 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:43 Thursday 14 March 2024 18:55:08 +0000 (0:00:00.277) 0:00:11.866 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:46 Thursday 14 March 2024 18:55:08 +0000 (0:00:00.024) 0:00:11.890 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 18:55:08 +0000 (0:00:00.037) 0:00:11.927 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 18:55:08 +0000 (0:00:00.046) 0:00:11.973 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 18:55:08 +0000 (0:00:00.029) 0:00:12.003 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 18:55:08 +0000 (0:00:00.024) 0:00:12.028 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 18:55:08 +0000 (0:00:00.020) 0:00:12.049 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 18:55:10 +0000 (0:00:01.899) 0:00:13.949 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 18:55:11 +0000 (0:00:01.493) 0:00:15.443 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 18:55:11 +0000 (0:00:00.028) 0:00:15.471 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 18:55:11 +0000 (0:00:00.021) 0:00:15.492 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 March 2024 18:55:11 +0000 (0:00:00.020) 0:00:15.513 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 18:55:11 +0000 (0:00:00.093) 0:00:15.607 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 14 March 2024 18:55:11 +0000 (0:00:00.023) 0:00:15.630 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 14 March 2024 18:55:11 +0000 (0:00:00.040) 0:00:15.671 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 14 March 2024 18:55:11 +0000 (0:00:00.030) 0:00:15.701 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 14 March 2024 18:55:12 +0000 (0:00:00.430) 0:00:16.132 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 14 March 2024 18:55:12 +0000 (0:00:00.039) 0:00:16.171 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 14 March 2024 18:55:12 +0000 (0:00:00.044) 0:00:16.216 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 14 March 2024 18:55:12 +0000 (0:00:00.043) 0:00:16.259 ******** 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, 353da6de-bbfd-4f76-930c-d537fce470f4 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 14 March 2024 18:55:12 +0000 (0:00:00.434) 0:00:16.694 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 14 March 2024 18:55:12 +0000 (0:00:00.021) 0:00:16.715 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 18:55:12 +0000 (0:00:00.023) 0:00:16.739 ******** 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, 353da6de-bbfd-4f76-930c-d537fce470f4 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 14 March 2024 18:55:13 +0000 (0:00:00.029) 0:00:16.769 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 14 March 2024 18:55:13 +0000 (0:00:00.029) 0:00:16.799 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:50 Thursday 14 March 2024 18:55:13 +0000 (0:00:00.229) 0:00:17.028 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:63 Thursday 14 March 2024 18:55:13 +0000 (0:00:00.060) 0:00:17.088 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 18:55:13 +0000 (0:00:00.038) 0:00:17.127 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 18:55:13 +0000 (0:00:00.037) 0:00:17.165 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 18:55:13 +0000 (0:00:00.029) 0:00:17.194 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 18:55:13 +0000 (0:00:00.023) 0:00:17.217 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 18:55:13 +0000 (0:00:00.023) 0:00:17.241 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 18:55:15 +0000 (0:00:01.893) 0:00:19.135 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 18:55:16 +0000 (0:00:01.499) 0:00:20.635 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 18:55:16 +0000 (0:00:00.028) 0:00:20.664 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 18:55:16 +0000 (0:00:00.022) 0:00:20.686 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 March 2024 18:55:16 +0000 (0:00:00.022) 0:00:20.709 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 18:55:16 +0000 (0:00:00.051) 0:00:20.761 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 14 March 2024 18:55:17 +0000 (0:00:00.020) 0:00:20.782 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 14 March 2024 18:55:17 +0000 (0:00:00.021) 0:00:20.803 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 14 March 2024 18:55:17 +0000 (0:00:00.028) 0:00:20.831 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 14 March 2024 18:55:17 +0000 (0:00:00.439) 0:00:21.271 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 14 March 2024 18:55:17 +0000 (0:00:00.156) 0:00:21.427 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 14 March 2024 18:55:17 +0000 (0:00:00.079) 0:00:21.507 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 14 March 2024 18:55:17 +0000 (0:00:00.043) 0:00:21.550 ******** 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, 353da6de-bbfd-4f76-930c-d537fce470f4 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 14 March 2024 18:55:18 +0000 (0:00:00.550) 0:00:22.100 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 14 March 2024 18:55:18 +0000 (0:00:00.036) 0:00:22.136 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 18:55:18 +0000 (0:00:00.040) 0:00:22.177 ******** 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, 353da6de-bbfd-4f76-930c-d537fce470f4\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 (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, 353da6de-bbfd-4f76-930c-d537fce470f4", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 14 March 2024 18:55:18 +0000 (0:00:00.023) 0:00:22.200 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 14 March 2024 18:55:18 +0000 (0:00:00.020) 0:00:22.221 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:67 Thursday 14 March 2024 18:55:18 +0000 (0:00:00.223) 0:00:22.445 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:70 Thursday 14 March 2024 18:55:18 +0000 (0:00:00.022) 0:00:22.468 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 18:55:18 +0000 (0:00:00.035) 0:00:22.503 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 18:55:18 +0000 (0:00:00.036) 0:00:22.540 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 18:55:18 +0000 (0:00:00.027) 0:00:22.567 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 18:55:18 +0000 (0:00:00.054) 0:00:22.621 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 18:55:18 +0000 (0:00:00.030) 0:00:22.652 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 18:55:20 +0000 (0:00:01.887) 0:00:24.539 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 18:55:22 +0000 (0:00:01.492) 0:00:26.031 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 18:55:22 +0000 (0:00:00.105) 0:00:26.137 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 18:55:22 +0000 (0:00:00.041) 0:00:26.178 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 March 2024 18:55:22 +0000 (0:00:00.043) 0:00:26.222 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 18:55:22 +0000 (0:00:00.090) 0:00:26.312 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 14 March 2024 18:55:22 +0000 (0:00:00.045) 0:00:26.358 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 14 March 2024 18:55:22 +0000 (0:00:00.042) 0:00:26.400 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 14 March 2024 18:55:22 +0000 (0:00:00.055) 0:00:26.456 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 14 March 2024 18:55:23 +0000 (0:00:00.462) 0:00:26.919 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 14 March 2024 18:55:23 +0000 (0:00:00.031) 0:00:26.951 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 14 March 2024 18:55:23 +0000 (0:00:00.028) 0:00:26.979 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 14 March 2024 18:55:23 +0000 (0:00:00.029) 0:00:27.008 ******** 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, 353da6de-bbfd-4f76-930c-d537fce470f4 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 14 March 2024 18:55:23 +0000 (0:00:00.472) 0:00:27.481 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 14 March 2024 18:55:23 +0000 (0:00:00.035) 0:00:27.516 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 18:55:23 +0000 (0:00:00.041) 0:00:27.558 ******** 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, 353da6de-bbfd-4f76-930c-d537fce470f4 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 353da6de-bbfd-4f76-930c-d537fce470f4 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 14 March 2024 18:55:23 +0000 (0:00:00.046) 0:00:27.604 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 14 March 2024 18:55:23 +0000 (0:00:00.109) 0:00:27.713 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:74 Thursday 14 March 2024 18:55:24 +0000 (0:00:00.240) 0:00:27.953 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:82 Thursday 14 March 2024 18:55:24 +0000 (0:00:00.035) 0:00:27.989 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 18:55:24 +0000 (0:00:00.041) 0:00:28.030 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 18:55:24 +0000 (0:00:00.080) 0:00:28.111 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 18:55:24 +0000 (0:00:00.061) 0:00:28.172 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 18:55:24 +0000 (0:00:00.026) 0:00:28.199 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 18:55:24 +0000 (0:00:00.024) 0:00:28.224 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 18:55:26 +0000 (0:00:01.958) 0:00:30.183 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 18:55:27 +0000 (0:00:01.576) 0:00:31.759 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 18:55:28 +0000 (0:00:00.064) 0:00:31.823 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 18:55:28 +0000 (0:00:00.048) 0:00:31.871 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 March 2024 18:55:28 +0000 (0:00:00.039) 0:00:31.911 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 18:55:28 +0000 (0:00:00.087) 0:00:31.998 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 14 March 2024 18:55:28 +0000 (0:00:00.032) 0:00:32.031 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 14 March 2024 18:55:28 +0000 (0:00:00.045) 0:00:32.076 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 14 March 2024 18:55:28 +0000 (0:00:00.036) 0:00:32.113 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 14 March 2024 18:55:28 +0000 (0:00:00.424) 0:00:32.537 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 14 March 2024 18:55:28 +0000 (0:00:00.034) 0:00:32.572 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 14 March 2024 18:55:28 +0000 (0:00:00.112) 0:00:32.685 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 14 March 2024 18:55:28 +0000 (0:00:00.039) 0:00:32.724 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 14 March 2024 18:55:29 +0000 (0:00:00.512) 0:00:33.237 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 14 March 2024 18:55:29 +0000 (0:00:00.024) 0:00:33.261 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 18:55:29 +0000 (0:00:00.038) 0:00:33.299 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 14 March 2024 18:55:29 +0000 (0:00:00.023) 0:00:33.323 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 14 March 2024 18:55:29 +0000 (0:00:00.032) 0:00:33.355 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:91 Thursday 14 March 2024 18:55:29 +0000 (0:00:00.301) 0:00:33.656 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 18:55:29 +0000 (0:00:00.074) 0:00:33.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 18:55:30 +0000 (0:00:00.037) 0:00:33.768 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 18:55:30 +0000 (0:00:00.060) 0:00:33.829 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 18:55:30 +0000 (0:00:00.065) 0:00:33.894 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 18:55:30 +0000 (0:00:00.083) 0:00:33.978 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003866", "end": "2024-03-14 18:55:30.413711", "rc": 0, "start": "2024-03-14 18:55:30.409845" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 18:55:30 +0000 (0:00:00.251) 0:00:34.229 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 18:55:30 +0000 (0:00:00.027) 0:00:34.257 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 18:55:30 +0000 (0:00:00.044) 0:00:34.301 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:28 Thursday 14 March 2024 18:55:33 +0000 (0:00:02.981) 0:00:37.282 ******** skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:37 Thursday 14 March 2024 18:55:33 +0000 (0:00:00.036) 0:00:37.319 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:45 Thursday 14 March 2024 18:55:33 +0000 (0:00:00.036) 0:00:37.355 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.016521", "end": "2024-03-14 18:55:33.829554", "rc": 0, "start": "2024-03-14 18:55:33.813033" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:52 Thursday 14 March 2024 18:55:33 +0000 (0:00:00.290) 0:00:37.646 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:58 Thursday 14 March 2024 18:55:33 +0000 (0:00:00.026) 0:00:37.672 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 18:55:33 +0000 (0:00:00.037) 0:00:37.709 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:71 Thursday 14 March 2024 18:55:33 +0000 (0:00:00.026) 0:00:37.736 ******** 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 Thursday 14 March 2024 18:55:33 +0000 (0:00:00.008) 0:00:37.745 ******** =============================================================================== Install iproute --------------------------------------------------------- 3.20s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.98s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Configure networking connection profiles --- 2.11s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Check which services are running ----------- 1.99s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.96s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.90s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.89s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.89s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:88 linux-system-roles.network : Check which services are running ----------- 1.89s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.78s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.58s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.50s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.49s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.49s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.97s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:158 Gathering Facts --------------------------------------------------------- 0.82s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.75s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.51s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable and start NetworkManager ------------ 0.42s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:88 Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---