updated test_links to avoid running a system command and the need to use iperf/ping

This commit is contained in:
bharnden 2019-09-10 21:33:35 -07:00
parent fb8fc46d0d
commit b4bc9c23a3
10 changed files with 34 additions and 161 deletions

View file

@ -1,6 +1,7 @@
import os
import pytest
from core.services.coreservices import CoreService, ServiceDependencies, ServiceManager
_PATH = os.path.abspath(os.path.dirname(__file__))