# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Run playbook 'playbooks/tests_switch_provider.yml'] ********************** TASK [Gathering Facts] ********************************************************* Friday 27 May 2022 18:07:44 +0000 (0:00:00.029) 0:00:00.029 ************ ok: [sut] PLAY [Switch initscripts provider to nm] *************************************** TASK [Gathering Facts] ********************************************************* Friday 27 May 2022 18:07:45 +0000 (0:00:00.897) 0:00:00.926 ************ ok: [sut] TASK [set fact to use initscripts network_provider] **************************** Friday 27 May 2022 18:07:46 +0000 (0:00:00.661) 0:00:01.588 ************ ok: [sut] => { "ansible_facts": { "interface": "LST-TST-br34", "network_provider": "initscripts" }, "changed": false } TASK [Create test bridge LST-TST-br34 via initscripts provider] **************** Friday 27 May 2022 18:07:46 +0000 (0:00:00.064) 0:00:01.653 ************ TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 27 May 2022 18:07:46 +0000 (0:00:00.090) 0:00:01.744 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/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] *** Friday 27 May 2022 18:07:46 +0000 (0:00:00.160) 0:00:01.905 ************ 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 services are running] *********** Friday 27 May 2022 18:07:47 +0000 (0:00:00.397) 0:00:02.302 ************ 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] ********* Friday 27 May 2022 18:07:49 +0000 (0:00:01.837) 0:00:04.140 ************ 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] ********************* Friday 27 May 2022 18:07:50 +0000 (0:00:01.812) 0:00:05.952 ************ ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Install packages] *************************** Friday 27 May 2022 18:07:50 +0000 (0:00:00.087) 0:00:06.039 ************ changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: network-scripts-10.00.15-1.el8.x86_64", "Installed: network-scripts-team-1.31-2.el8.x86_64" ] } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 27 May 2022 18:07:54 +0000 (0:00:03.817) 0:00:09.857 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 27 May 2022 18:07:54 +0000 (0:00:00.089) 0:00:09.946 ************ 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 : Enable and start wpa_supplicant] ************ Friday 27 May 2022 18:07:54 +0000 (0:00:00.070) 0:00:10.017 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 27 May 2022 18:07:55 +0000 (0:00:00.074) 0:00:10.092 ************ changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** Friday 27 May 2022 18:07:56 +0000 (0:00:01.159) 0:00:11.251 ************ ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-42782v0wwbcgr/tmpnwxcjgk1" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 27 May 2022 18:07:56 +0000 (0:00:00.593) 0:00:11.845 ************ changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "LST-TST-br34", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'LST-TST-br34': add ifcfg-rh profile 'LST-TST-br34' [004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34 (not-active) [005] #0, state:up persistent_state:present, 'LST-TST-br34': call 'ifup LST-TST-br34': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Show stderr messages] *********************** Friday 27 May 2022 18:07:57 +0000 (0:00:01.160) 0:00:13.006 ************ ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add ifcfg-rh profile 'LST-TST-br34'", "[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34 (not-active)", "[005] #0, state:up persistent_state:present, 'LST-TST-br34': call 'ifup LST-TST-br34': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Friday 27 May 2022 18:07:57 +0000 (0:00:00.073) 0:00:13.079 ************ ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "LST-TST-br34", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add ifcfg-rh profile 'LST-TST-br34'\n[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34 (not-active)\n[005] #0, state:up persistent_state:present, 'LST-TST-br34': call 'ifup LST-TST-br34': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add ifcfg-rh profile 'LST-TST-br34'", "[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34 (not-active)", "[005] #0, state:up persistent_state:present, 'LST-TST-br34': call 'ifup LST-TST-br34': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 27 May 2022 18:07:58 +0000 (0:00:00.074) 0:00:13.154 ************ ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 27 May 2022 18:07:58 +0000 (0:00:00.417) 0:00:13.572 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/assert_device_present.yml for sut TASK [include] ***************************************************************** Friday 27 May 2022 18:07:58 +0000 (0:00:00.141) 0:00:13.713 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface LST-TST-br34] ************************************* Friday 27 May 2022 18:07:58 +0000 (0:00:00.134) 0:00:13.848 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1653674877.2312, "block_size": 4096, "blocks": 0, "ctime": 1653674877.2312, "dev": 20, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21161, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LST-TST-br34", "lnk_target": "../../devices/virtual/net/LST-TST-br34", "mode": "0777", "mtime": 1653674877.2312, "nlink": 1, "path": "/sys/class/net/LST-TST-br34", "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 interface LST-TST-br34 is present] *************************** Friday 27 May 2022 18:07:59 +0000 (0:00:00.303) 0:00:14.151 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** Friday 27 May 2022 18:07:59 +0000 (0:00:00.131) 0:00:14.283 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** Friday 27 May 2022 18:07:59 +0000 (0:00:00.151) 0:00:14.435 ************ TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 27 May 2022 18:07:59 +0000 (0:00:00.150) 0:00:14.585 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/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] *** Friday 27 May 2022 18:07:59 +0000 (0:00:00.142) 0:00:14.727 ************ 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 services are running] *********** Friday 27 May 2022 18:08:00 +0000 (0:00:00.460) 0:00:15.187 ************ 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] ********* Friday 27 May 2022 18:08:01 +0000 (0:00:01.836) 0:00:17.023 ************ 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] ********************* Friday 27 May 2022 18:08:03 +0000 (0:00:01.571) 0:00:18.595 ************ ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Install packages] *************************** Friday 27 May 2022 18:08:03 +0000 (0:00:00.088) 0:00:18.683 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 27 May 2022 18:08:03 +0000 (0:00:00.137) 0:00:18.821 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 27 May 2022 18:08:03 +0000 (0:00:00.085) 0:00:18.907 ************ 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 : Enable and start wpa_supplicant] ************ Friday 27 May 2022 18:08:03 +0000 (0:00:00.081) 0:00:18.988 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 27 May 2022 18:08:03 +0000 (0:00:00.078) 0:00:19.067 ************ ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** Friday 27 May 2022 18:08:04 +0000 (0:00:00.503) 0:00:19.570 ************ ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-42782v0wwbcgr/tmps_8qfe3v" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 27 May 2022 18:08:04 +0000 (0:00:00.509) 0:00:20.079 ************ changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "LST-TST-br34", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'LST-TST-br34': down connection LST-TST-br34 skipped because not active [004] #0, state:down persistent_state:absent, 'LST-TST-br34': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LST-TST-br34' TASK [linux-system-roles.network : Show stderr messages] *********************** Friday 27 May 2022 18:08:05 +0000 (0:00:00.485) 0:00:20.564 ************ ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'LST-TST-br34': down connection LST-TST-br34 skipped because not active", "[004] #0, state:down persistent_state:absent, 'LST-TST-br34': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LST-TST-br34'" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Friday 27 May 2022 18:08:05 +0000 (0:00:00.090) 0:00:20.655 ************ ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "LST-TST-br34", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'LST-TST-br34': down connection LST-TST-br34 skipped because not active\n[004] #0, state:down persistent_state:absent, 'LST-TST-br34': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LST-TST-br34'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'LST-TST-br34': down connection LST-TST-br34 skipped because not active", "[004] #0, state:down persistent_state:absent, 'LST-TST-br34': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LST-TST-br34'" ] } } TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 27 May 2022 18:08:05 +0000 (0:00:00.089) 0:00:20.744 ************ ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 27 May 2022 18:08:05 +0000 (0:00:00.291) 0:00:21.035 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/assert_device_present.yml for sut TASK [include] ***************************************************************** Friday 27 May 2022 18:08:06 +0000 (0:00:00.148) 0:00:21.183 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface LST-TST-br34] ************************************* Friday 27 May 2022 18:08:06 +0000 (0:00:00.140) 0:00:21.324 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1653674877.2312, "block_size": 4096, "blocks": 0, "ctime": 1653674877.2312, "dev": 20, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21161, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LST-TST-br34", "lnk_target": "../../devices/virtual/net/LST-TST-br34", "mode": "0777", "mtime": 1653674877.2312, "nlink": 1, "path": "/sys/class/net/LST-TST-br34", "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 interface LST-TST-br34 is present] *************************** Friday 27 May 2022 18:08:06 +0000 (0:00:00.301) 0:00:21.626 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [set fact to use nm network_provider] ************************************* Friday 27 May 2022 18:08:06 +0000 (0:00:00.084) 0:00:21.710 ************ ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Create test bridge LST-TST-br34 via nm provider] ************************* Friday 27 May 2022 18:08:06 +0000 (0:00:00.088) 0:00:21.799 ************ TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 27 May 2022 18:08:06 +0000 (0:00:00.161) 0:00:21.960 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/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] *** Friday 27 May 2022 18:08:07 +0000 (0:00:00.200) 0:00:22.160 ************ 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 services are running] *********** Friday 27 May 2022 18:08:07 +0000 (0:00:00.471) 0:00:22.632 ************ 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] ********* Friday 27 May 2022 18:08:09 +0000 (0:00:01.808) 0:00:24.441 ************ 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] ********************* Friday 27 May 2022 18:08:10 +0000 (0:00:01.552) 0:00:25.994 ************ ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Install packages] *************************** Friday 27 May 2022 18:08:10 +0000 (0:00:00.084) 0:00:26.078 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 27 May 2022 18:08:11 +0000 (0:00:00.135) 0:00:26.213 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 27 May 2022 18:08:11 +0000 (0:00:00.089) 0:00:26.303 ************ 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] ************ Friday 27 May 2022 18:08:11 +0000 (0:00:00.502) 0:00:26.805 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 27 May 2022 18:08:11 +0000 (0:00:00.096) 0:00:26.902 ************ 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] *** Friday 27 May 2022 18:08:11 +0000 (0:00:00.084) 0:00:26.987 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 27 May 2022 18:08:11 +0000 (0:00:00.080) 0:00:27.067 ************ changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "LST-TST-br34", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'LST-TST-br34': add connection LST-TST-br34, c48ef962-4260-4382-8dc4-14ac939bb847 [004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34, c48ef962-4260-4382-8dc4-14ac939bb847 (not-active) TASK [linux-system-roles.network : Show stderr messages] *********************** Friday 27 May 2022 18:08:12 +0000 (0:00:00.591) 0:00:27.659 ************ ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add connection LST-TST-br34, c48ef962-4260-4382-8dc4-14ac939bb847", "[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34, c48ef962-4260-4382-8dc4-14ac939bb847 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Friday 27 May 2022 18:08:12 +0000 (0:00:00.086) 0:00:27.745 ************ ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "LST-TST-br34", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add connection LST-TST-br34, c48ef962-4260-4382-8dc4-14ac939bb847\n[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34, c48ef962-4260-4382-8dc4-14ac939bb847 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add connection LST-TST-br34, c48ef962-4260-4382-8dc4-14ac939bb847", "[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34, c48ef962-4260-4382-8dc4-14ac939bb847 (not-active)" ] } } TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 27 May 2022 18:08:12 +0000 (0:00:00.083) 0:00:27.829 ************ ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 27 May 2022 18:08:13 +0000 (0:00:00.290) 0:00:28.120 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/assert_device_present.yml for sut TASK [include] ***************************************************************** Friday 27 May 2022 18:08:13 +0000 (0:00:00.190) 0:00:28.310 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface LST-TST-br34] ************************************* Friday 27 May 2022 18:08:13 +0000 (0:00:00.138) 0:00:28.448 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1653674877.2312, "block_size": 4096, "blocks": 0, "ctime": 1653674877.2312, "dev": 20, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21161, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LST-TST-br34", "lnk_target": "../../devices/virtual/net/LST-TST-br34", "mode": "0777", "mtime": 1653674877.2312, "nlink": 1, "path": "/sys/class/net/LST-TST-br34", "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 interface LST-TST-br34 is present] *************************** Friday 27 May 2022 18:08:13 +0000 (0:00:00.305) 0:00:28.754 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** Friday 27 May 2022 18:08:13 +0000 (0:00:00.086) 0:00:28.840 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** Friday 27 May 2022 18:08:13 +0000 (0:00:00.143) 0:00:28.984 ************ TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 27 May 2022 18:08:14 +0000 (0:00:00.142) 0:00:29.126 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/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] *** Friday 27 May 2022 18:08:14 +0000 (0:00:00.148) 0:00:29.275 ************ 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 services are running] *********** Friday 27 May 2022 18:08:14 +0000 (0:00:00.459) 0:00:29.735 ************ 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] ********* Friday 27 May 2022 18:08:16 +0000 (0:00:01.790) 0:00:31.525 ************ 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] ********************* Friday 27 May 2022 18:08:17 +0000 (0:00:01.495) 0:00:33.021 ************ ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Install packages] *************************** Friday 27 May 2022 18:08:18 +0000 (0:00:00.083) 0:00:33.104 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 27 May 2022 18:08:18 +0000 (0:00:00.152) 0:00:33.257 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 27 May 2022 18:08:18 +0000 (0:00:00.088) 0:00:33.345 ************ 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] ************ Friday 27 May 2022 18:08:18 +0000 (0:00:00.537) 0:00:33.883 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 27 May 2022 18:08:18 +0000 (0:00:00.091) 0:00:33.975 ************ 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] *** Friday 27 May 2022 18:08:18 +0000 (0:00:00.091) 0:00:34.067 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 27 May 2022 18:08:19 +0000 (0:00:00.081) 0:00:34.148 ************ changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "LST-TST-br34", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Show stderr messages] *********************** Friday 27 May 2022 18:08:19 +0000 (0:00:00.589) 0:00:34.738 ************ ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Friday 27 May 2022 18:08:19 +0000 (0:00:00.111) 0:00:34.850 ************ ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "LST-TST-br34", "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 : Re-test connectivity] *********************** Friday 27 May 2022 18:08:19 +0000 (0:00:00.084) 0:00:34.935 ************ ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 27 May 2022 18:08:20 +0000 (0:00:00.286) 0:00:35.222 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/assert_device_present.yml for sut TASK [include] ***************************************************************** Friday 27 May 2022 18:08:20 +0000 (0:00:00.152) 0:00:35.374 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface LST-TST-br34] ************************************* Friday 27 May 2022 18:08:20 +0000 (0:00:00.134) 0:00:35.508 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1653674877.2312, "block_size": 4096, "blocks": 0, "ctime": 1653674877.2312, "dev": 20, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21161, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LST-TST-br34", "lnk_target": "../../devices/virtual/net/LST-TST-br34", "mode": "0777", "mtime": 1653674877.2312, "nlink": 1, "path": "/sys/class/net/LST-TST-br34", "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 interface LST-TST-br34 is present] *************************** Friday 27 May 2022 18:08:20 +0000 (0:00:00.310) 0:00:35.819 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** Friday 27 May 2022 18:08:20 +0000 (0:00:00.140) 0:00:35.960 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/delete_interface.yml for sut TASK [remove test interface if necessary] ************************************** Friday 27 May 2022 18:08:21 +0000 (0:00:00.187) 0:00:36.147 ************ ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "LST-TST-br34" ], "delta": "0:00:00.017478", "end": "2022-05-27 18:08:20.896081", "rc": 0, "start": "2022-05-27 18:08:20.878603" } TASK [include_tasks] *********************************************************** Friday 27 May 2022 18:08:21 +0000 (0:00:00.421) 0:00:36.569 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [include] ***************************************************************** Friday 27 May 2022 18:08:21 +0000 (0:00:00.162) 0:00:36.732 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface LST-TST-br34] ************************************* Friday 27 May 2022 18:08:21 +0000 (0:00:00.139) 0:00:36.871 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface LST-TST-br34 is absent] **************************** Friday 27 May 2022 18:08:22 +0000 (0:00:00.294) 0:00:37.165 ************ ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=71 changed=6 unreachable=0 failed=0 skipped=17 rescued=0 ignored=0 Friday 27 May 2022 18:08:22 +0000 (0:00:00.029) 0:00:37.195 ************ =============================================================================== linux-system-roles.network : Check which services are running ----------- 1.84s linux-system-roles.network : Check which services are running ----------- 1.84s linux-system-roles.network : Check which packages are installed --------- 1.81s linux-system-roles.network : Check which services are running ----------- 1.81s linux-system-roles.network : Check which services are running ----------- 1.79s linux-system-roles.network : Check which packages are installed --------- 1.57s linux-system-roles.network : Check which packages are installed --------- 1.55s linux-system-roles.network : Check which packages are installed --------- 1.50s Gathering Facts --------------------------------------------------------- 0.90s Gathering Facts --------------------------------------------------------- 0.66s linux-system-roles.network : Configure networking connection profiles --- 0.59s linux-system-roles.network : Configure networking connection profiles --- 0.59s linux-system-roles.network : Enable and start NetworkManager ------------ 0.54s linux-system-roles.network : Enable and start NetworkManager ------------ 0.50s linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.47s linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.46s linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.46s remove test interface if necessary -------------------------------------- 0.42s linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.40s Get stat for interface LST-TST-br34 ------------------------------------- 0.31s ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.exceptions import InvalidSignature ---^---^---^---^---^---