tests docs: upgrade python packages

- Upgrade python package requirements for test & docs
- Clean up docs generation warnings
- Consolidate python requirements for docs in test
  requirements specs.
- Upgrade pip

Type: make

Change-Id: I74a3924b43ed93d15b32ec9f6fc41ed1ba95b69b
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace
2021-08-12 18:36:02 -04:00
committed by Andrew Yourtchenko
parent 078d258034
commit d170681b24
20 changed files with 448 additions and 410 deletions

2
test/test_l2_fib.py Normal file → Executable file
View File

@ -153,7 +153,7 @@ class TestL2fib(VppTestCase):
interfaces. Create host IPv4 address for every host MAC address.
:param int n_hosts_per_if: Number of per interface hosts to
create MAC/IPv4 addresses for.
create MAC/IPv4 addresses for.
"""
hosts = dict()