Skip to content

Commit 9e9a553

Browse files
committed
ensure vrfmgrd, teammgrd, portmgrd are running before test
Signed-off-by: Guohan Lu <[email protected]>
1 parent e8e3ddc commit 9e9a553

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/conftest.py

+3
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ def __init__(self, name=None):
138138
'syncd',
139139
'teamsyncd',
140140
'vlanmgrd',
141+
'vrfmgrd',
142+
'teammgrd',
143+
'portmgrd',
141144
'zebra']
142145
self.mount = "/var/run/redis-vs"
143146
self.redis_sock = self.mount + '/' + "redis.sock"

0 commit comments

Comments
 (0)