# 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_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tests_helpers_and_asserts.yml:3 Monday 19 February 2024 23:47:27 +0000 (0:00:00.013) 0:00:00.013 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tests_helpers_and_asserts.yml:6 Monday 19 February 2024 23:47:28 +0000 (0:00:00.724) 0:00:00.738 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/el_repo_setup.yml:3 Monday 19 February 2024 23:47:28 +0000 (0:00:00.051) 0:00:00.790 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/el_repo_setup.yml:19 Monday 19 February 2024 23:47:29 +0000 (0:00:00.321) 0:00:01.112 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/el_repo_setup.yml:24 Monday 19 February 2024 23:47:29 +0000 (0:00:00.224) 0:00:01.336 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/el_repo_setup.yml:28 Monday 19 February 2024 23:47:29 +0000 (0:00:00.028) 0:00:01.364 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/el_repo_setup.yml:53 Monday 19 February 2024 23:47:29 +0000 (0:00:00.018) 0:00:01.383 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/enable_epel.yml:8 Monday 19 February 2024 23:47:29 +0000 (0:00:00.061) 0:00:01.445 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/enable_epel.yml:24 Monday 19 February 2024 23:47:29 +0000 (0:00:00.243) 0:00:01.688 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/enable_epel.yml:30 Monday 19 February 2024 23:47:30 +0000 (0:00:00.494) 0:00:02.182 ******* ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.204553", "end": "2024-02-19 23:47:30.480526", "rc": 0, "start": "2024-02-19 23:47:30.275973" } STDOUT: ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7Server baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7Server/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7Server/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7Server/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7Server/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=$infra&content=$contentdir minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7Server/epel pkgdir = /var/cache/yum/x86_64/7Server/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/enable_epel.yml:35 Monday 19 February 2024 23:47:30 +0000 (0:00:00.340) 0:00:02.522 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/enable_epel.yml:40 Monday 19 February 2024 23:47:30 +0000 (0:00:00.021) 0:00:02.544 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tests_helpers_and_asserts.yml:9 Monday 19 February 2024 23:47:30 +0000 (0:00:00.026) 0:00:02.571 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 23:47:30 +0000 (0:00:00.016) 0:00:02.587 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:30 +0000 (0:00:00.024) 0:00:02.611 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:30 +0000 (0:00:00.011) 0:00:02.623 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003598", "end": "2024-02-19 23:47:30.717684", "rc": 0, "start": "2024-02-19 23:47:30.714086" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:30 +0000 (0:00:00.143) 0:00:02.766 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:30 +0000 (0:00:00.018) 0:00:02.785 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 23:47:30 +0000 (0:00:00.011) 0:00:02.796 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:47:30 +0000 (0:00:00.018) 0:00:02.814 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:47:30 +0000 (0:00:00.010) 0:00:02.824 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:47:30 +0000 (0:00:00.009) 0:00:02.834 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:30 +0000 (0:00:00.013) 0:00:02.847 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:30 +0000 (0:00:00.028) 0:00:02.876 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003574", "end": "2024-02-19 23:47:31.044580", "rc": 0, "start": "2024-02-19 23:47:31.041006" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:31 +0000 (0:00:00.203) 0:00:03.080 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:31 +0000 (0:00:00.015) 0:00:03.095 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:47:31 +0000 (0:00:00.023) 0:00:03.119 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 23:47:31 +0000 (0:00:00.433) 0:00:03.552 ******* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 23:47:31 +0000 (0:00:00.049) 0:00:03.601 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 23:47:31 +0000 (0:00:00.077) 0:00:03.679 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 23:47:31 +0000 (0:00:00.036) 0:00:03.715 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 23:47:31 +0000 (0:00:00.029) 0:00:03.745 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:47:31 +0000 (0:00:00.020) 0:00:03.765 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 23:47:31 +0000 (0:00:00.033) 0:00:03.799 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 23:47:31 +0000 (0:00:00.027) 0:00:03.827 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:31 +0000 (0:00:00.016) 0:00:03.844 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:31 +0000 (0:00:00.021) 0:00:03.865 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003587", "end": "2024-02-19 23:47:31.967838", "rc": 0, "start": "2024-02-19 23:47:31.964251" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:31 +0000 (0:00:00.150) 0:00:04.015 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:32 +0000 (0:00:00.019) 0:00:04.035 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 23:47:32 +0000 (0:00:00.030) 0:00:04.066 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:47:32 +0000 (0:00:00.041) 0:00:04.107 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:47:32 +0000 (0:00:00.033) 0:00:04.141 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:47:32 +0000 (0:00:00.189) 0:00:04.331 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 23:47:32 +0000 (0:00:00.035) 0:00:04.367 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:47:32 +0000 (0:00:00.017) 0:00:04.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:47:32 +0000 (0:00:00.011) 0:00:04.395 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:47:32 +0000 (0:00:00.015) 0:00:04.411 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:32 +0000 (0:00:00.023) 0:00:04.435 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:32 +0000 (0:00:00.021) 0:00:04.457 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003630", "end": "2024-02-19 23:47:32.567750", "rc": 0, "start": "2024-02-19 23:47:32.564120" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:32 +0000 (0:00:00.157) 0:00:04.614 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:32 +0000 (0:00:00.012) 0:00:04.627 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:47:32 +0000 (0:00:00.020) 0:00:04.647 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 23:47:33 +0000 (0:00:00.427) 0:00:05.075 ******* ok: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth1298", "type", "veth", "peer", "name", "peerveth1298" ], "delta": "0:00:00.009545", "end": "2024-02-19 23:47:33.180634", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-19 23:47:33.171089" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.006812", "end": "2024-02-19 23:47:33.345310", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-19 23:47:33.338498" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.007110", "end": "2024-02-19 23:47:33.471682", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-19 23:47:33.464572" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 23:47:33 +0000 (0:00:00.433) 0:00:05.509 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.027011", "end": "2024-02-19 23:47:33.631899", "rc": 0, "start": "2024-02-19 23:47:33.604888" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 23:47:33 +0000 (0:00:00.182) 0:00:05.692 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 23:47:33 +0000 (0:00:00.027) 0:00:05.719 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 23:47:33 +0000 (0:00:00.020) 0:00:05.739 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:47:33 +0000 (0:00:00.012) 0:00:05.752 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 23:47:33 +0000 (0:00:00.014) 0:00:05.767 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 23:47:33 +0000 (0:00:00.011) 0:00:05.778 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:33 +0000 (0:00:00.018) 0:00:05.797 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:33 +0000 (0:00:00.009) 0:00:05.807 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003690", "end": "2024-02-19 23:47:33.901086", "rc": 0, "start": "2024-02-19 23:47:33.897396" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:33 +0000 (0:00:00.126) 0:00:05.934 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:33 +0000 (0:00:00.011) 0:00:05.945 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 23:47:33 +0000 (0:00:00.018) 0:00:05.964 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 23:47:33 +0000 (0:00:00.021) 0:00:05.985 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:47:33 +0000 (0:00:00.018) 0:00:06.004 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708386453.1847823, "block_size": 4096, "blocks": 0, "ctime": 1708386453.1847823, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17605, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth1298", "lnk_target": "../../devices/virtual/net/veth1298", "mode": "0777", "mtime": 1708386453.1847823, "nlink": 1, "path": "/sys/class/net/veth1298", "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 - 'veth1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 23:47:34 +0000 (0:00:00.148) 0:00:06.152 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 23:47:34 +0000 (0:00:00.019) 0:00:06.172 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:47:34 +0000 (0:00:00.024) 0:00:06.197 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:47:34 +0000 (0:00:00.011) 0:00:06.209 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:47:34 +0000 (0:00:00.008) 0:00:06.217 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:34 +0000 (0:00:00.012) 0:00:06.230 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:34 +0000 (0:00:00.010) 0:00:06.240 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003663", "end": "2024-02-19 23:47:34.332864", "rc": 0, "start": "2024-02-19 23:47:34.329201" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:34 +0000 (0:00:00.126) 0:00:06.366 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:34 +0000 (0:00:00.038) 0:00:06.404 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:47:34 +0000 (0:00:00.015) 0:00:06.419 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 23:47:34 +0000 (0:00:00.392) 0:00:06.812 ******* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 23:47:34 +0000 (0:00:00.024) 0:00:06.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 23:47:34 +0000 (0:00:00.020) 0:00:06.857 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008341", "end": "2024-02-19 23:47:34.961074", "rc": 0, "start": "2024-02-19 23:47:34.952733" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 23:47:34 +0000 (0:00:00.146) 0:00:07.004 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 23:47:35 +0000 (0:00:00.022) 0:00:07.027 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:47:35 +0000 (0:00:00.011) 0:00:07.039 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 23:47:35 +0000 (0:00:00.011) 0:00:07.050 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 23:47:35 +0000 (0:00:00.013) 0:00:07.064 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:35 +0000 (0:00:00.036) 0:00:07.100 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:35 +0000 (0:00:00.027) 0:00:07.128 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003617", "end": "2024-02-19 23:47:35.224508", "rc": 0, "start": "2024-02-19 23:47:35.220891" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:35 +0000 (0:00:00.129) 0:00:07.258 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:35 +0000 (0:00:00.011) 0:00:07.270 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 23:47:35 +0000 (0:00:00.009) 0:00:07.279 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:47:35 +0000 (0:00:00.020) 0:00:07.300 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:47:35 +0000 (0:00:00.011) 0:00:07.312 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:47:35 +0000 (0:00:00.124) 0:00:07.436 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tests_helpers_and_asserts.yml:15 Monday 19 February 2024 23:47:35 +0000 (0:00:00.017) 0:00:07.454 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 23:47:35 +0000 (0:00:00.016) 0:00:07.470 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:35 +0000 (0:00:00.028) 0:00:07.499 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:35 +0000 (0:00:00.016) 0:00:07.515 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004734", "end": "2024-02-19 23:47:36.627868", "rc": 0, "start": "2024-02-19 23:47:35.623134" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:36 +0000 (0:00:01.144) 0:00:08.660 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:36 +0000 (0:00:00.011) 0:00:08.671 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 23:47:36 +0000 (0:00:00.009) 0:00:08.680 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:47:36 +0000 (0:00:00.013) 0:00:08.694 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:47:36 +0000 (0:00:00.009) 0:00:08.704 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:47:36 +0000 (0:00:00.009) 0:00:08.714 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:36 +0000 (0:00:00.012) 0:00:08.726 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:36 +0000 (0:00:00.015) 0:00:08.742 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003661", "end": "2024-02-19 23:47:36.843079", "rc": 0, "start": "2024-02-19 23:47:36.839418" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:36 +0000 (0:00:00.141) 0:00:08.883 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:36 +0000 (0:00:00.039) 0:00:08.923 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:47:36 +0000 (0:00:00.055) 0:00:08.979 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 23:47:37 +0000 (0:00:00.432) 0:00:09.411 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 23:47:37 +0000 (0:00:00.038) 0:00:09.450 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 23:47:37 +0000 (0:00:00.018) 0:00:09.469 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 23:47:37 +0000 (0:00:00.017) 0:00:09.486 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 23:47:37 +0000 (0:00:00.032) 0:00:09.519 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:47:37 +0000 (0:00:00.022) 0:00:09.541 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 23:47:37 +0000 (0:00:00.017) 0:00:09.559 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 23:47:37 +0000 (0:00:00.048) 0:00:09.608 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:37 +0000 (0:00:00.065) 0:00:09.673 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:37 +0000 (0:00:00.030) 0:00:09.704 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003708", "end": "2024-02-19 23:47:37.858054", "rc": 0, "start": "2024-02-19 23:47:37.854346" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:37 +0000 (0:00:00.201) 0:00:09.906 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:37 +0000 (0:00:00.012) 0:00:09.918 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 23:47:37 +0000 (0:00:00.029) 0:00:09.947 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:47:37 +0000 (0:00:00.017) 0:00:09.965 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:47:37 +0000 (0:00:00.011) 0:00:09.976 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:47:38 +0000 (0:00:00.132) 0:00:10.109 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 23:47:38 +0000 (0:00:00.012) 0:00:10.121 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:47:38 +0000 (0:00:00.020) 0:00:10.142 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:47:38 +0000 (0:00:00.009) 0:00:10.152 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:47:38 +0000 (0:00:00.008) 0:00:10.161 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:38 +0000 (0:00:00.013) 0:00:10.174 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:38 +0000 (0:00:00.012) 0:00:10.186 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003593", "end": "2024-02-19 23:47:38.279651", "rc": 0, "start": "2024-02-19 23:47:38.276058" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:38 +0000 (0:00:00.125) 0:00:10.312 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:38 +0000 (0:00:00.011) 0:00:10.323 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:47:38 +0000 (0:00:00.009) 0:00:10.333 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 23:47:38 +0000 (0:00:00.382) 0:00:10.715 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 23:47:38 +0000 (0:00:00.025) 0:00:10.740 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 23:47:38 +0000 (0:00:00.012) 0:00:10.753 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 23:47:38 +0000 (0:00:00.010) 0:00:10.764 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007588", "end": "2024-02-19 23:47:38.867883", "rc": 0, "start": "2024-02-19 23:47:38.860295" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 23:47:38 +0000 (0:00:00.144) 0:00:10.908 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:47:38 +0000 (0:00:00.013) 0:00:10.922 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 23:47:38 +0000 (0:00:00.027) 0:00:10.949 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 23:47:38 +0000 (0:00:00.021) 0:00:10.971 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:38 +0000 (0:00:00.022) 0:00:10.993 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:38 +0000 (0:00:00.010) 0:00:11.004 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003842", "end": "2024-02-19 23:47:39.099115", "rc": 0, "start": "2024-02-19 23:47:39.095273" } STDOUT: bond0 bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:39 +0000 (0:00:00.129) 0:00:11.133 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:39 +0000 (0:00:00.012) 0:00:11.146 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 23:47:39 +0000 (0:00:00.012) 0:00:11.158 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 23:47:39 +0000 (0:00:00.042) 0:00:11.201 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:47:39 +0000 (0:00:00.021) 0:00:11.223 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708386458.866848, "block_size": 4096, "blocks": 0, "ctime": 1708386458.866848, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17494, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/dummy1298", "lnk_target": "../../devices/virtual/net/dummy1298", "mode": "0777", "mtime": 1708386458.866848, "nlink": 1, "path": "/sys/class/net/dummy1298", "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 - 'dummy1298'] ********************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 23:47:39 +0000 (0:00:00.186) 0:00:11.409 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 23:47:39 +0000 (0:00:00.033) 0:00:11.442 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:47:39 +0000 (0:00:00.085) 0:00:11.528 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:47:39 +0000 (0:00:00.013) 0:00:11.541 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:47:39 +0000 (0:00:00.010) 0:00:11.551 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:39 +0000 (0:00:00.026) 0:00:11.577 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:39 +0000 (0:00:00.011) 0:00:11.589 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003619", "end": "2024-02-19 23:47:39.700875", "rc": 0, "start": "2024-02-19 23:47:39.697256" } STDOUT: bond0 bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:39 +0000 (0:00:00.145) 0:00:11.735 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:39 +0000 (0:00:00.010) 0:00:11.746 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:47:39 +0000 (0:00:00.010) 0:00:11.756 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 23:47:40 +0000 (0:00:00.391) 0:00:12.147 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 23:47:40 +0000 (0:00:00.034) 0:00:12.182 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 23:47:40 +0000 (0:00:00.039) 0:00:12.221 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 23:47:40 +0000 (0:00:00.019) 0:00:12.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 23:47:40 +0000 (0:00:00.017) 0:00:12.258 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008611", "end": "2024-02-19 23:47:40.407116", "rc": 0, "start": "2024-02-19 23:47:40.398505" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:47:40 +0000 (0:00:00.210) 0:00:12.468 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 23:47:40 +0000 (0:00:00.057) 0:00:12.525 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 23:47:40 +0000 (0:00:00.032) 0:00:12.558 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:40 +0000 (0:00:00.070) 0:00:12.628 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:40 +0000 (0:00:00.040) 0:00:12.669 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003559", "end": "2024-02-19 23:47:40.777866", "rc": 0, "start": "2024-02-19 23:47:40.774307" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:40 +0000 (0:00:00.169) 0:00:12.839 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:40 +0000 (0:00:00.021) 0:00:12.860 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 23:47:40 +0000 (0:00:00.052) 0:00:12.913 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:47:40 +0000 (0:00:00.052) 0:00:12.966 ******* included: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:47:40 +0000 (0:00:00.040) 0:00:13.006 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:47:41 +0000 (0:00:00.147) 0:00:13.154 ******* ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=122 changed=0 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Monday 19 February 2024 23:47:41 +0000 (0:00:00.036) 0:00:13.190 ******* =============================================================================== Gather current interface info ------------------------------------------- 1.14s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tests_helpers_and_asserts.yml:3 --- Install yum-utils package ----------------------------------------------- 0.49s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/enable_epel.yml:24 ---------- Create veth interface veth1298 ------------------------------------------ 0.43s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:28 Install iproute --------------------------------------------------------- 0.43s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.43s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.43s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.39s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.39s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.38s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:16 Enable EPEL 7 ----------------------------------------------------------- 0.34s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/enable_epel.yml:30 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.32s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/el_repo_setup.yml:3 --------- Create EPEL 7 ----------------------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/enable_epel.yml:8 ----------- Check if system is ostree ----------------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/el_repo_setup.yml:19 -------- Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:58 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml:3 ---- Get stat for interface dummy1298 ---------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/get_interface_stat.yml:3 ---- Set up veth as managed by NetworkManager -------------------------------- 0.18s /WORKDIR/git-nm_plugin_hotfixxnya8l10/tests/tasks/manage_test_interface.yml:37 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---