mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 10:54:47 +00:00
tests: add pytest.mark.staticd for those tests missing it
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
4be92408e4
commit
6a1e89514d
@ -85,6 +85,9 @@ from lib.bgp import (
|
||||
)
|
||||
from lib.topojson import build_topo_from_json, build_config_from_json
|
||||
|
||||
pytestmark = [pytest.mark.bgpd, pytest.mark.staticd]
|
||||
|
||||
|
||||
# Reading the data from JSON File for topology creation
|
||||
jsonFile = "{}/evpn_type5_chaos_topo1.json".format(CWD)
|
||||
try:
|
||||
|
@ -91,6 +91,9 @@ from lib.bgp import (
|
||||
)
|
||||
from lib.topojson import build_topo_from_json, build_config_from_json
|
||||
|
||||
pytestmark = [pytest.mark.bgpd, pytest.mark.staticd]
|
||||
|
||||
|
||||
# Reading the data from JSON File for topology creation
|
||||
jsonFile = "{}/evpn_type5_topo1.json".format(CWD)
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user