diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-03-01 09:18:49 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-03-01 09:18:49 -0500 |
| commit | 5980ad0ae0352ba3865ee17cd9bf97bc65e35474 (patch) | |
| tree | 3631cd0817da3b9e227525f6c0d962fcc9273e1c /tests/topotests/pim-basic/test_pim.py | |
| parent | b9a210f9514ae71d24c848f106a5d203841c5eb4 (diff) | |
tests: Run `black` against tests again to clean up formatting
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/pim-basic/test_pim.py')
| -rw-r--r-- | tests/topotests/pim-basic/test_pim.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/pim-basic/test_pim.py b/tests/topotests/pim-basic/test_pim.py index 918d3847ce..4debbeb851 100644 --- a/tests/topotests/pim-basic/test_pim.py +++ b/tests/topotests/pim-basic/test_pim.py @@ -45,6 +45,7 @@ from mininet.topo import Topo pytestmark = [pytest.mark.pimd] + class PIMTopo(Topo): def build(self, *_args, **_opts): "Build function" |
