aboutsummaryrefslogtreecommitdiffstats
path: root/test/log.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-18/+18
2022-02-17tests: make tests less make dependentKlement Sekera1-6/+6
2021-04-16tests: cpus awarenessKlement Sekera1-1/+1
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-03-07VPP-1508: Python3 tests. Explicitly specify string formatting.Paul Vinciguerra1-1/+1
2018-11-09Fix logging into multiple filesjuraj.linkes1-1/+1
2018-08-25Fix logging to file and summary for crashed testsjuraj.linkes1-0/+1
2018-08-23CSIT-1139: Implement parallel test executionjuraj.linkes1-2/+13
2017-01-13make test: improve test results printingKlement Sekera1-2/+2
2016-12-23make test: add log.txtKlement Sekera1-8/+9
2016-12-09BFD: fix timing in the main loopKlement Sekera1-1/+2
2016-10-31add vpp debugging support to test frameworkKlement Sekera1-0/+71
.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
Test Framework Documentation    {#test_framework_doc}
============================

PyDoc generated documentation for the "make test" framework is available for the following releases

- [Test framework documentation for VPP 17.10](https://docs.fd.io/vpp/17.10/vpp_make_test/html)
- [Test framework documentation for VPP 17.04](https://docs.fd.io/vpp/17.04/vpp_make_test/html)
- [Test framework documentation for VPP 17.01](https://docs.fd.io/vpp/17.01/vpp_make_test/html)