# 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-weekly-cijalj706x/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tests_helpers_and_asserts.yml:3 Saturday 16 March 2024 13:33:08 +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-weekly-cijalj706x/tests/tests_helpers_and_asserts.yml:6 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.596) 0:00:00.610 ******** included: /WORKDIR/git-weekly-cijalj706x/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-weekly-cijalj706x/tests/tasks/el_repo_setup.yml:3 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.022) 0:00:00.632 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/el_repo_setup.yml:19 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.238) 0:00:00.871 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/el_repo_setup.yml:24 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.197) 0:00:01.069 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/el_repo_setup.yml:28 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.020) 0:00:01.089 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/el_repo_setup.yml:53 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.018) 0:00:01.108 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/enable_epel.yml:8 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.030) 0:00:01.139 ******** 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-weekly-cijalj706x/tests/tasks/enable_epel.yml:24 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.194) 0:00:01.333 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } lsrpackages: yum-utils TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/enable_epel.yml:30 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.479) 0:00:01.812 ******** ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.189134", "end": "2024-03-16 13:33:10.915103", "rc": 0, "start": "2024-03-16 13:33:10.725969" } 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-weekly-cijalj706x/tests/tasks/enable_epel.yml:35 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.321) 0:00:02.134 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/enable_epel.yml:40 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.010) 0:00:02.145 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tests_helpers_and_asserts.yml:9 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.008) 0:00:02.153 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:3 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.012) 0:00:02.166 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.010) 0:00:02.176 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.009) 0:00:02.186 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003512", "end": "2024-03-16 13:33:11.099911", "rc": 0, "start": "2024-03-16 13:33:11.096399" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.132) 0:00:02.318 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.009) 0:00:02.328 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:5 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.009) 0:00:02.337 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.015) 0:00:02.353 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.008) 0:00:02.361 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.009) 0:00:02.370 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.012) 0:00:02.383 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.009) 0:00:02.393 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003658", "end": "2024-03-16 13:33:11.305178", "rc": 0, "start": "2024-03-16 13:33:11.301520" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.130) 0:00:02.523 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.010) 0:00:02.534 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.009) 0:00:02.544 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:28 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.395) 0:00:02.939 ******** 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-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:37 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.019) 0:00:02.959 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:45 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.013) 0:00:02.973 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:52 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.010) 0:00:02.983 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:58 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.010) 0:00:02.994 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.010) 0:00:03.004 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:71 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.021) 0:00:03.026 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:9 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.009) 0:00:03.035 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.012) 0:00:03.048 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.009) 0:00:03.058 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003458", "end": "2024-03-16 13:33:11.972384", "rc": 0, "start": "2024-03-16 13:33:11.968926" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.133) 0:00:03.191 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:11 +0000 (0:00:00.012) 0:00:03.203 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:11 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.009) 0:00:03.213 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.013) 0:00:03.227 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.010) 0:00:03.237 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.127) 0:00:03.364 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:14 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.010) 0:00:03.375 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.015) 0:00:03.391 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.008) 0:00:03.399 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.007) 0:00:03.407 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.011) 0:00:03.418 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.009) 0:00:03.428 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003374", "end": "2024-03-16 13:33:12.340424", "rc": 0, "start": "2024-03-16 13:33:12.337050" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.131) 0:00:03.559 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.010) 0:00:03.570 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.009) 0:00:03.579 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:28 Saturday 16 March 2024 13:33:12 +0000 (0:00:00.392) 0:00:03.971 ******** 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.014219", "end": "2024-03-16 13:33:12.901102", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-16 13:33:12.886883" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003564", "end": "2024-03-16 13:33:13.041157", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-16 13:33:13.037593" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004103", "end": "2024-03-16 13:33:13.165586", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-16 13:33:13.161483" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:37 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.413) 0:00:04.385 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.039566", "end": "2024-03-16 13:33:13.335246", "rc": 0, "start": "2024-03-16 13:33:13.295680" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:45 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.175) 0:00:04.560 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:52 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.011) 0:00:04.572 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:58 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.010) 0:00:04.582 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.008) 0:00:04.591 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:71 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.009) 0:00:04.600 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:18 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.008) 0:00:04.608 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.016) 0:00:04.624 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.009) 0:00:04.634 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003459", "end": "2024-03-16 13:33:13.547078", "rc": 0, "start": "2024-03-16 13:33:13.543619" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.131) 0:00:04.765 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.011) 0:00:04.776 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:20 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.009) 0:00:04.785 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.016) 0:00:04.802 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.010) 0:00:04.812 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595992.8995006, "block_size": 4096, "blocks": 0, "ctime": 1710595992.8995006, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17739, "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": 1710595992.8995006, "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-weekly-cijalj706x/tests/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.131) 0:00:04.944 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:23 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.011) 0:00:04.956 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.018) 0:00:04.975 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.008) 0:00:04.983 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.008) 0:00:04.991 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.011) 0:00:05.003 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.014) 0:00:05.017 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003399", "end": "2024-03-16 13:33:13.936792", "rc": 0, "start": "2024-03-16 13:33:13.933393" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.136) 0:00:05.154 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.011) 0:00:05.166 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:33:13 +0000 (0:00:00.010) 0:00:05.176 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:28 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.397) 0:00:05.574 ******** 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-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:37 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.018) 0:00:05.592 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:45 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.010) 0:00:05.603 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009063", "end": "2024-03-16 13:33:14.525298", "rc": 0, "start": "2024-03-16 13:33:14.516235" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:52 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.143) 0:00:05.746 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:58 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.010) 0:00:05.757 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.010) 0:00:05.767 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:71 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.008) 0:00:05.776 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:27 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.008) 0:00:05.784 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.019) 0:00:05.803 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.009) 0:00:05.813 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003449", "end": "2024-03-16 13:33:14.725898", "rc": 0, "start": "2024-03-16 13:33:14.722449" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.133) 0:00:05.947 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.011) 0:00:05.958 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:29 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.010) 0:00:05.969 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.019) 0:00:05.989 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.010) 0:00:05.999 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.126) 0:00:06.126 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tests_helpers_and_asserts.yml:15 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.010) 0:00:06.137 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:3 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.014) 0:00:06.151 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.010) 0:00:06.161 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.012) 0:00:06.174 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003370", "end": "2024-03-16 13:33:15.088145", "rc": 0, "start": "2024-03-16 13:33:15.084775" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.132) 0:00:06.306 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.010) 0:00:06.317 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:5 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.009) 0:00:06.326 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.012) 0:00:06.339 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.008) 0:00:06.348 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.008) 0:00:06.356 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.012) 0:00:06.368 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.010) 0:00:06.379 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003410", "end": "2024-03-16 13:33:15.291015", "rc": 0, "start": "2024-03-16 13:33:15.287605" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.130) 0:00:06.509 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.010) 0:00:06.520 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.008) 0:00:06.528 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:28 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.395) 0:00:06.924 ******** 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-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:37 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.018) 0:00:06.942 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:45 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.009) 0:00:06.951 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:52 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.009) 0:00:06.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:58 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.010) 0:00:06.971 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.009) 0:00:06.980 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:71 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.009) 0:00:06.990 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:9 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.008) 0:00:06.998 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.012) 0:00:07.011 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.009) 0:00:07.020 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003424", "end": "2024-03-16 13:33:15.935603", "rc": 0, "start": "2024-03-16 13:33:15.932179" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.133) 0:00:07.154 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.009) 0:00:07.163 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:11 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.008) 0:00:07.171 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.013) 0:00:07.185 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:33:15 +0000 (0:00:00.010) 0:00:07.195 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.128) 0:00:07.323 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:14 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.010) 0:00:07.333 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.015) 0:00:07.349 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.008) 0:00:07.357 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.008) 0:00:07.366 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.011) 0:00:07.377 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.010) 0:00:07.387 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003448", "end": "2024-03-16 13:33:16.299134", "rc": 0, "start": "2024-03-16 13:33:16.295686" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.130) 0:00:07.517 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.010) 0:00:07.528 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.008) 0:00:07.536 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:28 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.392) 0:00:07.929 ******** 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-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:37 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.018) 0:00:07.947 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:45 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.010) 0:00:07.958 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:52 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.009) 0:00:07.967 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.012930", "end": "2024-03-16 13:33:16.892769", "rc": 0, "start": "2024-03-16 13:33:16.879839" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:58 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.148) 0:00:08.116 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.010) 0:00:08.126 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:71 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.010) 0:00:08.136 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:18 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.009) 0:00:08.146 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.018) 0:00:08.164 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:16 +0000 (0:00:00.011) 0:00:08.175 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003407", "end": "2024-03-16 13:33:17.090492", "rc": 0, "start": "2024-03-16 13:33:17.087085" } STDOUT: bonding_masters dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.132) 0:00:08.308 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.009) 0:00:08.318 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:20 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.008) 0:00:08.326 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.016) 0:00:08.342 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.010) 0:00:08.353 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595996.8904815, "block_size": 4096, "blocks": 0, "ctime": 1710595996.8904815, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17768, "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": 1710595996.8904815, "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-weekly-cijalj706x/tests/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.133) 0:00:08.486 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:23 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.012) 0:00:08.498 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.020) 0:00:08.519 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.008) 0:00:08.527 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.009) 0:00:08.537 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.012) 0:00:08.549 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.038) 0:00:08.588 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003387", "end": "2024-03-16 13:33:17.502438", "rc": 0, "start": "2024-03-16 13:33:17.499051" } STDOUT: bonding_masters dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.133) 0:00:08.721 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.010) 0:00:08.732 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.009) 0:00:08.742 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:28 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.393) 0:00:09.135 ******** 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-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:37 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.018) 0:00:09.153 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:45 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.010) 0:00:09.164 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:52 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.010) 0:00:09.174 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:58 Saturday 16 March 2024 13:33:17 +0000 (0:00:00.009) 0:00:09.183 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007186", "end": "2024-03-16 13:33:18.104300", "rc": 0, "start": "2024-03-16 13:33:18.097114" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.139) 0:00:09.323 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:71 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.010) 0:00:09.333 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:27 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.009) 0:00:09.343 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.018) 0:00:09.362 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.009) 0:00:09.371 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003473", "end": "2024-03-16 13:33:18.283271", "rc": 0, "start": "2024-03-16 13:33:18.279798" } STDOUT: bonding_masters dummy0 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.130) 0:00:09.502 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy0", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.009) 0:00:09.511 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy0', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/create_and_remove_interface.yml:29 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.009) 0:00:09.521 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.019) 0:00:09.540 ******** included: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.010) 0:00:09.550 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cijalj706x/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.129) 0:00:09.680 ******** 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 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.010) 0:00:09.691 ******** =============================================================================== Gathering Facts --------------------------------------------------------- 0.60s /WORKDIR/git-weekly-cijalj706x/tests/tests_helpers_and_asserts.yml:3 ---------- Install yum-utils package ----------------------------------------------- 0.48s /WORKDIR/git-weekly-cijalj706x/tests/tasks/enable_epel.yml:24 ----------------- Create veth interface veth1298 ------------------------------------------ 0.41s /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:28 ------- Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.39s /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.39s /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.39s /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:16 ------- Enable EPEL 7 ----------------------------------------------------------- 0.32s /WORKDIR/git-weekly-cijalj706x/tests/tasks/enable_epel.yml:30 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.24s /WORKDIR/git-weekly-cijalj706x/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.20s /WORKDIR/git-weekly-cijalj706x/tests/tasks/el_repo_setup.yml:19 --------------- Create EPEL 7 ----------------------------------------------------------- 0.19s /WORKDIR/git-weekly-cijalj706x/tests/tasks/enable_epel.yml:8 ------------------ Set up veth as managed by NetworkManager -------------------------------- 0.18s /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:37 ------- Create dummy interface dummy1298 ---------------------------------------- 0.15s /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:52 ------- Delete veth interface veth1298 ------------------------------------------ 0.14s /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:45 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.14s /WORKDIR/git-weekly-cijalj706x/tests/tasks/manage_test_interface.yml:58 ------- Gather current interface info ------------------------------------------- 0.14s /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.13s /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.13s /WORKDIR/git-weekly-cijalj706x/tests/tasks/get_current_interfaces.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---