# 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-ci_fixotfc_3kw/.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-ci_fixotfc_3kw/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tests_helpers_and_asserts.yml:3 Friday 26 January 2024 21:15:49 +0000 (0:00:00.045) 0:00:00.045 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tests_helpers_and_asserts.yml:6 Friday 26 January 2024 21:15:50 +0000 (0:00:00.957) 0:00:01.002 ******** included: /WORKDIR/git-ci_fixotfc_3kw/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-ci_fixotfc_3kw/tests/tasks/el_repo_setup.yml:3 Friday 26 January 2024 21:15:50 +0000 (0:00:00.018) 0:00:01.021 ******** 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-ci_fixotfc_3kw/tests/tasks/el_repo_setup.yml:17 Friday 26 January 2024 21:15:50 +0000 (0:00:00.028) 0:00:01.049 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/el_repo_setup.yml:22 Friday 26 January 2024 21:15:51 +0000 (0:00:00.340) 0:00:01.390 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/el_repo_setup.yml:26 Friday 26 January 2024 21:15:51 +0000 (0:00:00.028) 0:00:01.418 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/el_repo_setup.yml:51 Friday 26 January 2024 21:15:51 +0000 (0:00:00.010) 0:00:01.428 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/enable_epel.yml:8 Friday 26 January 2024 21:15:51 +0000 (0:00:00.025) 0:00:01.454 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/enable_epel.yml:24 Friday 26 January 2024 21:15:51 +0000 (0:00:00.022) 0:00:01.476 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/enable_epel.yml:30 Friday 26 January 2024 21:15:51 +0000 (0:00:00.014) 0:00:01.491 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/enable_epel.yml:35 Friday 26 January 2024 21:15:51 +0000 (0:00:00.021) 0:00:01.512 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/enable_epel.yml:40 Friday 26 January 2024 21:15:51 +0000 (0:00:00.015) 0:00:01.527 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tests_helpers_and_asserts.yml:9 Friday 26 January 2024 21:15:51 +0000 (0:00:00.020) 0:00:01.547 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:3 Friday 26 January 2024 21:15:51 +0000 (0:00:00.012) 0:00:01.560 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:15:51 +0000 (0:00:00.011) 0:00:01.571 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:15:51 +0000 (0:00:00.020) 0:00:01.592 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003576", "end": "2024-01-26 21:15:51.568781", "rc": 0, "start": "2024-01-26 21:15:51.565205" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:15:51 +0000 (0:00:00.315) 0:00:01.908 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:15:51 +0000 (0:00:00.012) 0:00:01.920 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:5 Friday 26 January 2024 21:15:51 +0000 (0:00:00.022) 0:00:01.943 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:15:51 +0000 (0:00:00.017) 0:00:01.960 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:15:51 +0000 (0:00:00.020) 0:00:01.981 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:15:51 +0000 (0:00:00.028) 0:00:02.009 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:15:51 +0000 (0:00:00.012) 0:00:02.022 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:15:51 +0000 (0:00:00.013) 0:00:02.036 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004861", "end": "2024-01-26 21:15:52.960249", "rc": 0, "start": "2024-01-26 21:15:51.955388" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:15:52 +0000 (0:00:01.278) 0:00:03.314 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:15:53 +0000 (0:00:00.068) 0:00:03.383 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:15:53 +0000 (0:00:00.037) 0:00:03.421 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:23 Friday 26 January 2024 21:15:55 +0000 (0:00:02.353) 0:00:05.774 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:31 Friday 26 January 2024 21:15:55 +0000 (0:00:00.051) 0:00:05.825 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:39 Friday 26 January 2024 21:15:55 +0000 (0:00:00.061) 0:00:05.887 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:45 Friday 26 January 2024 21:15:55 +0000 (0:00:00.031) 0:00:05.919 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:50 Friday 26 January 2024 21:15:55 +0000 (0:00:00.078) 0:00:05.997 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:56 Friday 26 January 2024 21:15:55 +0000 (0:00:00.033) 0:00:06.031 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:15:55 +0000 (0:00:00.025) 0:00:06.057 ******** 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-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:9 Friday 26 January 2024 21:15:55 +0000 (0:00:00.021) 0:00:06.078 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:15:55 +0000 (0:00:00.028) 0:00:06.106 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:15:55 +0000 (0:00:00.029) 0:00:06.136 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003843", "end": "2024-01-26 21:15:56.059778", "rc": 0, "start": "2024-01-26 21:15:56.055935" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:15:56 +0000 (0:00:00.278) 0:00:06.415 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:15:56 +0000 (0:00:00.030) 0:00:06.445 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:11 Friday 26 January 2024 21:15:56 +0000 (0:00:00.014) 0:00:06.460 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_absent.yml:3 Friday 26 January 2024 21:15:56 +0000 (0:00:00.039) 0:00:06.500 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:15:56 +0000 (0:00:00.020) 0:00:06.520 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_absent.yml:5 Friday 26 January 2024 21:15:56 +0000 (0:00:00.312) 0:00:06.833 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:14 Friday 26 January 2024 21:15:56 +0000 (0:00:00.059) 0:00:06.893 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:15:56 +0000 (0:00:00.040) 0:00:06.933 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:15:56 +0000 (0:00:00.010) 0:00:06.944 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:15:56 +0000 (0:00:00.010) 0:00:06.954 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:15:56 +0000 (0:00:00.020) 0:00:06.975 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:15:56 +0000 (0:00:00.012) 0:00:06.987 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003946", "end": "2024-01-26 21:15:56.918197", "rc": 0, "start": "2024-01-26 21:15:56.914251" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:15:56 +0000 (0:00:00.284) 0:00:07.271 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:15:56 +0000 (0:00:00.026) 0:00:07.298 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:15:57 +0000 (0:00:00.026) 0:00:07.324 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:23 Friday 26 January 2024 21:15:59 +0000 (0:00:02.044) 0:00:09.369 ******** 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.007961", "end": "2024-01-26 21:15:59.279067", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-26 21:15:59.271106" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004303", "end": "2024-01-26 21:15:59.576817", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-26 21:15:59.572514" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004217", "end": "2024-01-26 21:15:59.807677", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-26 21:15:59.803460" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:31 Friday 26 January 2024 21:15:59 +0000 (0:00:00.777) 0:00:10.146 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023917", "end": "2024-01-26 21:16:00.091919", "rc": 0, "start": "2024-01-26 21:16:00.068002" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:39 Friday 26 January 2024 21:16:00 +0000 (0:00:00.292) 0:00:10.439 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:45 Friday 26 January 2024 21:16:00 +0000 (0:00:00.015) 0:00:10.455 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:50 Friday 26 January 2024 21:16:00 +0000 (0:00:00.010) 0:00:10.465 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:56 Friday 26 January 2024 21:16:00 +0000 (0:00:00.015) 0:00:10.481 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:16:00 +0000 (0:00:00.014) 0:00:10.495 ******** 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-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:18 Friday 26 January 2024 21:16:00 +0000 (0:00:00.009) 0:00:10.504 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:16:00 +0000 (0:00:00.015) 0:00:10.520 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:16:00 +0000 (0:00:00.010) 0:00:10.531 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003607", "end": "2024-01-26 21:16:00.425438", "rc": 0, "start": "2024-01-26 21:16:00.421831" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:16:00 +0000 (0:00:00.250) 0:00:10.781 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:16:00 +0000 (0:00:00.043) 0:00:10.825 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:20 Friday 26 January 2024 21:16:00 +0000 (0:00:00.019) 0:00:10.844 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_present.yml:3 Friday 26 January 2024 21:16:00 +0000 (0:00:00.024) 0:00:10.868 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:16:00 +0000 (0:00:00.022) 0:00:10.891 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1706303759.2753217, "block_size": 4096, "blocks": 0, "ctime": 1706303759.2753217, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33263, "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": 1706303759.2753217, "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-ci_fixotfc_3kw/tests/tasks/assert_device_present.yml:5 Friday 26 January 2024 21:16:00 +0000 (0:00:00.263) 0:00:11.155 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:23 Friday 26 January 2024 21:16:00 +0000 (0:00:00.032) 0:00:11.187 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:16:00 +0000 (0:00:00.035) 0:00:11.223 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:16:00 +0000 (0:00:00.027) 0:00:11.250 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:16:00 +0000 (0:00:00.024) 0:00:11.275 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:16:00 +0000 (0:00:00.033) 0:00:11.308 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:16:01 +0000 (0:00:00.023) 0:00:11.332 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003612", "end": "2024-01-26 21:16:01.238229", "rc": 0, "start": "2024-01-26 21:16:01.234617" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:16:01 +0000 (0:00:00.262) 0:00:11.595 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:16:01 +0000 (0:00:00.038) 0:00:11.633 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:16:01 +0000 (0:00:00.026) 0:00:11.659 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:23 Friday 26 January 2024 21:16:03 +0000 (0:00:02.006) 0:00:13.666 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:31 Friday 26 January 2024 21:16:03 +0000 (0:00:00.032) 0:00:13.698 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:39 Friday 26 January 2024 21:16:03 +0000 (0:00:00.029) 0:00:13.728 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008955", "end": "2024-01-26 21:16:03.660353", "rc": 0, "start": "2024-01-26 21:16:03.651398" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:45 Friday 26 January 2024 21:16:03 +0000 (0:00:00.290) 0:00:14.018 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:50 Friday 26 January 2024 21:16:03 +0000 (0:00:00.035) 0:00:14.054 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:56 Friday 26 January 2024 21:16:03 +0000 (0:00:00.017) 0:00:14.072 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:16:03 +0000 (0:00:00.063) 0:00:14.136 ******** 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-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:27 Friday 26 January 2024 21:16:03 +0000 (0:00:00.018) 0:00:14.154 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:16:03 +0000 (0:00:00.037) 0:00:14.191 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:16:03 +0000 (0:00:00.019) 0:00:14.211 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003910", "end": "2024-01-26 21:16:04.137264", "rc": 0, "start": "2024-01-26 21:16:04.133354" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:16:04 +0000 (0:00:00.272) 0:00:14.484 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:16:04 +0000 (0:00:00.028) 0:00:14.513 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:29 Friday 26 January 2024 21:16:04 +0000 (0:00:00.016) 0:00:14.530 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_absent.yml:3 Friday 26 January 2024 21:16:04 +0000 (0:00:00.027) 0:00:14.557 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:16:04 +0000 (0:00:00.011) 0:00:14.569 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_absent.yml:5 Friday 26 January 2024 21:16:04 +0000 (0:00:00.250) 0:00:14.820 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tests_helpers_and_asserts.yml:15 Friday 26 January 2024 21:16:04 +0000 (0:00:00.015) 0:00:14.835 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:3 Friday 26 January 2024 21:16:04 +0000 (0:00:00.018) 0:00:14.853 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:16:04 +0000 (0:00:00.029) 0:00:14.883 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:16:04 +0000 (0:00:00.023) 0:00:14.906 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003920", "end": "2024-01-26 21:16:04.824133", "rc": 0, "start": "2024-01-26 21:16:04.820213" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:16:04 +0000 (0:00:00.258) 0:00:15.165 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:16:04 +0000 (0:00:00.015) 0:00:15.181 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:5 Friday 26 January 2024 21:16:04 +0000 (0:00:00.029) 0:00:15.210 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:16:04 +0000 (0:00:00.022) 0:00:15.232 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:16:04 +0000 (0:00:00.012) 0:00:15.244 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:16:04 +0000 (0:00:00.016) 0:00:15.261 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:16:04 +0000 (0:00:00.052) 0:00:15.314 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:16:05 +0000 (0:00:00.013) 0:00:15.328 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004166", "end": "2024-01-26 21:16:05.239105", "rc": 0, "start": "2024-01-26 21:16:05.234939" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:16:05 +0000 (0:00:00.251) 0:00:15.579 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:16:05 +0000 (0:00:00.011) 0:00:15.590 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:16:05 +0000 (0:00:00.021) 0:00:15.612 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:23 Friday 26 January 2024 21:16:07 +0000 (0:00:02.056) 0:00:17.668 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:31 Friday 26 January 2024 21:16:07 +0000 (0:00:00.024) 0:00:17.693 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:39 Friday 26 January 2024 21:16:07 +0000 (0:00:00.023) 0:00:17.717 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:45 Friday 26 January 2024 21:16:07 +0000 (0:00:00.025) 0:00:17.743 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:50 Friday 26 January 2024 21:16:07 +0000 (0:00:00.022) 0:00:17.765 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:56 Friday 26 January 2024 21:16:07 +0000 (0:00:00.026) 0:00:17.791 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:16:07 +0000 (0:00:00.036) 0:00:17.828 ******** 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-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:9 Friday 26 January 2024 21:16:07 +0000 (0:00:00.032) 0:00:17.861 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:16:07 +0000 (0:00:00.050) 0:00:17.912 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:16:07 +0000 (0:00:00.016) 0:00:17.929 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003681", "end": "2024-01-26 21:16:07.896884", "rc": 0, "start": "2024-01-26 21:16:07.893203" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:16:07 +0000 (0:00:00.313) 0:00:18.242 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:16:07 +0000 (0:00:00.025) 0:00:18.268 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:11 Friday 26 January 2024 21:16:08 +0000 (0:00:00.075) 0:00:18.343 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_absent.yml:3 Friday 26 January 2024 21:16:08 +0000 (0:00:00.041) 0:00:18.384 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:16:08 +0000 (0:00:00.014) 0:00:18.399 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_absent.yml:5 Friday 26 January 2024 21:16:08 +0000 (0:00:00.284) 0:00:18.683 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:14 Friday 26 January 2024 21:16:08 +0000 (0:00:00.031) 0:00:18.714 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:16:08 +0000 (0:00:00.040) 0:00:18.755 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:16:08 +0000 (0:00:00.062) 0:00:18.818 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:16:08 +0000 (0:00:00.057) 0:00:18.875 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:16:08 +0000 (0:00:00.029) 0:00:18.904 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:16:08 +0000 (0:00:00.025) 0:00:18.929 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003587", "end": "2024-01-26 21:16:08.964592", "rc": 0, "start": "2024-01-26 21:16:08.961005" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:16:09 +0000 (0:00:00.388) 0:00:19.318 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:16:09 +0000 (0:00:00.037) 0:00:19.356 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:16:09 +0000 (0:00:00.050) 0:00:19.406 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:23 Friday 26 January 2024 21:16:11 +0000 (0:00:01.937) 0:00:21.344 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:31 Friday 26 January 2024 21:16:11 +0000 (0:00:00.031) 0:00:21.375 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:39 Friday 26 January 2024 21:16:11 +0000 (0:00:00.021) 0:00:21.397 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:45 Friday 26 January 2024 21:16:11 +0000 (0:00:00.016) 0:00:21.413 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.085930", "end": "2024-01-26 21:16:11.448632", "rc": 0, "start": "2024-01-26 21:16:11.362702" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:50 Friday 26 January 2024 21:16:11 +0000 (0:00:00.384) 0:00:21.798 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:56 Friday 26 January 2024 21:16:11 +0000 (0:00:00.011) 0:00:21.809 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:16:11 +0000 (0:00:00.010) 0:00:21.819 ******** 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-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:18 Friday 26 January 2024 21:16:11 +0000 (0:00:00.013) 0:00:21.833 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:16:11 +0000 (0:00:00.018) 0:00:21.852 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:16:11 +0000 (0:00:00.011) 0:00:21.863 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003986", "end": "2024-01-26 21:16:11.767361", "rc": 0, "start": "2024-01-26 21:16:11.763375" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:16:11 +0000 (0:00:00.259) 0:00:22.122 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:16:11 +0000 (0:00:00.024) 0:00:22.147 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:20 Friday 26 January 2024 21:16:11 +0000 (0:00:00.035) 0:00:22.183 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_present.yml:3 Friday 26 January 2024 21:16:11 +0000 (0:00:00.020) 0:00:22.203 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:16:11 +0000 (0:00:00.019) 0:00:22.222 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1706303771.4469404, "block_size": 4096, "blocks": 0, "ctime": 1706303771.4469404, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33595, "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": 1706303771.4469404, "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-ci_fixotfc_3kw/tests/tasks/assert_device_present.yml:5 Friday 26 January 2024 21:16:12 +0000 (0:00:00.278) 0:00:22.501 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:23 Friday 26 January 2024 21:16:12 +0000 (0:00:00.022) 0:00:22.524 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:16:12 +0000 (0:00:00.036) 0:00:22.560 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:16:12 +0000 (0:00:00.025) 0:00:22.585 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:16:12 +0000 (0:00:00.017) 0:00:22.603 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:16:12 +0000 (0:00:00.021) 0:00:22.624 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:16:12 +0000 (0:00:00.034) 0:00:22.659 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003452", "end": "2024-01-26 21:16:12.586033", "rc": 0, "start": "2024-01-26 21:16:12.582581" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:16:12 +0000 (0:00:00.274) 0:00:22.934 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:16:12 +0000 (0:00:00.012) 0:00:22.946 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:16:12 +0000 (0:00:00.011) 0:00:22.958 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:23 Friday 26 January 2024 21:16:14 +0000 (0:00:01.988) 0:00:24.947 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:31 Friday 26 January 2024 21:16:14 +0000 (0:00:00.028) 0:00:24.975 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:39 Friday 26 January 2024 21:16:14 +0000 (0:00:00.010) 0:00:24.986 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:45 Friday 26 January 2024 21:16:14 +0000 (0:00:00.011) 0:00:24.998 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:50 Friday 26 January 2024 21:16:14 +0000 (0:00:00.010) 0:00:25.008 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.020268", "end": "2024-01-26 21:16:14.932305", "rc": 0, "start": "2024-01-26 21:16:14.912037" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:56 Friday 26 January 2024 21:16:14 +0000 (0:00:00.281) 0:00:25.289 ******** 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-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:16:14 +0000 (0:00:00.016) 0:00:25.306 ******** 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-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:27 Friday 26 January 2024 21:16:14 +0000 (0:00:00.010) 0:00:25.316 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:16:15 +0000 (0:00:00.025) 0:00:25.342 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:16:15 +0000 (0:00:00.114) 0:00:25.457 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003939", "end": "2024-01-26 21:16:15.382417", "rc": 0, "start": "2024-01-26 21:16:15.378478" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:16:15 +0000 (0:00:00.265) 0:00:25.722 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:16:15 +0000 (0:00:00.012) 0:00:25.735 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/create_and_remove_interface.yml:29 Friday 26 January 2024 21:16:15 +0000 (0:00:00.025) 0:00:25.760 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_absent.yml:3 Friday 26 January 2024 21:16:15 +0000 (0:00:00.055) 0:00:25.815 ******** included: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:16:15 +0000 (0:00:00.022) 0:00:25.838 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/assert_device_absent.yml:5 Friday 26 January 2024 21:16:15 +0000 (0:00:00.250) 0:00:26.089 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=118 changed=0 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0 Friday 26 January 2024 21:16:15 +0000 (0:00:00.018) 0:00:26.107 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.35s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.06s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.04s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.01s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 1.99s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 1.94s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:16 ---------- Gather current interface info ------------------------------------------- 1.28s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 ---------- Gathering Facts --------------------------------------------------------- 0.96s /WORKDIR/git-ci_fixotfc_3kw/tests/tests_helpers_and_asserts.yml:3 ------------- Create veth interface veth1298 ------------------------------------------ 0.78s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:23 ---------- Gather current interface info ------------------------------------------- 0.39s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 ---------- Create dummy interface dummy1298 ---------------------------------------- 0.38s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:45 ---------- Check if system is ostree ----------------------------------------------- 0.34s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/el_repo_setup.yml:17 ------------------ Gather current interface info ------------------------------------------- 0.32s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 ---------- Gather current interface info ------------------------------------------- 0.31s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 ---------- Get stat for interface veth1298 ----------------------------------------- 0.31s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml:3 -------------- Set up veth as managed by NetworkManager -------------------------------- 0.29s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:31 ---------- Delete veth interface veth1298 ------------------------------------------ 0.29s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:39 ---------- Get stat for interface dummy1298 ---------------------------------------- 0.28s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_interface_stat.yml:3 -------------- Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/get_current_interfaces.yml:3 ---------- Delete dummy interface dummy1298 ---------------------------------------- 0.28s /WORKDIR/git-ci_fixotfc_3kw/tests/tasks/manage_test_interface.yml:50 ---------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---