-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: [WIP] topotests python3 migration #8493
tests: [WIP] topotests python3 migration #8493
Conversation
Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Allow exabgp to export log files. Create the directory in the appropriated place (e.g. /tmp/topotest/<test>/<peer-name>) and replace template '<log-file>' placeholders in configuration files. * Various python3 migration fixes. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org> Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Added JSON comparison command to LabN test framework * Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Update of ExaBGP config from v3.x to v4.x syntax. * Various python3 migration fixes. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org> Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Update of ExaBGP config from v3.x to v4.x syntax. * Various python3 migration fixes. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org> Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Refactory bgp-ecmp-topo1 ExaBGP usage to use the new configuration file format, to replicate less code and log to CI exported files. * Remove test compatibility with old FRR. * Various python3 migration fixes. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org> Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Update of ExaBGP config from v3.x to v4.x syntax. * Various python3 migration fixes. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org> Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
* Update of ExaBGP config from v3.x to v4.x syntax. * Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
…tax update * Update of ExaBGP config from v3.x to v4.x syntax. * Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Various python3 migration fixes. Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution to FRR!
Pylint found errors in source files changed by this PR:
Pylint report for my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:
************* Module bfd-ospf-topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.54/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)
-----------------------------------
Your code has been rated at 6.15/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)
-----------------------------------
Your code has been rated at 7.83/10
Pylint report for my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:
************* Module isis-lfa-topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.79/10
Pylint report for my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:
************* Module isis-rlfa-topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.81/10
Pylint report for my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)
-----------------------------------
Your code has been rated at 9.86/10
Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1663:64: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.97/10
Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.95/10
If you are a new contributor to FRR, please see our contributing guidelines.
After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.
1d81fbb
to
3db4084
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution to FRR!
Pylint found errors in source files changed by this PR:
Pylint report for my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:
************* Module bfd-ospf-topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.54/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)
-----------------------------------
Your code has been rated at 6.15/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)
-----------------------------------
Your code has been rated at 7.83/10
Pylint report for my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:
************* Module isis-lfa-topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.79/10
Pylint report for my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:
************* Module isis-rlfa-topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.81/10
Pylint report for my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)
-----------------------------------
Your code has been rated at 9.86/10
Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1663:64: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.97/10
Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.95/10
If you are a new contributor to FRR, please see our contributing guidelines.
After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.
Continuous Integration Result: FAILEDContinuous Integration Result: FAILEDSee below for issues. This is a comment from an automated CI system. Get source / Pull Request: SuccessfulBuilding Stage: SuccessfulBasic Tests: FailedTopotests Ubuntu 18.04 i386 part 5: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO5U18I386-18479/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 5:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO5U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 5: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO5U18AMD64-18479/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 5:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO5U18AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 1: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 1: No useful log foundTopotests Ubuntu 18.04 i386 part 9: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO9U18I386-18479/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO9U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 3: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP3U1804AMD64-18479/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 3:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TP3U1804AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP4U1804AMD64-18479/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 9: No useful log foundTopotests Ubuntu 18.04 arm8 part 4: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 4: No useful log foundTopotests Ubuntu 18.04 amd64 part 7: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO7U18AMD64-18479/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 7:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO7U18AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 6: No useful log foundTopotests debian 10 amd64 part 7: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO7DEB10AMD64-18479/test Topology Tests failed for Topotests debian 10 amd64 part 7:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO7DEB10AMD64/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 9: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO9DEB10AMD64-18479/test Topology Tests failed for Topotests debian 10 amd64 part 9:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO9DEB10AMD64/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8DEB10AMD64-18479/test Topology Tests failed for Topotests debian 10 amd64 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO8DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 1: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP1U1804AMD64-18479/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 1:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TP1U1804AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 3: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 3: No useful log foundTopotests debian 10 amd64 part 6: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO6DEB10AMD64-18479/test Topology Tests failed for Topotests debian 10 amd64 part 6:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO6DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 i386 part 7: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO7U18I386-18479/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 7:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO7U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 i386 part 2: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO2U18I386-18479/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 2:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO2U18I386/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 1: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO1DEB10AMD64-18479/test Topology Tests failed for Topotests debian 10 amd64 part 1:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO1DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8U18ARM64-18479/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO8U18ARM64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO9U18AMD64-18479/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO9U18AMD64/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 5: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO5DEB10AMD64-18479/test Topology Tests failed for Topotests debian 10 amd64 part 5:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO5DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 2: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO2U18ARM8-18479/test Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 2:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO2U18ARM8/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 i386 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8U18I386-18479/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO8U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 7: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 7: No useful log foundTopotests Ubuntu 18.04 i386 part 6: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO6U18I386-18479/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO6U18I386/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 2: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO2DEB10AMD64-18479/test Topology Tests failed for Topotests debian 10 amd64 part 2:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO2DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 i386 part 1: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO1U18I386-18479/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 1:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO1U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 2: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP2U1804AMD64-18479/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 2:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TP2U1804AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 8: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 8: No useful log foundTopotests Ubuntu 18.04 i386 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO4U18I386-18479/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO4DEB10AMD64-18479/test Topology Tests failed for Topotests debian 10 amd64 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 0: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO0U18ARM8-18479/test Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 0:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO0U18ARM8/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 6: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO6U18AMD64-18479/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 6:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO6U18AMD64/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 3: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO3DEB10AMD64-18479/test Topology Tests failed for Topotests debian 10 amd64 part 3:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18479/artifact/TOPO3DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 5: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 5: No useful log foundSuccessful on other platforms/tests
|
Continuous Integration Result: FAILEDContinuous Integration Result: FAILEDSee below for issues. This is a comment from an automated CI system. Get source / Pull Request: SuccessfulBuilding Stage: SuccessfulBasic Tests: FailedTopotests Ubuntu 18.04 arm8 part 6: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 6: No useful log foundTopotests Ubuntu 18.04 i386 part 9: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO9U18I386-18480/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO9U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 1: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 1: No useful log foundTopotests Ubuntu 18.04 amd64 part 3: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP3U1804AMD64-18480/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 3:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TP3U1804AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP4U1804AMD64-18480/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 4: No useful log foundTopotests Ubuntu 18.04 arm8 part 9: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 9: No useful log foundTopotests debian 10 amd64 part 9: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO9DEB10AMD64-18480/test Topology Tests failed for Topotests debian 10 amd64 part 9:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO9DEB10AMD64/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8DEB10AMD64-18480/test Topology Tests failed for Topotests debian 10 amd64 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO8DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 3: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 3: No useful log foundTopotests Ubuntu 18.04 amd64 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8U18ARM64-18480/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO8U18ARM64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO9U18AMD64-18480/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO9U18AMD64/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 6: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO6DEB10AMD64-18480/test Topology Tests failed for Topotests debian 10 amd64 part 6:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO6DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 7: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 7: No useful log foundTopotests Ubuntu 18.04 i386 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8U18I386-18480/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO8U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 2: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO2U18ARM8-18480/test Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 2:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO2U18ARM8/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 i386 part 6: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO6U18I386-18480/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO6U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 8: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 8: No useful log foundTopotests Ubuntu 18.04 i386 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO4U18I386-18480/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 6: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO6U18AMD64-18480/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 6:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO6U18AMD64/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO4DEB10AMD64-18480/test Topology Tests failed for Topotests debian 10 amd64 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 0: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO0U18ARM8-18480/test Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 0:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO0U18ARM8/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 3: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO3DEB10AMD64-18480/test Topology Tests failed for Topotests debian 10 amd64 part 3:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18480/artifact/TOPO3DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 5: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 5: No useful log foundSuccessful on other platforms/tests
|
Outdated results 💚Basic BGPD CI results: SUCCESS, 0 tests failed
For details, please contact louberger |
3db4084
to
645bff7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution to FRR!
Pylint found errors in source files changed by this PR:
Pylint report for my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:
************* Module bfd-ospf-topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.54/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)
-----------------------------------
Your code has been rated at 6.15/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)
-----------------------------------
Your code has been rated at 7.83/10
Pylint report for my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:
************* Module isis-lfa-topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.79/10
Pylint report for my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:
************* Module isis-rlfa-topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.81/10
Pylint report for my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)
-----------------------------------
Your code has been rated at 9.86/10
Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1663:64: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.97/10
Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.95/10
Pylint report for my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:
************* Module test_ospf_p2mp
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:228:20: E0602: Undefined variable 'unicode' (undefined-variable)
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:279:20: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.20/10
If you are a new contributor to FRR, please see our contributing guidelines.
After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.
Outdated results 💚Basic BGPD CI results: SUCCESS, 0 tests failed
For details, please contact louberger |
Continuous Integration Result: FAILEDContinuous Integration Result: FAILEDSee below for issues. This is a comment from an automated CI system. Get source / Pull Request: SuccessfulBuilding Stage: SuccessfulBasic Tests: FailedTopotests Ubuntu 18.04 arm8 part 2: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO2U18ARM8-18518/test Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 2:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18518/artifact/TOPO2U18ARM8/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8U18ARM64-18518/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18518/artifact/TOPO8U18ARM64/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 3: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO3DEB10AMD64-18518/test Topology Tests failed for Topotests debian 10 amd64 part 3:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18518/artifact/TOPO3DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 8: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 8: No useful log foundTopotests Ubuntu 18.04 i386 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8U18I386-18518/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18518/artifact/TOPO8U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 7: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 7: No useful log foundTopotests Ubuntu 18.04 i386 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO4U18I386-18518/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18518/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 0: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO0U18ARM8-18518/test Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 0:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18518/artifact/TOPO0U18ARM8/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 5: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 5: No useful log foundTopotests debian 10 amd64 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO4DEB10AMD64-18518/test Topology Tests failed for Topotests debian 10 amd64 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18518/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 9: No useful log foundTopotests Ubuntu 18.04 arm8 part 4: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 4: No useful log foundTopotests debian 10 amd64 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8DEB10AMD64-18518/test Topology Tests failed for Topotests debian 10 amd64 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18518/artifact/TOPO8DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 3: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP3U1804AMD64-18518/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 3:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18518/artifact/TP3U1804AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 3: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 3: No useful log foundTopotests Ubuntu 18.04 amd64 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP4U1804AMD64-18518/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18518/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 6: No useful log foundTopotests Ubuntu 18.04 arm8 part 1: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 1: No useful log foundSuccessful on other platforms/tests
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one nit from me, please address
tests/topotests/pytest.ini
Outdated
@@ -1,6 +1,6 @@ | |||
# Skip pytests example directory | |||
[pytest] | |||
norecursedirs = .git example-test example-topojson-test lib docker | |||
norecursedirs = .git example-test example-topojson-test lib docker bgp_peer-type_multipath-relax |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is disabling this test related to adding Python/ExaBGP switch markers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because this WIP PR is also used to test the CI systems ability to switch between python2/python3 tests and that specific test runs into some exception, then hangs and causes the agent to forcefully terminate the tests. I will convert it to python3 and enable it in time for this PR to come out of "Draft" status.
645bff7
to
7436fd5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution to FRR!
Pylint found errors in source files changed by this PR:
Pylint report for my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:
************* Module bfd-ospf-topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.54/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)
-----------------------------------
Your code has been rated at 6.15/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)
-----------------------------------
Your code has been rated at 7.83/10
Pylint report for my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:
************* Module isis-lfa-topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.79/10
Pylint report for my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:
************* Module isis-rlfa-topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.81/10
Pylint report for my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)
-----------------------------------
Your code has been rated at 9.86/10
Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1639:64: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.97/10
Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.95/10
Pylint report for my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:
************* Module test_ospf_p2mp
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:228:20: E0602: Undefined variable 'unicode' (undefined-variable)
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:279:20: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.20/10
If you are a new contributor to FRR, please see our contributing guidelines.
After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.
Outdated results 💚Basic BGPD CI results: SUCCESS, 0 tests failed
For details, please contact louberger |
Continuous Integration Result: FAILEDContinuous Integration Result: FAILEDSee below for issues. This is a comment from an automated CI system. Get source / Pull Request: SuccessfulBuilding Stage: SuccessfulBasic Tests: FailedTopotests Ubuntu 18.04 i386 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8U18I386-18692/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18692/artifact/TOPO8U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 4: No useful log foundTopotests Ubuntu 18.04 amd64 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP4U1804AMD64-18692/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18692/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 0: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO0U18ARM8-18692/test Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 0:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18692/artifact/TOPO0U18ARM8/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 5: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 5: No useful log foundTopotests debian 10 amd64 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO4DEB10AMD64-18692/test Topology Tests failed for Topotests debian 10 amd64 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18692/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO4U18I386-18692/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18692/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 3: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 3: No useful log foundTopotests Ubuntu 18.04 arm8 part 6: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 6: No useful log foundTopotests Ubuntu 18.04 arm8 part 1: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 1: No useful log foundTopotests debian 10 amd64 part 3: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO3DEB10AMD64-18692/test Topology Tests failed for Topotests debian 10 amd64 part 3:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18692/artifact/TOPO3DEB10AMD64/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8DEB10AMD64-18692/test Topology Tests failed for Topotests debian 10 amd64 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18692/artifact/TOPO8DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 i386 part 6: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO6U18I386-18692/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18692/artifact/TOPO6U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 8: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 8: No useful log foundTopotests Ubuntu 18.04 arm8 part 7: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 7: No useful log foundTopotests Ubuntu 18.04 arm8 part 2: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO2U18ARM8-18692/test Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 2:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18692/artifact/TOPO2U18ARM8/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 9: No useful log foundTopotests Ubuntu 18.04 amd64 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8U18ARM64-18692/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18692/artifact/TOPO8U18ARM64/ErrorLog/log_topotests.txt Successful on other platforms/tests
|
7436fd5
to
662644d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution to FRR!
Pylint found errors in source files changed by this PR:
Pylint report for my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:
************* Module bfd-ospf-topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.54/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)
-----------------------------------
Your code has been rated at 6.15/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)
-----------------------------------
Your code has been rated at 7.83/10
Pylint report for my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:
************* Module isis-lfa-topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.79/10
Pylint report for my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:
************* Module isis-rlfa-topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.81/10
Pylint report for my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp-topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)
-----------------------------------
Your code has been rated at 9.86/10
Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1639:64: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.97/10
Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.95/10
Pylint report for my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:
************* Module test_ospf_p2mp
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:228:20: E0602: Undefined variable 'unicode' (undefined-variable)
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:279:20: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.20/10
If you are a new contributor to FRR, please see our contributing guidelines.
After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.
Outdated results 💚Basic BGPD CI results: SUCCESS, 0 tests failed
For details, please contact louberger |
Continuous Integration Result: FAILEDContinuous Integration Result: FAILEDSee below for issues. This is a comment from an automated CI system. Get source / Pull Request: SuccessfulBuilding Stage: SuccessfulBasic Tests: FailedTopotests Ubuntu 18.04 arm8 part 8: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 8: No useful log foundTopotests Ubuntu 18.04 arm8 part 6: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 6: No useful log foundTopotests debian 10 amd64 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8DEB10AMD64-18765/test Topology Tests failed for Topotests debian 10 amd64 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18765/artifact/TOPO8DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8U18ARM64-18765/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18765/artifact/TOPO8U18ARM64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 7: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 7: No useful log foundTopotests Ubuntu 18.04 i386 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8U18I386-18765/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18765/artifact/TOPO8U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 2: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO2U18ARM8-18765/test Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 2:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18765/artifact/TOPO2U18ARM8/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 4: No useful log foundTopotests Ubuntu 18.04 arm8 part 9: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 9: No useful log foundTopotests Ubuntu 18.04 arm8 part 5: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 5: No useful log foundTopotests Ubuntu 18.04 arm8 part 0: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO0U18ARM8-18765/test Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 0:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18765/artifact/TOPO0U18ARM8/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 3: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 3: No useful log foundTopotests debian 10 amd64 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO4DEB10AMD64-18765/test Topology Tests failed for Topotests debian 10 amd64 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18765/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 1: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 1: No useful log foundTopotests Ubuntu 18.04 i386 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO4U18I386-18765/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18765/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP4U1804AMD64-18765/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-18765/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt Successful on other platforms/tests
|
662644d
to
622b12c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution to FRR!
Pylint found errors in source files changed by this PR:
Pylint report for my_frr/tests/topotests/bfd_ospf_topo1/test_bfd_ospf_topo1.py:
************* Module bfd_ospf_topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd_ospf_topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.54/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)
-----------------------------------
Your code has been rated at 6.15/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)
-----------------------------------
Your code has been rated at 7.83/10
Pylint report for my_frr/tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py:
************* Module isis_lfa_topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.79/10
Pylint report for my_frr/tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py:
************* Module isis_rlfa_topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.81/10
Pylint report for my_frr/tests/topotests/ldp_topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp_topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)
-----------------------------------
Your code has been rated at 9.86/10
Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1639:64: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.97/10
Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.95/10
Pylint report for my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:
************* Module test_ospf_p2mp
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:228:20: E0602: Undefined variable 'unicode' (undefined-variable)
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:279:20: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.20/10
If you are a new contributor to FRR, please see our contributing guidelines.
After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.
622b12c
to
4964771
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution to FRR!
Pylint found errors in source files changed by this PR:
Pylint report for my_frr/tests/topotests/bfd_ospf_topo1/test_bfd_ospf_topo1.py:
************* Module bfd_ospf_topo1.test_bfd_ospf_topo1
my_frr/tests/topotests/bfd_ospf_topo1/test_bfd_ospf_topo1.py:141:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.54/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:
************* Module check_linux_vrf
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:8:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py:63:4: E1305: Too many arguments for format string (too-many-format-args)
-----------------------------------
Your code has been rated at 6.15/10
Pylint report for my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:
************* Module scale_up
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:28:12: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:37:8: E0602: Undefined variable 'luLast' (undefined-variable)
my_frr/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py:195:16: E0602: Undefined variable 'luLast' (undefined-variable)
-----------------------------------
Your code has been rated at 7.83/10
Pylint report for my_frr/tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py:
************* Module isis_lfa_topo1.test_isis_lfa_topo1
my_frr/tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py:177:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.79/10
Pylint report for my_frr/tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py:
************* Module isis_rlfa_topo1.test_isis_rlfa_topo1
my_frr/tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py:179:25: E1101: Instance of 'dict' has no 'iteritems' member (no-member)
-----------------------------------
Your code has been rated at 9.81/10
Pylint report for my_frr/tests/topotests/ldp_topo1/test_ldp_topo1.py:
************* Module test_ldp_topo1
my_frr/tests/topotests/ldp_topo1/test_ldp_topo1.py:345:63: E0602: Undefined variable 'ospfStatus' (undefined-variable)
-----------------------------------
Your code has been rated at 9.86/10
Pylint report for my_frr/tests/topotests/lib/common_config.py:
************* Module lib.common_config
my_frr/tests/topotests/lib/common_config.py:1639:64: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.97/10
Pylint report for my_frr/tests/topotests/lib/topotest.py:
************* Module lib.topotest
my_frr/tests/topotests/lib/topotest.py:1934:15: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.95/10
Pylint report for my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:
************* Module test_ospf_p2mp
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:228:20: E0602: Undefined variable 'unicode' (undefined-variable)
my_frr/tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py:279:20: E0602: Undefined variable 'unicode' (undefined-variable)
-----------------------------------
Your code has been rated at 9.20/10
If you are a new contributor to FRR, please see our contributing guidelines.
After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.
Outdated results 💚Basic BGPD CI results: SUCCESS, 0 tests failed
For details, please contact louberger |
💚 Basic BGPD CI results: SUCCESS, 0 tests failedResults table
For details, please contact louberger |
Continuous Integration Result: FAILEDSee below for issues. This is a comment from an automated CI system. Get source / Pull Request: SuccessfulBuilding Stage: SuccessfulBasic Tests: FailedTopotests Ubuntu 18.04 amd64 part 2: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP2U1804AMD64-19158/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 2:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TP2U1804AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 2: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO2U18ARM8-19158/test Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 2:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO2U18ARM8/ErrorLog/log_topotests.txt Topotests debian 10 amd64 part 2: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO2DEB10AMD64-19158/test Topology Tests failed for Topotests debian 10 amd64 part 2:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO2DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 8: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO8U18ARM64-19158/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO8U18ARM64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 8: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 8: No useful log foundTopotests Ubuntu 18.04 i386 part 3: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO3U18I386-19158/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 3:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO3U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 7: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 7: No useful log foundTopotests Ubuntu 18.04 i386 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO4U18I386-19158/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 i386 part 9: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO9U18I386-19158/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO9U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 0: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO0U18ARM8-19158/test Topology Tests failed for Topotests Ubuntu 18.04 arm8 part 0:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO0U18ARM8/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 5: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 5: No useful log foundTopotests debian 10 amd64 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO4DEB10AMD64-19158/test Topology Tests failed for Topotests debian 10 amd64 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 9: No useful log foundTopotests Ubuntu 18.04 i386 part 5: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO5U18I386-19158/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 5:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO5U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 4: No useful log foundTopotests debian 10 amd64 part 9: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO9DEB10AMD64-19158/test Topology Tests failed for Topotests debian 10 amd64 part 9:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO9DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 5: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO5U18AMD64-19158/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 5:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO5U18AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO9U18AMD64-19158/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO9U18AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 3: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 3: No useful log foundTopotests debian 10 amd64 part 5: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO5DEB10AMD64-19158/test Topology Tests failed for Topotests debian 10 amd64 part 5:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO5DEB10AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TP4U1804AMD64-19158/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 i386 part 2: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-TOPO2U18I386-19158/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 2:
see full log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19158/artifact/TOPO2U18I386/ErrorLog/log_topotests.txt Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 6: No useful log foundTopotests Ubuntu 18.04 arm8 part 1: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 1: No useful log foundSuccessful on other platforms/tests
|
Closing due to obsoletion by @choppsv1 micronet efforts. |
This is a work in progress/draft PR for the migration of all topotests to python3.