# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-nm_plugin_hotfixn7rr9n07/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-nm_plugin_hotfixn7rr9n07/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_hotfixn7rr9n07/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 15:56:11 +0000 (0:00:00.039) 0:00:00.039 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 15:56:11 +0000 (0:00:00.748) 0:00:00.788 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/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_hotfixn7rr9n07/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 15:56:11 +0000 (0:00:00.012) 0:00:00.800 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 15:56:11 +0000 (0:00:00.017) 0:00:00.818 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 15:56:11 +0000 (0:00:00.179) 0:00:00.998 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 15:56:11 +0000 (0:00:00.014) 0:00:01.013 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 15:56:11 +0000 (0:00:00.009) 0:00:01.023 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 15:56:12 +0000 (0:00:00.022) 0:00:01.045 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 15:56:12 +0000 (0:00:00.185) 0:00:01.231 ******* 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_hotfixn7rr9n07/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 15:56:12 +0000 (0:00:00.453) 0:00:01.684 ******* ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.175274", "end": "2024-02-18 15:56:12.936892", "rc": 0, "start": "2024-02-18 15:56:12.761618" } STDOUT: Loaded plugins: fastestmirror ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7/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/7/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7/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=stock&content=centos 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/7/epel pkgdir = /var/cache/yum/x86_64/7/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_hotfixn7rr9n07/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 15:56:12 +0000 (0:00:00.297) 0:00:01.982 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '8'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 15:56:12 +0000 (0:00:00.008) 0:00:01.991 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 15:56:12 +0000 (0:00:00.008) 0:00:02.000 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 15:56:12 +0000 (0:00:00.012) 0:00:02.012 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:12 +0000 (0:00:00.011) 0:00:02.023 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.009) 0:00:02.033 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003842", "end": "2024-02-18 15:56:13.112055", "rc": 0, "start": "2024-02-18 15:56:13.108213" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.122) 0:00:02.156 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.010) 0:00:02.166 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.009) 0:00:02.176 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.014) 0:00:02.190 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.008) 0:00:02.199 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.007) 0:00:02.207 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.011) 0:00:02.218 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.010) 0:00:02.228 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003662", "end": "2024-02-18 15:56:13.307241", "rc": 0, "start": "2024-02-18 15:56:13.303579" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.122) 0:00:02.351 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.009) 0:00:02.361 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.009) 0:00:02.371 ******* 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_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.304) 0:00:02.676 ******* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.014) 0:00:02.690 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.009) 0:00:02.700 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.011) 0:00:02.712 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.008) 0:00:02.721 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.008) 0:00:02.729 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.008) 0:00:02.738 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.009) 0:00:02.747 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.014) 0:00:02.761 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.009) 0:00:02.771 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003524", "end": "2024-02-18 15:56:13.849397", "rc": 0, "start": "2024-02-18 15:56:13.845873" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.121) 0:00:02.893 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.013) 0:00:02.906 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.010) 0:00:02.916 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.015) 0:00:02.931 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:56:13 +0000 (0:00:00.012) 0:00:02.943 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:56:14 +0000 (0:00:00.119) 0:00:03.063 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 15:56:14 +0000 (0:00:00.010) 0:00:03.074 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:56:14 +0000 (0:00:00.015) 0:00:03.089 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:56:14 +0000 (0:00:00.008) 0:00:03.097 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:56:14 +0000 (0:00:00.007) 0:00:03.105 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:14 +0000 (0:00:00.011) 0:00:03.117 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:14 +0000 (0:00:00.009) 0:00:03.126 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003743", "end": "2024-02-18 15:56:14.205123", "rc": 0, "start": "2024-02-18 15:56:14.201380" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:14 +0000 (0:00:00.122) 0:00:03.249 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:14 +0000 (0:00:00.009) 0:00:03.259 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:56:14 +0000 (0:00:00.010) 0:00:03.269 ******* 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_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:56:14 +0000 (0:00:00.304) 0:00:03.574 ******* 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.009881", "end": "2024-02-18 15:56:14.663496", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-18 15:56:14.653615" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004014", "end": "2024-02-18 15:56:14.789824", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-18 15:56:14.785810" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004511", "end": "2024-02-18 15:56:14.905175", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-18 15:56:14.900664" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:56:14 +0000 (0:00:00.375) 0:00:03.949 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.038619", "end": "2024-02-18 15:56:15.065268", "rc": 0, "start": "2024-02-18 15:56:15.026649" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.166) 0:00:04.116 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.010) 0:00:04.126 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.008) 0:00:04.135 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.009) 0:00:04.144 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.009) 0:00:04.154 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.008) 0:00:04.162 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.016) 0:00:04.179 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.011) 0:00:04.191 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003963", "end": "2024-02-18 15:56:15.271824", "rc": 0, "start": "2024-02-18 15:56:15.267861" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.125) 0:00:04.316 ******* 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_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.010) 0:00:04.326 ******* 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_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.010) 0:00:04.336 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.016) 0:00:04.353 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.011) 0:00:04.364 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708271774.6683073, "block_size": 4096, "blocks": 0, "ctime": 1708271774.6683073, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17703, "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": 1708271774.6683073, "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_hotfixn7rr9n07/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.120) 0:00:04.485 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.011) 0:00:04.497 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.020) 0:00:04.517 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.008) 0:00:04.526 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.009) 0:00:04.535 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.011) 0:00:04.547 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.010) 0:00:04.557 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003564", "end": "2024-02-18 15:56:15.636048", "rc": 0, "start": "2024-02-18 15:56:15.632484" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.122) 0:00:04.679 ******* 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_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.011) 0:00:04.690 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.010) 0:00:04.701 ******* 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_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.304) 0:00:05.006 ******* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.014) 0:00:05.021 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:56:15 +0000 (0:00:00.008) 0:00:05.029 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008873", "end": "2024-02-18 15:56:16.114899", "rc": 0, "start": "2024-02-18 15:56:16.106026" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.132) 0:00:05.162 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.009) 0:00:05.171 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.009) 0:00:05.180 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.009) 0:00:05.190 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.008) 0:00:05.198 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.019) 0:00:05.218 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.010) 0:00:05.228 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003645", "end": "2024-02-18 15:56:16.306226", "rc": 0, "start": "2024-02-18 15:56:16.302581" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.131) 0:00:05.359 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.010) 0:00:05.369 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.011) 0:00:05.381 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.020) 0:00:05.402 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.010) 0:00:05.413 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.120) 0:00:05.533 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tests_helpers_and_asserts.yml:15 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.011) 0:00:05.545 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.016) 0:00:05.561 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.016) 0:00:05.578 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.010) 0:00:05.588 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003644", "end": "2024-02-18 15:56:16.667199", "rc": 0, "start": "2024-02-18 15:56:16.663555" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.123) 0:00:05.711 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.012) 0:00:05.724 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.011) 0:00:05.735 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.012) 0:00:05.748 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.009) 0:00:05.758 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.008) 0:00:05.766 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.012) 0:00:05.779 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.012) 0:00:05.791 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003661", "end": "2024-02-18 15:56:16.870804", "rc": 0, "start": "2024-02-18 15:56:16.867143" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.124) 0:00:05.915 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.010) 0:00:05.926 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:56:16 +0000 (0:00:00.011) 0:00:05.937 ******* 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_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.306) 0:00:06.243 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.015) 0:00:06.258 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.009) 0:00:06.268 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.009) 0:00:06.277 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.009) 0:00:06.287 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.008) 0:00:06.295 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.009) 0:00:06.305 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.008) 0:00:06.313 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.013) 0:00:06.326 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.010) 0:00:06.337 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003626", "end": "2024-02-18 15:56:17.416044", "rc": 0, "start": "2024-02-18 15:56:17.412418" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.122) 0:00:06.460 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.010) 0:00:06.470 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.010) 0:00:06.480 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.014) 0:00:06.495 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.010) 0:00:06.505 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.119) 0:00:06.624 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.013) 0:00:06.638 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.017) 0:00:06.655 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.010) 0:00:06.666 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.011) 0:00:06.678 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.013) 0:00:06.692 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.014) 0:00:06.706 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003577", "end": "2024-02-18 15:56:17.819409", "rc": 0, "start": "2024-02-18 15:56:17.815832" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.158) 0:00:06.865 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.010) 0:00:06.876 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:56:17 +0000 (0:00:00.010) 0:00:06.887 ******* 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_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.304) 0:00:07.191 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.015) 0:00:07.206 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.008) 0:00:07.215 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.009) 0:00:07.225 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011196", "end": "2024-02-18 15:56:18.314187", "rc": 0, "start": "2024-02-18 15:56:18.302991" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.139) 0:00:07.364 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.009) 0:00:07.374 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.009) 0:00:07.384 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.008) 0:00:07.392 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.016) 0:00:07.409 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.009) 0:00:07.419 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003799", "end": "2024-02-18 15:56:18.497534", "rc": 0, "start": "2024-02-18 15:56:18.493735" } STDOUT: bond0 bonding_masters dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.122) 0:00:07.541 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.010) 0:00:07.551 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.013) 0:00:07.565 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.016) 0:00:07.582 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.011) 0:00:07.593 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708271778.3162103, "block_size": 4096, "blocks": 0, "ctime": 1708271778.3152103, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17732, "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": 1708271778.3152103, "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_hotfixn7rr9n07/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.122) 0:00:07.716 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.017) 0:00:07.733 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.019) 0:00:07.753 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.010) 0:00:07.763 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.012) 0:00:07.776 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.012) 0:00:07.788 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.011) 0:00:07.799 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003587", "end": "2024-02-18 15:56:18.878129", "rc": 0, "start": "2024-02-18 15:56:18.874542" } STDOUT: bond0 bonding_masters dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.123) 0:00:07.923 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.013) 0:00:07.937 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:56:18 +0000 (0:00:00.013) 0:00:07.950 ******* 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_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.309) 0:00:08.259 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.015) 0:00:08.275 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.009) 0:00:08.284 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.010) 0:00:08.295 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.009) 0:00:08.304 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010219", "end": "2024-02-18 15:56:19.392201", "rc": 0, "start": "2024-02-18 15:56:19.381982" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.132) 0:00:08.437 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.010) 0:00:08.448 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.009) 0:00:08.457 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.020) 0:00:08.478 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.010) 0:00:08.488 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003648", "end": "2024-02-18 15:56:19.567365", "rc": 0, "start": "2024-02-18 15:56:19.563717" } STDOUT: bond0 bonding_masters dummy0 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.128) 0:00:08.616 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy0", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.010) 0:00:08.627 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy0', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.010) 0:00:08.637 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.019) 0:00:08.657 ******* included: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.010) 0:00:08.668 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.123) 0:00:08.792 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Sunday 18 February 2024 15:56:19 +0000 (0:00:00.016) 0:00:08.808 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 0.75s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tests_helpers_and_asserts.yml:3 --- Install yum-utils package ----------------------------------------------- 0.45s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/enable_epel.yml:24 ---------- Create veth interface veth1298 ------------------------------------------ 0.38s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:27 Install iproute --------------------------------------------------------- 0.31s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.31s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:16 Enable EPEL 7 ----------------------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/enable_epel.yml:30 ---------- Create EPEL 7 ----------------------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/enable_epel.yml:8 ----------- Check if system is ostree ----------------------------------------------- 0.18s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.17s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:35 Gather current interface info ------------------------------------------- 0.16s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.14s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:49 Delete dummy interface dummy1298 ---------------------------------------- 0.13s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:54 Delete veth interface veth1298 ------------------------------------------ 0.13s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.13s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.13s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.13s /WORKDIR/git-nm_plugin_hotfixn7rr9n07/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---