Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@
import tarfile
import StringIO
import subprocess

from datetime import datetime
from swsscommon import swsscommon

pytest_plugins = [
"dvslib.dvs_database"
]

def ensure_system(cmd):
(rc, output) = commands.getstatusoutput(cmd)
if rc:
Expand Down
Empty file added tests/dvslib/__init__.py
Empty file.
Loading