Avatar for the aristanetworks user
aristanetworks
anta
BlogDocsChangelog

feat(anta.tests): Enhanced VerifyRunningConfigLines Test Case for multiple matches

#1169
Comparing
geetanjalimanegslab:issue_1134_run_config
(
78c0981
) with
main
(
bda207d
)
CodSpeed Performance Gauge
0%
Improvements
0
Regressions
0
Untouched
26
New
0
Dropped
0
Ignored
0

Benchmarks

Passed

test_get_coroutines[1-device]
tests/benchmark/test_runner.py::test_get_coroutines[1-device]
CodSpeed Performance Gauge
0%
49.4 ms
49.2 ms
test_get_coroutines[2-devices]
tests/benchmark/test_runner.py::test_get_coroutines[2-devices]
CodSpeed Performance Gauge
0%
97.6 ms
97.1 ms
test_table_tests[1-device]
tests/benchmark/test_reporter.py::test_table_tests[1-device]
CodSpeed Performance Gauge
0%
3.5 ms
3.5 ms
test__get_test_coroutines[2-devices]
tests/benchmark/test_runner.py::test__get_test_coroutines[2-devices]
CodSpeed Performance Gauge
0%
92 ms
92 ms
test_json[1-device]
tests/benchmark/test_reporter.py::test_json[1-device]
CodSpeed Performance Gauge
0%
50.2 ms
50.2 ms
test_table_devices[1-device]
tests/benchmark/test_reporter.py::test_table_devices[1-device]
CodSpeed Performance Gauge
0%
268.9 µs
269.1 µs
test__get_test_coroutines[1-device]
tests/benchmark/test_runner.py::test__get_test_coroutines[1-device]
CodSpeed Performance Gauge
0%
46.5 ms
46.5 ms
test_anta_dry_run[2-devices]
tests/benchmark/test_anta.py::test_anta_dry_run[2-devices]
CodSpeed Performance Gauge
0%
139.7 ms
140 ms
test_jinja[2-devices]
tests/benchmark/test_reporter.py::test_jinja[2-devices]
CodSpeed Performance Gauge
0%
143.5 ms
143.9 ms
test_table_tests[2-devices]
tests/benchmark/test_reporter.py::test_table_tests[2-devices]
CodSpeed Performance Gauge
0%
3.7 ms
3.7 ms
test_jinja[1-device]
tests/benchmark/test_reporter.py::test_jinja[1-device]
CodSpeed Performance Gauge
0%
74.5 ms
74.7 ms
test_anta_dry_run[1-device]
tests/benchmark/test_anta.py::test_anta_dry_run[1-device]
CodSpeed Performance Gauge
0%
83.6 ms
83.8 ms
test_csv[2-devices]
tests/benchmark/test_reporter.py::test_csv[2-devices]
CodSpeed Performance Gauge
0%
50 ms
50.2 ms
test_prepare_tests[2-devices]
tests/benchmark/test_runner.py::test_prepare_tests[2-devices]
CodSpeed Performance Gauge
0%
26.3 ms
26.4 ms
test__setup_tests[1-device]
tests/benchmark/test_runner.py::test__setup_tests[1-device]
CodSpeed Performance Gauge
0%
26.3 ms
26.4 ms
test__setup_tests[2-devices]
tests/benchmark/test_runner.py::test__setup_tests[2-devices]
CodSpeed Performance Gauge
0%
26.4 ms
26.5 ms
test_markdown[2-devices]
tests/benchmark/test_reporter.py::test_markdown[2-devices]
CodSpeed Performance Gauge
0%
23.9 ms
24 ms
test_csv[1-device]
tests/benchmark/test_reporter.py::test_csv[1-device]
CodSpeed Performance Gauge
0%
25.2 ms
25.3 ms
test_anta[2-devices]
tests/benchmark/test_anta.py::test_anta[2-devices]
CodSpeed Performance Gauge
0%
2.9 s
3 s
test_prepare_tests[1-device]
tests/benchmark/test_runner.py::test_prepare_tests[1-device]
CodSpeed Performance Gauge
0%
26.2 ms
26.3 ms
test_anta[1-device]
tests/benchmark/test_anta.py::test_anta[1-device]
CodSpeed Performance Gauge
0%
1.5 s
1.5 s
test_table_devices[2-devices]
tests/benchmark/test_reporter.py::test_table_devices[2-devices]
CodSpeed Performance Gauge
0%
298.8 µs
299.9 µs
test_json[2-devices]
tests/benchmark/test_reporter.py::test_json[2-devices]
CodSpeed Performance Gauge
0%
98.7 ms
99 ms
test_markdown[1-device]
tests/benchmark/test_reporter.py::test_markdown[1-device]
CodSpeed Performance Gauge
-1%
12.4 ms
12.4 ms
test_table_all[2-devices]
tests/benchmark/test_reporter.py::test_table_all[2-devices]
CodSpeed Performance Gauge
-1%
48.8 ms
49.1 ms
test_table_all[1-device]
tests/benchmark/test_reporter.py::test_table_all[1-device]
CodSpeed Performance Gauge
-1%
24.4 ms
24.6 ms

Commits

Click on a commit to change the comparison range
Base
main
bda207d
0%
feat(anta.tests):Enhanced VerifyRunningConfigLines Test Case for multiple matches
dcbf0bf
3 months ago
by geetanjalimanegslab
0%
fixed test coverage issue
7423c24
3 months ago
by geetanjalimanegslab
0%
Merge branch 'main' into issue_1134_run_config
a2b83bf
3 months ago
by geetanjalimanegslab
0%
Removed additional input check
e4a7ed5
3 months ago
by geetanjalimanegslab
0%
updated docstrings and variable names
9988b6e
3 months ago
by geetanjalimanegslab
0%
Updated docstrings
3fe47bf
3 months ago
by geetanjalimanegslab
0%
Merge branch 'main' into issue_1134_run_config
cc2ef09
3 months ago
by geetanjalimanegslab
0%
updated test logic to support both section and regex pattern at a time
3225325
3 months ago
by geetanjalimanegslab
0%
Updated test with a single command as show running-config
223e2e5
3 months ago
by geetanjalimanegslab
0%
Merge branch 'main' into issue_1134_run_config
cbc1fbc
3 months ago
by geetanjalimanegslab
0%
Updated regex pattern
ec51b5d
3 months ago
by geetanjalimanegslab
0%
updated docstrings
09fa2a7
3 months ago
by geetanjalimanegslab
0%
Stored command output in a variable
086f1ae
3 months ago
by geetanjalimanegslab
0%
Merge branch 'main' into issue_1134_run_config
373cb18
3 months ago
by geetanjalimanegslab
0%
Fixed congnetive complexity issue
f9a9bdc
3 months ago
by geetanjalimanegslab
0%
Merge branch 'main' into issue_1134_run_config
80d07a2
2 months ago
by geetanjalimanegslab
0%
Updated regex pattern with backtrick
f2a9f0c
2 months ago
by geetanjalimanegslab
0%
Merge branch 'main' into issue_1134_run_config
68ddd21
2 months ago
by geetanjalimanegslab
+1%
Updated unit testcases with latest fomat
234796a
2 months ago
by geetanjalimanegslab
0%
Merge branch 'main' into issue_1134_run_config
78c0981
1 day ago
by carl-baillargeon
© 2025 CodSpeed Technology
Home Terms Privacy Docs