diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-01-15 09:18:59 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-01-15 09:18:59 -0500 | 
| commit | 3771ded19487c6804e4d22536cf8733531775160 (patch) | |
| tree | a368f402d5de507b93efbd66e24c75740b4ba19d /tests/topotests/pytest.ini | |
| parent | 3914e5759177b1914b31f09cb091d405df1f257a (diff) | |
tests: Add `pytest.mark.pbr`
Add a mark to topotests that mark pbr tests
`pytest -k pbr`
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/pytest.ini')
| -rw-r--r-- | tests/topotests/pytest.ini | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/pytest.ini b/tests/topotests/pytest.ini index 5918ea476a..d1b18a57bb 100644 --- a/tests/topotests/pytest.ini +++ b/tests/topotests/pytest.ini @@ -8,6 +8,7 @@ markers =  	isis: Tests that run against ISISD  	ldp: Tests that run against LDPD  	ospf: Tests that run against OSPF( v2 and v3 ) +	pbr: Tests that run against PBRD  	pim: Tests that run against pim  	rip: Tests that run against RIP, both v4 and v6  | 
