Donald Sharp
|
b515c81a22
|
tests: Fix spelling of 'registred'
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
|
2022-04-19 08:09:36 -04:00 |
|
Donald Sharp
|
48f05b233f
|
tests: Fix Invalid escape sequence warnings in test runs
Test runs are creating these warnings:
bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py::test_check_linux_mpls
<string>:7: DeprecationWarning: invalid escape sequence \d
bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py::test_check_linux_mpls
<string>:19: DeprecationWarning: invalid escape sequence \d
bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py::test_check_scale_up
<string>:24: DeprecationWarning: invalid escape sequence \d
bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py::test_check_scale_up
<string>:191: DeprecationWarning: invalid escape sequence \d
-- Docs: https://docs.pytest.org/en/stable/warnings.html
Find and destroy these warnings
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
|
2021-10-13 09:03:27 -04:00 |
|
Lou Berger
|
1b9ebabb27
|
tests: get bgp_l3vpn_to_bgp_vrf running, also improve logging
Signed-off-by: Lou Berger <lberger@labn.net>
|
2021-09-28 11:29:46 -04:00 |
|
Christian Hopps
|
a53c08bc13
|
tests: cleanup: rerun changed files through black
Signed-off-by: Christian Hopps <chopps@labn.net>
|
2021-09-04 09:04:47 -04:00 |
|
Christian Hopps
|
4953ca977f
|
tests: cleanup - remove unused imports
Signed-off-by: Christian Hopps <chopps@labn.net>
|
2021-09-04 09:04:47 -04:00 |
|
Christian Hopps
|
e82b531df9
|
tests: remove legacy Topo class (fixes many pylint errors)
Signed-off-by: Christian Hopps <chopps@labn.net>
|
2021-09-04 09:04:46 -04:00 |
|
Christian Hopps
|
8db751b853
|
tests: micronet: adapt tests
Signed-off-by: Christian Hopps <chopps@labn.net>
|
2021-09-04 09:04:46 -04:00 |
|
Christian Hopps
|
4958158787
|
tests: micronet: update infra
Signed-off-by: Christian Hopps <chopps@labn.net>
|
2021-09-04 09:04:46 -04:00 |
|
whitespace
|
701a01920e
|
*: reformat python files
We are now using black.
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
|
2020-10-07 17:22:26 -04:00 |
|
Mark Stapp
|
11761ab0f4
|
tests: python3 compat fixes for topotests: tabs and misc
Use only spaces in python files; no tabs; also a couple of small
api fixes.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
|
2020-09-26 15:40:00 -04:00 |
|
Mark Stapp
|
e5f0ed147b
|
tests: use .items instead of .iteritems in topotests
Avoid py2-only .iteritems() api.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
|
2020-09-18 15:55:23 -04:00 |
|
Lou Berger
|
dccb75bbcf
|
topotest: log results summary at end of lutil run
Signed-off-by: Lou Berger <lberger@labn.net>
|
2020-01-21 06:27:43 -05:00 |
|
Lou Berger
|
a38f008303
|
topotests/lib: support sharpd and other daemons in lutils
needs both <daemon>.conf and <daemon> to be present
Signed-off-by: Lou Berger <lberger@labn.net>
|
2019-05-15 21:26:13 +00:00 |
|
Lou Berger
|
af01532c45
|
lib: speedup test exit when startup fails
Signed-off-by: Lou Berger <lberger@labn.net>
|
2018-11-27 20:22:14 -05:00 |
|
G. Paul Ziemba
|
90d56c6cca
|
lib/ltemplate.py: add KeepGoing parameter to ltemplateTest
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
|
2018-11-27 20:22:13 -05:00 |
|
G. Paul Ziemba
|
7fdc42389a
|
ltemplate.py: start isisd when isisd.conf present
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
|
2018-11-27 20:22:13 -05:00 |
|
G. Paul Ziemba
|
09da03d50d
|
ltemplate.py: remove dependency on hard-coded router name r2
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
|
2018-11-27 20:22:13 -05:00 |
|
Lou Berger
|
89b9abd97e
|
lib: ltemplate add common ltemplateRtrCmd and ltemplateVersionCheck
Signed-off-by: Lou Berger <lberger@labn.net>
|
2018-11-27 20:22:13 -05:00 |
|
Lou Berger
|
850de337d9
|
lib: ltemplate simplify start/stop
Signed-off-by: Lou Berger <lberger@labn.net>
|
2018-11-27 20:22:13 -05:00 |
|
Lou Berger
|
9e219b9af7
|
lib: scope life of Lutil and _lt to a single test run reorg to support regression environment
Signed-off-by: Lou Berger <lberger@labn.net>
|
2018-11-27 20:22:13 -05:00 |
|
Lou Berger
|
8ab91133c7
|
lib: ltemplate - fix handling of CallOnFail (take 2)
Signed-off-by: Lou Berger <lberger@labn.net>
|
2018-11-27 20:22:13 -05:00 |
|
Lou Berger
|
5859c4be6b
|
lib: ltemplate - fix handling of CallOnFail
Signed-off-by: Lou Berger <lberger@labn.net>
|
2018-11-27 20:22:13 -05:00 |
|
Lou Berger
|
df437d254a
|
lib: add LabN testing template
Signed-off-by: Lou Berger <lberger@labn.net>
|
2018-11-27 20:22:12 -05:00 |
|