# 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-weekly-cinp302_o4/.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-weekly-cinp302_o4/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-cinp302_o4/tests/tests_helpers_and_asserts.yml:3 Saturday 30 March 2024 15:03:43 +0000 (0:00:00.036) 0:00:00.036 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cinp302_o4/tests/tests_helpers_and_asserts.yml:6 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.919) 0:00:00.956 ******** included: /WORKDIR/git-weekly-cinp302_o4/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-cinp302_o4/tests/tasks/el_repo_setup.yml:3 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.012) 0:00:00.968 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/el_repo_setup.yml:17 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.403) 0:00:01.371 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/el_repo_setup.yml:22 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.268) 0:00:01.640 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/el_repo_setup.yml:26 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.013) 0:00:01.653 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/el_repo_setup.yml:51 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.007) 0:00:01.661 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/enable_epel.yml:8 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.019) 0:00:01.681 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/enable_epel.yml:24 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.008) 0:00:01.689 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/enable_epel.yml:30 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.007) 0:00:01.696 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/enable_epel.yml:35 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.006) 0:00:01.703 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/enable_epel.yml:40 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.007) 0:00:01.711 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tests_helpers_and_asserts.yml:9 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.007) 0:00:01.718 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:3 Saturday 30 March 2024 15:03:44 +0000 (0:00:00.013) 0:00:01.732 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.011) 0:00:01.743 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.009) 0:00:01.752 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003822", "end": "2024-03-30 15:03:45.263627", "rc": 0, "start": "2024-03-30 15:03:45.259805" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.266) 0:00:02.019 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.011) 0:00:02.030 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:5 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.011) 0:00:02.042 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.021) 0:00:02.064 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.008) 0:00:02.072 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.007) 0:00:02.080 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.011) 0:00:02.092 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.009) 0:00:02.102 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003924", "end": "2024-03-30 15:03:45.558675", "rc": 0, "start": "2024-03-30 15:03:45.554751" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.211) 0:00:02.313 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.015) 0:00:02.328 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 15:03:45 +0000 (0:00:00.010) 0:00:02.339 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:27 Saturday 30 March 2024 15:03:46 +0000 (0:00:01.081) 0:00:03.420 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:35 Saturday 30 March 2024 15:03:46 +0000 (0:00:00.014) 0:00:03.434 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:43 Saturday 30 March 2024 15:03:46 +0000 (0:00:00.009) 0:00:03.444 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:49 Saturday 30 March 2024 15:03:46 +0000 (0:00:00.007) 0:00:03.452 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:54 Saturday 30 March 2024 15:03:46 +0000 (0:00:00.008) 0:00:03.460 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:60 Saturday 30 March 2024 15:03:46 +0000 (0:00:00.007) 0:00:03.468 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 15:03:46 +0000 (0:00:00.007) 0:00:03.476 ******** 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-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:9 Saturday 30 March 2024 15:03:46 +0000 (0:00:00.008) 0:00:03.484 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:46 +0000 (0:00:00.012) 0:00:03.497 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:46 +0000 (0:00:00.009) 0:00:03.507 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003803", "end": "2024-03-30 15:03:46.964109", "rc": 0, "start": "2024-03-30 15:03:46.960306" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:46 +0000 (0:00:00.214) 0:00:03.722 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:46 +0000 (0:00:00.010) 0:00:03.732 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:11 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.008) 0:00:03.741 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.028) 0:00:03.769 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.010) 0:00:03.779 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.205) 0:00:03.984 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:14 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.010) 0:00:03.995 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.015) 0:00:04.010 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.007) 0:00:04.018 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.007) 0:00:04.026 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.012) 0:00:04.038 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.010) 0:00:04.049 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004044", "end": "2024-03-30 15:03:47.504692", "rc": 0, "start": "2024-03-30 15:03:47.500648" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.211) 0:00:04.260 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.009) 0:00:04.270 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 15:03:47 +0000 (0:00:00.009) 0:00:04.280 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:27 Saturday 30 March 2024 15:03:48 +0000 (0:00:00.922) 0:00:05.203 ******** 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.010062", "end": "2024-03-30 15:03:48.667032", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-30 15:03:48.656970" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003998", "end": "2024-03-30 15:03:48.903525", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-30 15:03:48.899527" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004146", "end": "2024-03-30 15:03:49.103190", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-30 15:03:49.099044" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:35 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.657) 0:00:05.861 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023208", "end": "2024-03-30 15:03:49.339269", "rc": 0, "start": "2024-03-30 15:03:49.316061" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:43 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.237) 0:00:06.098 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:49 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.010) 0:00:06.109 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:54 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.009) 0:00:06.118 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:60 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.007) 0:00:06.126 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.007) 0:00:06.133 ******** 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-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:18 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.007) 0:00:06.141 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.016) 0:00:06.157 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.011) 0:00:06.168 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003732", "end": "2024-03-30 15:03:49.625716", "rc": 0, "start": "2024-03-30 15:03:49.621984" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.209) 0:00:06.377 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.009) 0:00:06.387 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:20 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.009) 0:00:06.397 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_present.yml:3 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.016) 0:00:06.413 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.010) 0:00:06.424 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711811028.6608737, "block_size": 4096, "blocks": 0, "ctime": 1711811028.6608737, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29598, "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": 1711811028.6608737, "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-cinp302_o4/tests/tasks/assert_device_present.yml:5 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.207) 0:00:06.631 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:23 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.011) 0:00:06.642 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.018) 0:00:06.661 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.008) 0:00:06.669 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.007) 0:00:06.677 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.012) 0:00:06.689 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:49 +0000 (0:00:00.029) 0:00:06.719 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004049", "end": "2024-03-30 15:03:50.178223", "rc": 0, "start": "2024-03-30 15:03:50.174174" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:50 +0000 (0:00:00.211) 0:00:06.931 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:50 +0000 (0:00:00.012) 0:00:06.944 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 15:03:50 +0000 (0:00:00.010) 0:00:06.954 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:27 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.933) 0:00:07.888 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:35 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.024) 0:00:07.913 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:43 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.018) 0:00:07.931 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011813", "end": "2024-03-30 15:03:51.403164", "rc": 0, "start": "2024-03-30 15:03:51.391351" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:49 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.232) 0:00:08.163 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:54 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.015) 0:00:08.179 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:60 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.010) 0:00:08.190 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.015) 0:00:08.206 ******** 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-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:27 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.009) 0:00:08.215 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.019) 0:00:08.234 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.009) 0:00:08.244 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003814", "end": "2024-03-30 15:03:51.697827", "rc": 0, "start": "2024-03-30 15:03:51.694013" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.206) 0:00:08.451 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.009) 0:00:08.461 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:29 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.009) 0:00:08.470 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.019) 0:00:08.490 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.010) 0:00:08.500 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.201) 0:00:08.702 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tests_helpers_and_asserts.yml:15 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.010) 0:00:08.713 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:3 Saturday 30 March 2024 15:03:51 +0000 (0:00:00.014) 0:00:08.727 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.010) 0:00:08.737 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.010) 0:00:08.748 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003862", "end": "2024-03-30 15:03:52.210826", "rc": 0, "start": "2024-03-30 15:03:52.206964" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.215) 0:00:08.963 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.009) 0:00:08.973 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:5 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.008) 0:00:08.981 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.017) 0:00:08.999 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.009) 0:00:09.008 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.010) 0:00:09.019 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.012) 0:00:09.032 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.009) 0:00:09.042 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003755", "end": "2024-03-30 15:03:52.495422", "rc": 0, "start": "2024-03-30 15:03:52.491667" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.207) 0:00:09.249 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.017) 0:00:09.266 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 15:03:52 +0000 (0:00:00.011) 0:00:09.277 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:27 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.940) 0:00:10.217 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:35 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.014) 0:00:10.232 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:43 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.008) 0:00:10.241 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:49 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.008) 0:00:10.249 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:54 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.010) 0:00:10.259 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:60 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.008) 0:00:10.268 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.009) 0:00:10.277 ******** 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-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:9 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.008) 0:00:10.286 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.012) 0:00:10.298 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.008) 0:00:10.307 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003699", "end": "2024-03-30 15:03:53.763536", "rc": 0, "start": "2024-03-30 15:03:53.759837" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.208) 0:00:10.516 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.011) 0:00:10.527 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:11 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.009) 0:00:10.537 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.013) 0:00:10.550 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:03:53 +0000 (0:00:00.009) 0:00:10.560 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:03:54 +0000 (0:00:00.206) 0:00:10.766 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:14 Saturday 30 March 2024 15:03:54 +0000 (0:00:00.013) 0:00:10.780 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 15:03:54 +0000 (0:00:00.020) 0:00:10.800 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 15:03:54 +0000 (0:00:00.008) 0:00:10.809 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 15:03:54 +0000 (0:00:00.013) 0:00:10.823 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:54 +0000 (0:00:00.014) 0:00:10.837 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:54 +0000 (0:00:00.010) 0:00:10.848 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003813", "end": "2024-03-30 15:03:54.303704", "rc": 0, "start": "2024-03-30 15:03:54.299891" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:54 +0000 (0:00:00.209) 0:00:11.057 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:54 +0000 (0:00:00.014) 0:00:11.072 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 15:03:54 +0000 (0:00:00.010) 0:00:11.083 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:27 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.928) 0:00:12.012 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:35 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.014) 0:00:12.026 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:43 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.009) 0:00:12.035 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:49 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.009) 0:00:12.044 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.032526", "end": "2024-03-30 15:03:55.532481", "rc": 0, "start": "2024-03-30 15:03:55.499955" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:54 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.256) 0:00:12.301 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:60 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.009) 0:00:12.310 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.009) 0:00:12.319 ******** 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-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:18 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.009) 0:00:12.329 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.015) 0:00:12.345 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.009) 0:00:12.355 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003966", "end": "2024-03-30 15:03:55.810700", "rc": 0, "start": "2024-03-30 15:03:55.806734" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.210) 0:00:12.566 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.010) 0:00:12.577 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:20 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.018) 0:00:12.595 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_present.yml:3 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.017) 0:00:12.612 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:03:55 +0000 (0:00:00.010) 0:00:12.622 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711811035.5300865, "block_size": 4096, "blocks": 0, "ctime": 1711811035.5300865, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29926, "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": 1711811035.5300865, "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-cinp302_o4/tests/tasks/assert_device_present.yml:5 Saturday 30 March 2024 15:03:56 +0000 (0:00:00.213) 0:00:12.836 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:23 Saturday 30 March 2024 15:03:56 +0000 (0:00:00.010) 0:00:12.847 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 15:03:56 +0000 (0:00:00.019) 0:00:12.866 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 15:03:56 +0000 (0:00:00.008) 0:00:12.874 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 15:03:56 +0000 (0:00:00.007) 0:00:12.881 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:56 +0000 (0:00:00.011) 0:00:12.893 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:56 +0000 (0:00:00.009) 0:00:12.902 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004021", "end": "2024-03-30 15:03:56.360124", "rc": 0, "start": "2024-03-30 15:03:56.356103" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:56 +0000 (0:00:00.211) 0:00:13.114 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:56 +0000 (0:00:00.012) 0:00:13.126 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 15:03:56 +0000 (0:00:00.010) 0:00:13.136 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:27 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.935) 0:00:14.071 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:35 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.019) 0:00:14.091 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:43 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.027) 0:00:14.119 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:49 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.009) 0:00:14.129 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:54 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.042) 0:00:14.171 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007619", "end": "2024-03-30 15:03:57.666971", "rc": 0, "start": "2024-03-30 15:03:57.659352" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:60 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.249) 0:00:14.421 ******** 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-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.011) 0:00:14.432 ******** 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-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:27 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.007) 0:00:14.439 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.019) 0:00:14.459 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.009) 0:00:14.468 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003944", "end": "2024-03-30 15:03:57.921943", "rc": 0, "start": "2024-03-30 15:03:57.917999" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.205) 0:00:14.673 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.013) 0:00:14.687 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/create_and_remove_interface.yml:29 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.010) 0:00:14.698 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.019) 0:00:14.717 ******** included: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:03:57 +0000 (0:00:00.010) 0:00:14.727 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cinp302_o4/tests/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:03:58 +0000 (0:00:00.208) 0:00:14.936 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Saturday 30 March 2024 15:03:58 +0000 (0:00:00.015) 0:00:14.951 ******** =============================================================================== Install iproute --------------------------------------------------------- 1.08s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.93s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.93s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.92s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.92s /WORKDIR/git-weekly-cinp302_o4/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.66s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:27 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.40s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:49 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:54 ------- Set up veth as managed by NetworkManager -------------------------------- 0.24s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:35 ------- Delete veth interface veth1298 ------------------------------------------ 0.23s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/manage_test_interface.yml:43 ------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-cinp302_o4/tests/tasks/get_current_interfaces.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---