# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:4 Monday 25 March 2024 19:53:49 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:13 Monday 25 March 2024 19:53:50 +0000 (0:00:00.779) 0:00:00.791 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:18 Monday 25 March 2024 19:53:50 +0000 (0:00:00.273) 0:00:01.065 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:21 Monday 25 March 2024 19:53:50 +0000 (0:00:00.019) 0:00:01.085 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:3 Monday 25 March 2024 19:53:50 +0000 (0:00:00.012) 0:00:01.097 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:8 Monday 25 March 2024 19:53:50 +0000 (0:00:00.017) 0:00:01.115 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:13 Monday 25 March 2024 19:53:50 +0000 (0:00:00.018) 0:00:01.134 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/show_interfaces.yml:3 Monday 25 March 2024 19:53:50 +0000 (0:00:00.010) 0:00:01.144 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 19:53:50 +0000 (0:00:00.010) 0:00:01.155 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004073", "end": "2024-03-25 19:53:50.764592", "rc": 0, "start": "2024-03-25 19:53:50.760519" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 19:53:50 +0000 (0:00:00.318) 0:00:01.473 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/show_interfaces.yml:5 Monday 25 March 2024 19:53:50 +0000 (0:00:00.066) 0:00:01.539 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:16 Monday 25 March 2024 19:53:50 +0000 (0:00:00.044) 0:00:01.584 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:28 Monday 25 March 2024 19:53:54 +0000 (0:00:03.157) 0:00:04.742 ********** 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.010253", "end": "2024-03-25 19:53:54.296119", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-03-25 19:53:54.285866" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004715", "end": "2024-03-25 19:53:54.547445", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-03-25 19:53:54.542730" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.005015", "end": "2024-03-25 19:53:54.779170", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-03-25 19:53:54.774155" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:37 Monday 25 March 2024 19:53:54 +0000 (0:00:00.724) 0:00:05.466 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.024307", "end": "2024-03-25 19:53:55.024528", "rc": 0, "start": "2024-03-25 19:53:55.000221" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:45 Monday 25 March 2024 19:53:55 +0000 (0:00:00.249) 0:00:05.716 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:52 Monday 25 March 2024 19:53:55 +0000 (0:00:00.042) 0:00:05.758 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:58 Monday 25 March 2024 19:53:55 +0000 (0:00:00.012) 0:00:05.771 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:65 Monday 25 March 2024 19:53:55 +0000 (0:00:00.012) 0:00:05.783 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:71 Monday 25 March 2024 19:53:55 +0000 (0:00:00.016) 0:00:05.799 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:25 Monday 25 March 2024 19:53:55 +0000 (0:00:00.010) 0:00:05.809 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/assert_device_present.yml:3 Monday 25 March 2024 19:53:55 +0000 (0:00:00.012) 0:00:05.822 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/get_interface_stat.yml:3 Monday 25 March 2024 19:53:55 +0000 (0:00:00.011) 0:00:05.833 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711396434.2900214, "block_size": 4096, "blocks": 0, "ctime": 1711396434.2900214, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32080, "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": 1711396434.2900214, "nlink": 1, "path": "/sys/class/net/testnic1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'testnic1'] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/assert_device_present.yml:5 Monday 25 March 2024 19:53:55 +0000 (0:00:00.274) 0:00:06.108 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:39 Monday 25 March 2024 19:53:55 +0000 (0:00:00.038) 0:00:06.146 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:53:55 +0000 (0:00:00.101) 0:00:06.247 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:53:55 +0000 (0:00:00.037) 0:00:06.284 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:53:55 +0000 (0:00:00.062) 0:00:06.347 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:53:55 +0000 (0:00:00.047) 0:00:06.395 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:53:55 +0000 (0:00:00.026) 0:00:06.421 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:53:57 +0000 (0:00:01.991) 0:00:08.413 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:53:59 +0000 (0:00:01.773) 0:00:10.187 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:53:59 +0000 (0:00:00.045) 0:00:10.232 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:53:59 +0000 (0:00:00.024) 0:00:10.256 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:53:59 +0000 (0:00:00.052) 0:00:10.309 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:53:59 +0000 (0:00:00.060) 0:00:10.370 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:53:59 +0000 (0:00:00.037) 0:00:10.407 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:53:59 +0000 (0:00:00.031) 0:00:10.439 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:53:59 +0000 (0:00:00.048) 0:00:10.487 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:53:59 +0000 (0:00:00.021) 0:00:10.508 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:53:59 +0000 (0:00:00.021) 0:00:10.530 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:53:59 +0000 (0:00:00.039) 0:00:10.570 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:54:00 +0000 (0:00:00.626) 0:00:11.196 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:54:00 +0000 (0:00:00.033) 0:00:11.230 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:54:00 +0000 (0:00:00.035) 0:00:11.265 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:54:00 +0000 (0:00:00.068) 0:00:11.333 ********** 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, dc12fb75-735a-4887-8f6b-a6421d0bf628 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:54:01 +0000 (0:00:00.782) 0:00:12.116 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:54:01 +0000 (0:00:00.026) 0:00:12.142 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:54:01 +0000 (0:00:00.050) 0:00:12.193 ********** 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, dc12fb75-735a-4887-8f6b-a6421d0bf628\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:54:01 +0000 (0:00:00.059) 0:00:12.253 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:54:01 +0000 (0:00:00.053) 0:00:12.307 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:43 Monday 25 March 2024 19:54:02 +0000 (0:00:00.453) 0:00:12.760 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:46 Monday 25 March 2024 19:54:02 +0000 (0:00:00.064) 0:00:12.824 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:54:02 +0000 (0:00:00.070) 0:00:12.895 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:54:02 +0000 (0:00:00.127) 0:00:13.022 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:54:02 +0000 (0:00:00.079) 0:00:13.102 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:54:02 +0000 (0:00:00.024) 0:00:13.126 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:54:02 +0000 (0:00:00.030) 0:00:13.157 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:54:04 +0000 (0:00:01.901) 0:00:15.058 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:54:05 +0000 (0:00:01.475) 0:00:16.534 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:54:05 +0000 (0:00:00.030) 0:00:16.564 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:54:05 +0000 (0:00:00.021) 0:00:16.586 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:54:05 +0000 (0:00:00.021) 0:00:16.607 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:54:05 +0000 (0:00:00.039) 0:00:16.647 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:54:06 +0000 (0:00:00.067) 0:00:16.714 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:54:06 +0000 (0:00:00.045) 0:00:16.759 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:54:06 +0000 (0:00:00.094) 0:00:16.854 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:54:06 +0000 (0:00:00.056) 0:00:16.910 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:54:06 +0000 (0:00:00.061) 0:00:16.972 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:54:06 +0000 (0:00:00.060) 0:00:17.033 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:54:06 +0000 (0:00:00.439) 0:00:17.472 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:54:06 +0000 (0:00:00.049) 0:00:17.522 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:54:06 +0000 (0:00:00.044) 0:00:17.566 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:54:06 +0000 (0:00:00.028) 0:00:17.595 ********** 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, dc12fb75-735a-4887-8f6b-a6421d0bf628 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:54:07 +0000 (0:00:00.431) 0:00:18.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:54:07 +0000 (0:00:00.039) 0:00:18.065 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:54:07 +0000 (0:00:00.022) 0:00:18.088 ********** 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, dc12fb75-735a-4887-8f6b-a6421d0bf628 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:54:07 +0000 (0:00:00.025) 0:00:18.114 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:54:07 +0000 (0:00:00.054) 0:00:18.168 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:50 Monday 25 March 2024 19:54:07 +0000 (0:00:00.224) 0:00:18.393 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:63 Monday 25 March 2024 19:54:07 +0000 (0:00:00.023) 0:00:18.417 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:54:07 +0000 (0:00:00.035) 0:00:18.452 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:54:07 +0000 (0:00:00.037) 0:00:18.490 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:54:07 +0000 (0:00:00.032) 0:00:18.522 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:54:07 +0000 (0:00:00.050) 0:00:18.573 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:54:07 +0000 (0:00:00.023) 0:00:18.597 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:54:09 +0000 (0:00:01.827) 0:00:20.424 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:54:11 +0000 (0:00:01.561) 0:00:21.986 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:54:11 +0000 (0:00:00.051) 0:00:22.038 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:54:11 +0000 (0:00:00.100) 0:00:22.138 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:54:11 +0000 (0:00:00.034) 0:00:22.172 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:54:11 +0000 (0:00:00.086) 0:00:22.259 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:54:11 +0000 (0:00:00.032) 0:00:22.292 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:54:11 +0000 (0:00:00.037) 0:00:22.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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:54:11 +0000 (0:00:00.088) 0:00:22.417 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:54:11 +0000 (0:00:00.038) 0:00:22.456 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:54:11 +0000 (0:00:00.037) 0:00:22.493 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:54:11 +0000 (0:00:00.032) 0:00:22.526 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:54:12 +0000 (0:00:00.433) 0:00:22.960 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:54:12 +0000 (0:00:00.036) 0:00:22.997 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:54:12 +0000 (0:00:00.033) 0:00:23.030 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:54:12 +0000 (0:00:00.033) 0:00:23.063 ********** 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, dc12fb75-735a-4887-8f6b-a6421d0bf628 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:54:12 +0000 (0:00:00.421) 0:00:23.485 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:54:12 +0000 (0:00:00.024) 0:00:23.510 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:54:12 +0000 (0:00:00.040) 0:00:23.550 ********** 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, dc12fb75-735a-4887-8f6b-a6421d0bf628\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 (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, dc12fb75-735a-4887-8f6b-a6421d0bf628", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:54:12 +0000 (0:00:00.049) 0:00:23.600 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:54:12 +0000 (0:00:00.035) 0:00:23.635 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:67 Monday 25 March 2024 19:54:13 +0000 (0:00:00.220) 0:00:23.856 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:70 Monday 25 March 2024 19:54:13 +0000 (0:00:00.033) 0:00:23.889 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:54:13 +0000 (0:00:00.060) 0:00:23.950 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:54:13 +0000 (0:00:00.089) 0:00:24.040 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:54:13 +0000 (0:00:00.027) 0:00:24.067 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:54:13 +0000 (0:00:00.025) 0:00:24.093 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:54:13 +0000 (0:00:00.021) 0:00:24.114 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:54:15 +0000 (0:00:01.833) 0:00:25.947 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:54:16 +0000 (0:00:01.506) 0:00:27.454 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:54:16 +0000 (0:00:00.149) 0:00:27.603 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:54:17 +0000 (0:00:00.058) 0:00:27.661 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:54:17 +0000 (0:00:00.029) 0:00:27.691 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:54:17 +0000 (0:00:00.032) 0:00:27.724 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:54:17 +0000 (0:00:00.035) 0:00:27.759 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:54:17 +0000 (0:00:00.050) 0:00:27.810 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:54:17 +0000 (0:00:00.060) 0:00:27.870 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:54:17 +0000 (0:00:00.024) 0:00:27.894 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:54:17 +0000 (0:00:00.025) 0:00:27.920 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:54:17 +0000 (0:00:00.033) 0:00:27.953 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:54:17 +0000 (0:00:00.418) 0:00:28.371 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:54:17 +0000 (0:00:00.061) 0:00:28.433 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:54:17 +0000 (0:00:00.064) 0:00:28.497 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:54:17 +0000 (0:00:00.096) 0:00:28.594 ********** 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, dc12fb75-735a-4887-8f6b-a6421d0bf628 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:54:18 +0000 (0:00:00.460) 0:00:29.055 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:54:18 +0000 (0:00:00.074) 0:00:29.129 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:54:18 +0000 (0:00:00.040) 0:00:29.169 ********** 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, dc12fb75-735a-4887-8f6b-a6421d0bf628 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, dc12fb75-735a-4887-8f6b-a6421d0bf628 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:54:18 +0000 (0:00:00.027) 0:00:29.197 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:54:18 +0000 (0:00:00.027) 0:00:29.224 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:74 Monday 25 March 2024 19:54:18 +0000 (0:00:00.223) 0:00:29.447 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:82 Monday 25 March 2024 19:54:18 +0000 (0:00:00.026) 0:00:29.474 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 19:54:18 +0000 (0:00:00.069) 0:00:29.543 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 19:54:18 +0000 (0:00:00.087) 0:00:29.630 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 19:54:19 +0000 (0:00:00.049) 0:00:29.680 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 19:54:19 +0000 (0:00:00.045) 0:00:29.725 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 19:54:19 +0000 (0:00:00.051) 0:00:29.777 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 19:54:21 +0000 (0:00:01.933) 0:00:31.710 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 19:54:22 +0000 (0:00:01.478) 0:00:33.188 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 19:54:22 +0000 (0:00:00.045) 0:00:33.234 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 19:54:22 +0000 (0:00:00.023) 0:00:33.257 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 19:54:22 +0000 (0:00:00.033) 0:00:33.291 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 19:54:22 +0000 (0:00:00.057) 0:00:33.348 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 19:54:22 +0000 (0:00:00.070) 0:00:33.418 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 19:54:22 +0000 (0:00:00.051) 0:00:33.470 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 19:54:22 +0000 (0:00:00.076) 0:00:33.546 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 19:54:22 +0000 (0:00:00.036) 0:00:33.583 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 19:54:22 +0000 (0:00:00.025) 0:00:33.608 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 19:54:23 +0000 (0:00:00.133) 0:00:33.741 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 19:54:23 +0000 (0:00:00.457) 0:00:34.199 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 19:54:23 +0000 (0:00:00.037) 0:00:34.237 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 19:54:23 +0000 (0:00:00.041) 0:00:34.279 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 19:54:23 +0000 (0:00:00.032) 0:00:34.311 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 19:54:24 +0000 (0:00:00.512) 0:00:34.823 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 19:54:24 +0000 (0:00:00.031) 0:00:34.855 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 19:54:24 +0000 (0:00:00.033) 0:00:34.888 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 19:54:24 +0000 (0:00:00.032) 0:00:34.920 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 19:54:24 +0000 (0:00:00.035) 0:00:34.956 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:91 Monday 25 March 2024 19:54:24 +0000 (0:00:00.234) 0:00:35.191 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:3 Monday 25 March 2024 19:54:24 +0000 (0:00:00.042) 0:00:35.233 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:8 Monday 25 March 2024 19:54:24 +0000 (0:00:00.023) 0:00:35.256 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:13 Monday 25 March 2024 19:54:24 +0000 (0:00:00.021) 0:00:35.277 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/show_interfaces.yml:3 Monday 25 March 2024 19:54:24 +0000 (0:00:00.064) 0:00:35.341 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/get_current_interfaces.yml:3 Monday 25 March 2024 19:54:24 +0000 (0:00:00.034) 0:00:35.376 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003740", "end": "2024-03-25 19:54:24.911116", "rc": 0, "start": "2024-03-25 19:54:24.907376" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/get_current_interfaces.yml:9 Monday 25 March 2024 19:54:24 +0000 (0:00:00.235) 0:00:35.612 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/show_interfaces.yml:5 Monday 25 March 2024 19:54:24 +0000 (0:00:00.038) 0:00:35.650 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:16 Monday 25 March 2024 19:54:25 +0000 (0:00:00.043) 0:00:35.694 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:28 Monday 25 March 2024 19:54:28 +0000 (0:00:02.974) 0:00:38.668 ********** skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:37 Monday 25 March 2024 19:54:28 +0000 (0:00:00.054) 0:00:38.722 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:45 Monday 25 March 2024 19:54:28 +0000 (0:00:00.056) 0:00:38.778 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.013627", "end": "2024-03-25 19:54:28.330614", "rc": 0, "start": "2024-03-25 19:54:28.316987" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:52 Monday 25 March 2024 19:54:28 +0000 (0:00:00.249) 0:00:39.028 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:58 Monday 25 March 2024 19:54:28 +0000 (0:00:00.038) 0:00:39.067 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:65 Monday 25 March 2024 19:54:28 +0000 (0:00:00.028) 0:00:39.095 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:71 Monday 25 March 2024 19:54:28 +0000 (0:00:00.042) 0:00:39.138 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=100 rescued=0 ignored=0 Monday 25 March 2024 19:54:28 +0000 (0:00:00.010) 0:00:39.148 ********** =============================================================================== Install iproute --------------------------------------------------------- 3.16s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.97s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Configure networking connection profiles --- 2.10s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Check which services are running ----------- 1.99s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.93s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.92s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 1.90s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.83s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.83s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.77s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.56s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.51s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.48s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.48s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 1.12s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Gathering Facts --------------------------------------------------------- 0.78s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.72s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.51s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 0.46s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Gather current interface info ------------------------------------------- 0.32s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---