# 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-bond_options_rewrite84d431lm/.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-bond_options_rewrite84d431lm/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_helpers_and_asserts.yml:3 Friday 09 February 2024 15:57:34 +0000 (0:00:00.038) 0:00:00.038 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_helpers_and_asserts.yml:6 Friday 09 February 2024 15:57:34 +0000 (0:00:00.797) 0:00:00.835 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml for sut TASK [Verify DNS and ping still work before el repo setup] ********************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:3 Friday 09 February 2024 15:57:34 +0000 (0:00:00.014) 0:00:00.850 ******* ok: [sut] => { "changed": false, "cmd": "set -euxo pipefail\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n exit 1\n fi\n if ! ping -c5 \"$host\"; then\n exit 1\n fi\ndone\n", "delta": "0:00:08.093546", "end": "2024-02-09 15:57:43.296765", "rc": 0, "start": "2024-02-09 15:57:35.203219" } STDOUT: 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org PING wildcard.fedoraproject.org (152.19.134.198) 56(84) bytes of data. 64 bytes from vm18.fedora.ibiblio.org (152.19.134.198): icmp_seq=1 ttl=50 time=20.7 ms 64 bytes from vm18.fedora.ibiblio.org (152.19.134.198): icmp_seq=2 ttl=50 time=19.8 ms 64 bytes from vm18.fedora.ibiblio.org (152.19.134.198): icmp_seq=3 ttl=50 time=19.9 ms 64 bytes from vm18.fedora.ibiblio.org (152.19.134.198): icmp_seq=4 ttl=50 time=19.9 ms 64 bytes from vm18.fedora.ibiblio.org (152.19.134.198): icmp_seq=5 ttl=50 time=19.9 ms --- wildcard.fedoraproject.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4006ms rtt min/avg/max/mdev = 19.846/20.057/20.710/0.327 ms 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org PING wildcard.fedoraproject.org (8.43.85.67) 56(84) bytes of data. 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=1 ttl=50 time=11.5 ms 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=2 ttl=50 time=10.5 ms 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=3 ttl=50 time=10.8 ms 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=4 ttl=50 time=10.6 ms 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=5 ttl=50 time=10.5 ms --- wildcard.fedoraproject.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4007ms rtt min/avg/max/mdev = 10.482/10.783/11.518/0.383 ms STDERR: + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.fedoraproject.org + ping -c5 mirrors.fedoraproject.org + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.centos.org + ping -c5 mirrors.centos.org TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:17 Friday 09 February 2024 15:57:43 +0000 (0:00:08.356) 0:00:09.207 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:31 Friday 09 February 2024 15:57:43 +0000 (0:00:00.374) 0:00:09.581 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:36 Friday 09 February 2024 15:57:43 +0000 (0:00:00.256) 0:00:09.838 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:40 Friday 09 February 2024 15:57:43 +0000 (0:00:00.015) 0:00:09.853 ******* 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-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:65 Friday 09 February 2024 15:57:43 +0000 (0:00:00.008) 0:00:09.862 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/enable_epel.yml:8 Friday 09 February 2024 15:57:43 +0000 (0:00:00.022) 0:00:09.884 ******* 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-bond_options_rewrite84d431lm/tests/tasks/enable_epel.yml:24 Friday 09 February 2024 15:57:44 +0000 (0:00:00.008) 0:00:09.893 ******* 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-bond_options_rewrite84d431lm/tests/tasks/enable_epel.yml:30 Friday 09 February 2024 15:57:44 +0000 (0:00:00.008) 0:00:09.902 ******* 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-bond_options_rewrite84d431lm/tests/tasks/enable_epel.yml:35 Friday 09 February 2024 15:57:44 +0000 (0:00:00.008) 0:00:09.911 ******* 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-bond_options_rewrite84d431lm/tests/tasks/enable_epel.yml:40 Friday 09 February 2024 15:57:44 +0000 (0:00:00.008) 0:00:09.919 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Verify DNS and ping still work after el repo setup] ********************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:69 Friday 09 February 2024 15:57:44 +0000 (0:00:00.008) 0:00:09.928 ******* ok: [sut] => { "changed": false, "cmd": "set -euxo pipefail\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n exit 1\n fi\n if ! ping -c5 \"$host\"; then\n exit 1\n fi\ndone\n", "delta": "0:00:08.064110", "end": "2024-02-09 15:57:52.277006", "rc": 0, "start": "2024-02-09 15:57:44.212896" } STDOUT: 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org PING wildcard.fedoraproject.org (8.43.85.67) 56(84) bytes of data. 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=1 ttl=50 time=11.6 ms 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=2 ttl=50 time=10.6 ms 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=3 ttl=50 time=10.6 ms 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=4 ttl=50 time=11.7 ms 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=5 ttl=50 time=10.5 ms --- wildcard.fedoraproject.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4006ms rtt min/avg/max/mdev = 10.463/10.989/11.662/0.525 ms 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org PING wildcard.fedoraproject.org (38.145.60.20) 56(84) bytes of data. 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=1 ttl=51 time=2.70 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=2 ttl=51 time=1.88 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=3 ttl=51 time=1.89 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=4 ttl=51 time=1.92 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=5 ttl=51 time=1.92 ms --- wildcard.fedoraproject.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4007ms rtt min/avg/max/mdev = 1.876/2.058/2.697/0.319 ms STDERR: + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.fedoraproject.org + ping -c5 mirrors.fedoraproject.org + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.centos.org + ping -c5 mirrors.centos.org TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_helpers_and_asserts.yml:9 Friday 09 February 2024 15:57:52 +0000 (0:00:08.259) 0:00:18.187 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:3 Friday 09 February 2024 15:57:52 +0000 (0:00:00.012) 0:00:18.200 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:57:52 +0000 (0:00:00.016) 0:00:18.216 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:57:52 +0000 (0:00:00.011) 0:00:18.227 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003516", "end": "2024-02-09 15:57:52.518828", "rc": 0, "start": "2024-02-09 15:57:52.515312" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:57:52 +0000 (0:00:00.203) 0:00:18.431 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:57:52 +0000 (0:00:00.012) 0:00:18.443 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:5 Friday 09 February 2024 15:57:52 +0000 (0:00:00.012) 0:00:18.456 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:3 Friday 09 February 2024 15:57:52 +0000 (0:00:00.015) 0:00:18.472 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:8 Friday 09 February 2024 15:57:52 +0000 (0:00:00.009) 0:00:18.482 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:13 Friday 09 February 2024 15:57:52 +0000 (0:00:00.009) 0:00:18.491 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:57:52 +0000 (0:00:00.011) 0:00:18.502 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:57:52 +0000 (0:00:00.009) 0:00:18.512 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003560", "end": "2024-02-09 15:57:52.811916", "rc": 0, "start": "2024-02-09 15:57:52.808356" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:57:52 +0000 (0:00:00.214) 0:00:18.726 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:57:52 +0000 (0:00:00.012) 0:00:18.739 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:16 Friday 09 February 2024 15:57:52 +0000 (0:00:00.011) 0:00:18.750 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:27 Friday 09 February 2024 15:57:53 +0000 (0:00:01.054) 0:00:19.805 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:35 Friday 09 February 2024 15:57:53 +0000 (0:00:00.018) 0:00:19.823 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:43 Friday 09 February 2024 15:57:53 +0000 (0:00:00.009) 0:00:19.833 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:49 Friday 09 February 2024 15:57:53 +0000 (0:00:00.011) 0:00:19.844 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:54 Friday 09 February 2024 15:57:53 +0000 (0:00:00.013) 0:00:19.857 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:60 Friday 09 February 2024 15:57:53 +0000 (0:00:00.010) 0:00:19.868 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:65 Friday 09 February 2024 15:57:53 +0000 (0:00:00.012) 0:00:19.881 ******* 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-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:9 Friday 09 February 2024 15:57:54 +0000 (0:00:00.012) 0:00:19.893 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:57:54 +0000 (0:00:00.012) 0:00:19.906 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:57:54 +0000 (0:00:00.009) 0:00:19.915 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003485", "end": "2024-02-09 15:57:54.209308", "rc": 0, "start": "2024-02-09 15:57:54.205823" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:57:54 +0000 (0:00:00.218) 0:00:20.133 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:57:54 +0000 (0:00:00.025) 0:00:20.159 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:11 Friday 09 February 2024 15:57:54 +0000 (0:00:00.033) 0:00:20.192 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_absent.yml:3 Friday 09 February 2024 15:57:54 +0000 (0:00:00.017) 0:00:20.210 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml:3 Friday 09 February 2024 15:57:54 +0000 (0:00:00.016) 0:00:20.227 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_absent.yml:5 Friday 09 February 2024 15:57:54 +0000 (0:00:00.197) 0:00:20.425 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:14 Friday 09 February 2024 15:57:54 +0000 (0:00:00.012) 0:00:20.438 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:3 Friday 09 February 2024 15:57:54 +0000 (0:00:00.023) 0:00:20.462 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:8 Friday 09 February 2024 15:57:54 +0000 (0:00:00.011) 0:00:20.473 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:13 Friday 09 February 2024 15:57:54 +0000 (0:00:00.010) 0:00:20.483 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:57:54 +0000 (0:00:00.012) 0:00:20.496 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:57:54 +0000 (0:00:00.017) 0:00:20.514 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003610", "end": "2024-02-09 15:57:54.812828", "rc": 0, "start": "2024-02-09 15:57:54.809218" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:57:54 +0000 (0:00:00.216) 0:00:20.730 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:57:54 +0000 (0:00:00.010) 0:00:20.741 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:16 Friday 09 February 2024 15:57:54 +0000 (0:00:00.010) 0:00:20.751 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:27 Friday 09 February 2024 15:57:55 +0000 (0:00:00.920) 0:00:21.672 ******* 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.011952", "end": "2024-02-09 15:57:55.977212", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-09 15:57:55.965260" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003730", "end": "2024-02-09 15:57:56.207927", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-09 15:57:56.204197" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003698", "end": "2024-02-09 15:57:56.395507", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-09 15:57:56.391809" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:35 Friday 09 February 2024 15:57:56 +0000 (0:00:00.633) 0:00:22.306 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022645", "end": "2024-02-09 15:57:56.609715", "rc": 0, "start": "2024-02-09 15:57:56.587070" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:43 Friday 09 February 2024 15:57:56 +0000 (0:00:00.213) 0:00:22.520 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:49 Friday 09 February 2024 15:57:56 +0000 (0:00:00.010) 0:00:22.530 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:54 Friday 09 February 2024 15:57:56 +0000 (0:00:00.009) 0:00:22.539 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:60 Friday 09 February 2024 15:57:56 +0000 (0:00:00.009) 0:00:22.549 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:65 Friday 09 February 2024 15:57:56 +0000 (0:00:00.014) 0:00:22.563 ******* 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-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:18 Friday 09 February 2024 15:57:56 +0000 (0:00:00.009) 0:00:22.572 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:57:56 +0000 (0:00:00.017) 0:00:22.590 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:57:56 +0000 (0:00:00.010) 0:00:22.600 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003311", "end": "2024-02-09 15:57:56.890221", "rc": 0, "start": "2024-02-09 15:57:56.886910" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:57:56 +0000 (0:00:00.198) 0:00:22.799 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:57:56 +0000 (0:00:00.011) 0:00:22.810 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:20 Friday 09 February 2024 15:57:56 +0000 (0:00:00.010) 0:00:22.821 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_present.yml:3 Friday 09 February 2024 15:57:56 +0000 (0:00:00.017) 0:00:22.839 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml:3 Friday 09 February 2024 15:57:56 +0000 (0:00:00.011) 0:00:22.850 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707494275.9690778, "block_size": 4096, "blocks": 0, "ctime": 1707494275.9690778, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31754, "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": 1707494275.9690778, "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-bond_options_rewrite84d431lm/tests/tasks/assert_device_present.yml:5 Friday 09 February 2024 15:57:57 +0000 (0:00:00.197) 0:00:23.048 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:23 Friday 09 February 2024 15:57:57 +0000 (0:00:00.011) 0:00:23.060 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:3 Friday 09 February 2024 15:57:57 +0000 (0:00:00.021) 0:00:23.081 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:8 Friday 09 February 2024 15:57:57 +0000 (0:00:00.009) 0:00:23.091 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:13 Friday 09 February 2024 15:57:57 +0000 (0:00:00.009) 0:00:23.100 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:57:57 +0000 (0:00:00.013) 0:00:23.113 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:57:57 +0000 (0:00:00.011) 0:00:23.124 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003561", "end": "2024-02-09 15:57:57.414740", "rc": 0, "start": "2024-02-09 15:57:57.411179" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:57:57 +0000 (0:00:00.200) 0:00:23.325 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:57:57 +0000 (0:00:00.011) 0:00:23.336 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:16 Friday 09 February 2024 15:57:57 +0000 (0:00:00.010) 0:00:23.346 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:27 Friday 09 February 2024 15:57:58 +0000 (0:00:00.919) 0:00:24.266 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:35 Friday 09 February 2024 15:57:58 +0000 (0:00:00.014) 0:00:24.281 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:43 Friday 09 February 2024 15:57:58 +0000 (0:00:00.009) 0:00:24.291 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.015633", "end": "2024-02-09 15:57:58.596498", "rc": 0, "start": "2024-02-09 15:57:58.580865" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:49 Friday 09 February 2024 15:57:58 +0000 (0:00:00.225) 0:00:24.516 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:54 Friday 09 February 2024 15:57:58 +0000 (0:00:00.011) 0:00:24.528 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:60 Friday 09 February 2024 15:57:58 +0000 (0:00:00.012) 0:00:24.540 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:65 Friday 09 February 2024 15:57:58 +0000 (0:00:00.012) 0:00:24.552 ******* 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-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:27 Friday 09 February 2024 15:57:58 +0000 (0:00:00.010) 0:00:24.563 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:57:58 +0000 (0:00:00.025) 0:00:24.588 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:57:58 +0000 (0:00:00.032) 0:00:24.621 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003429", "end": "2024-02-09 15:57:58.919535", "rc": 0, "start": "2024-02-09 15:57:58.916106" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:57:58 +0000 (0:00:00.208) 0:00:24.829 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:57:58 +0000 (0:00:00.013) 0:00:24.842 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:29 Friday 09 February 2024 15:57:58 +0000 (0:00:00.013) 0:00:24.856 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_absent.yml:3 Friday 09 February 2024 15:57:58 +0000 (0:00:00.022) 0:00:24.879 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml:3 Friday 09 February 2024 15:57:59 +0000 (0:00:00.013) 0:00:24.893 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_absent.yml:5 Friday 09 February 2024 15:57:59 +0000 (0:00:00.190) 0:00:25.083 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_helpers_and_asserts.yml:15 Friday 09 February 2024 15:57:59 +0000 (0:00:00.013) 0:00:25.096 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:3 Friday 09 February 2024 15:57:59 +0000 (0:00:00.013) 0:00:25.110 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:57:59 +0000 (0:00:00.010) 0:00:25.121 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:57:59 +0000 (0:00:00.009) 0:00:25.130 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003437", "end": "2024-02-09 15:57:59.414204", "rc": 0, "start": "2024-02-09 15:57:59.410767" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:57:59 +0000 (0:00:00.205) 0:00:25.336 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:57:59 +0000 (0:00:00.016) 0:00:25.352 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:5 Friday 09 February 2024 15:57:59 +0000 (0:00:00.027) 0:00:25.379 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:3 Friday 09 February 2024 15:57:59 +0000 (0:00:00.022) 0:00:25.402 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:8 Friday 09 February 2024 15:57:59 +0000 (0:00:00.026) 0:00:25.428 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:13 Friday 09 February 2024 15:57:59 +0000 (0:00:00.019) 0:00:25.447 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:57:59 +0000 (0:00:00.015) 0:00:25.463 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:57:59 +0000 (0:00:00.034) 0:00:25.497 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003489", "end": "2024-02-09 15:57:59.795079", "rc": 0, "start": "2024-02-09 15:57:59.791590" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:57:59 +0000 (0:00:00.224) 0:00:25.721 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:57:59 +0000 (0:00:00.021) 0:00:25.743 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:16 Friday 09 February 2024 15:57:59 +0000 (0:00:00.022) 0:00:25.765 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:27 Friday 09 February 2024 15:58:00 +0000 (0:00:00.933) 0:00:26.699 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:35 Friday 09 February 2024 15:58:00 +0000 (0:00:00.028) 0:00:26.727 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:43 Friday 09 February 2024 15:58:00 +0000 (0:00:00.026) 0:00:26.754 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:49 Friday 09 February 2024 15:58:00 +0000 (0:00:00.014) 0:00:26.768 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:54 Friday 09 February 2024 15:58:00 +0000 (0:00:00.013) 0:00:26.781 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:60 Friday 09 February 2024 15:58:00 +0000 (0:00:00.018) 0:00:26.800 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:65 Friday 09 February 2024 15:58:00 +0000 (0:00:00.021) 0:00:26.821 ******* 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-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:9 Friday 09 February 2024 15:58:00 +0000 (0:00:00.020) 0:00:26.842 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:58:00 +0000 (0:00:00.030) 0:00:26.872 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:58:00 +0000 (0:00:00.013) 0:00:26.886 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003534", "end": "2024-02-09 15:58:01.176197", "rc": 0, "start": "2024-02-09 15:58:01.172663" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:58:01 +0000 (0:00:00.200) 0:00:27.086 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:58:01 +0000 (0:00:00.012) 0:00:27.099 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:11 Friday 09 February 2024 15:58:01 +0000 (0:00:00.013) 0:00:27.113 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_absent.yml:3 Friday 09 February 2024 15:58:01 +0000 (0:00:00.026) 0:00:27.139 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml:3 Friday 09 February 2024 15:58:01 +0000 (0:00:00.023) 0:00:27.163 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_absent.yml:5 Friday 09 February 2024 15:58:01 +0000 (0:00:00.253) 0:00:27.417 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:14 Friday 09 February 2024 15:58:01 +0000 (0:00:00.013) 0:00:27.431 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:3 Friday 09 February 2024 15:58:01 +0000 (0:00:00.028) 0:00:27.460 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:8 Friday 09 February 2024 15:58:01 +0000 (0:00:00.010) 0:00:27.470 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:13 Friday 09 February 2024 15:58:01 +0000 (0:00:00.008) 0:00:27.479 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:58:01 +0000 (0:00:00.014) 0:00:27.494 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:58:01 +0000 (0:00:00.013) 0:00:27.507 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003532", "end": "2024-02-09 15:58:01.809660", "rc": 0, "start": "2024-02-09 15:58:01.806128" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:58:01 +0000 (0:00:00.215) 0:00:27.723 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:58:01 +0000 (0:00:00.018) 0:00:27.742 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:16 Friday 09 February 2024 15:58:01 +0000 (0:00:00.015) 0:00:27.757 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:27 Friday 09 February 2024 15:58:02 +0000 (0:00:00.918) 0:00:28.676 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:35 Friday 09 February 2024 15:58:02 +0000 (0:00:00.019) 0:00:28.695 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:43 Friday 09 February 2024 15:58:02 +0000 (0:00:00.009) 0:00:28.705 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:49 Friday 09 February 2024 15:58:02 +0000 (0:00:00.009) 0:00:28.715 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007644", "end": "2024-02-09 15:58:03.009267", "rc": 0, "start": "2024-02-09 15:58:03.001623" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:54 Friday 09 February 2024 15:58:03 +0000 (0:00:00.216) 0:00:28.931 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:60 Friday 09 February 2024 15:58:03 +0000 (0:00:00.010) 0:00:28.941 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:65 Friday 09 February 2024 15:58:03 +0000 (0:00:00.008) 0:00:28.950 ******* 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-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:18 Friday 09 February 2024 15:58:03 +0000 (0:00:00.009) 0:00:28.960 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:58:03 +0000 (0:00:00.018) 0:00:28.979 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:58:03 +0000 (0:00:00.011) 0:00:28.990 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003683", "end": "2024-02-09 15:58:03.302395", "rc": 0, "start": "2024-02-09 15:58:03.298712" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:58:03 +0000 (0:00:00.251) 0:00:29.241 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:58:03 +0000 (0:00:00.022) 0:00:29.264 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:20 Friday 09 February 2024 15:58:03 +0000 (0:00:00.012) 0:00:29.276 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_present.yml:3 Friday 09 February 2024 15:58:03 +0000 (0:00:00.028) 0:00:29.305 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml:3 Friday 09 February 2024 15:58:03 +0000 (0:00:00.042) 0:00:29.348 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707494283.0049593, "block_size": 4096, "blocks": 0, "ctime": 1707494283.0049593, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32047, "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": 1707494283.0049593, "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-bond_options_rewrite84d431lm/tests/tasks/assert_device_present.yml:5 Friday 09 February 2024 15:58:03 +0000 (0:00:00.255) 0:00:29.603 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:23 Friday 09 February 2024 15:58:03 +0000 (0:00:00.026) 0:00:29.630 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:3 Friday 09 February 2024 15:58:03 +0000 (0:00:00.021) 0:00:29.651 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:8 Friday 09 February 2024 15:58:03 +0000 (0:00:00.009) 0:00:29.661 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:13 Friday 09 February 2024 15:58:03 +0000 (0:00:00.010) 0:00:29.671 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:58:03 +0000 (0:00:00.011) 0:00:29.683 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:58:03 +0000 (0:00:00.018) 0:00:29.701 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003612", "end": "2024-02-09 15:58:03.996756", "rc": 0, "start": "2024-02-09 15:58:03.993144" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:58:04 +0000 (0:00:00.217) 0:00:29.919 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:58:04 +0000 (0:00:00.021) 0:00:29.940 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:16 Friday 09 February 2024 15:58:04 +0000 (0:00:00.017) 0:00:29.957 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:27 Friday 09 February 2024 15:58:05 +0000 (0:00:00.951) 0:00:30.909 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:35 Friday 09 February 2024 15:58:05 +0000 (0:00:00.037) 0:00:30.947 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:43 Friday 09 February 2024 15:58:05 +0000 (0:00:00.019) 0:00:30.966 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:49 Friday 09 February 2024 15:58:05 +0000 (0:00:00.020) 0:00:30.987 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:54 Friday 09 February 2024 15:58:05 +0000 (0:00:00.014) 0:00:31.002 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010300", "end": "2024-02-09 15:58:05.327185", "rc": 0, "start": "2024-02-09 15:58:05.316885" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:60 Friday 09 February 2024 15:58:05 +0000 (0:00:00.235) 0:00:31.238 ******* 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-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:65 Friday 09 February 2024 15:58:05 +0000 (0:00:00.011) 0:00:31.249 ******* 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-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:27 Friday 09 February 2024 15:58:05 +0000 (0:00:00.010) 0:00:31.259 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 15:58:05 +0000 (0:00:00.019) 0:00:31.279 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 15:58:05 +0000 (0:00:00.013) 0:00:31.293 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003481", "end": "2024-02-09 15:58:05.577943", "rc": 0, "start": "2024-02-09 15:58:05.574462" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 15:58:05 +0000 (0:00:00.196) 0:00:31.490 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 15:58:05 +0000 (0:00:00.012) 0:00:31.502 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/create_and_remove_interface.yml:29 Friday 09 February 2024 15:58:05 +0000 (0:00:00.015) 0:00:31.518 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_absent.yml:3 Friday 09 February 2024 15:58:05 +0000 (0:00:00.021) 0:00:31.539 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml:3 Friday 09 February 2024 15:58:05 +0000 (0:00:00.014) 0:00:31.554 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/assert_device_absent.yml:5 Friday 09 February 2024 15:58:05 +0000 (0:00:00.207) 0:00:31.761 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Friday 09 February 2024 15:58:05 +0000 (0:00:00.017) 0:00:31.779 ******* =============================================================================== Verify DNS and ping still work before el repo setup --------------------- 8.36s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:3 ----- Verify DNS and ping still work after el repo setup ---------------------- 8.26s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:69 ---- Install iproute --------------------------------------------------------- 1.05s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.95s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.93s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.92s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.92s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.92s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.80s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_helpers_and_asserts.yml:3 Create veth interface veth1298 ------------------------------------------ 0.63s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:17 ---- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:31 ---- Get stat for interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml:3 Get stat for interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_interface_stat.yml:3 Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Delete dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:54 Delete veth interface veth1298 ------------------------------------------ 0.23s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-bond_options_rewrite84d431lm/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. ---^---^---^---^---^---