Skip to content

Commit

Permalink
ensure vrfmgrd, teammgrd, portmgrd are running before test
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <gulv@microsoft.com>
  • Loading branch information
lguohan committed Oct 21, 2018
1 parent e8e3ddc commit 9e9a553
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ def __init__(self, name=None):
'syncd',
'teamsyncd',
'vlanmgrd',
'vrfmgrd',
'teammgrd',
'portmgrd',
'zebra']
self.mount = "/var/run/redis-vs"
self.redis_sock = self.mount + '/' + "redis.sock"
Expand Down

0 comments on commit 9e9a553

Please sign in to comment.