|
|
@ -18,6 +18,7 @@ from opendbc.car.honda.values import CAR as HONDA, HondaFlags |
|
|
|
from opendbc.car.structs import car |
|
|
|
from opendbc.car.structs import car |
|
|
|
from opendbc.car.tests.routes import non_tested_cars, routes, CarTestRoute |
|
|
|
from opendbc.car.tests.routes import non_tested_cars, routes, CarTestRoute |
|
|
|
from opendbc.car.values import Platform, PLATFORMS |
|
|
|
from opendbc.car.values import Platform, PLATFORMS |
|
|
|
|
|
|
|
from opendbc.safety.tests.libsafety import libsafety_py |
|
|
|
from openpilot.common.basedir import BASEDIR |
|
|
|
from openpilot.common.basedir import BASEDIR |
|
|
|
from openpilot.selfdrive.pandad import can_capnp_to_list |
|
|
|
from openpilot.selfdrive.pandad import can_capnp_to_list |
|
|
|
from openpilot.selfdrive.test.helpers import read_segment_list |
|
|
|
from openpilot.selfdrive.test.helpers import read_segment_list |
|
|
@ -26,8 +27,6 @@ from openpilot.tools.lib.logreader import LogReader, LogsUnavailable, openpilotc |
|
|
|
internal_source_zst, comma_api_source, auto_source |
|
|
|
internal_source_zst, comma_api_source, auto_source |
|
|
|
from openpilot.tools.lib.route import SegmentName |
|
|
|
from openpilot.tools.lib.route import SegmentName |
|
|
|
|
|
|
|
|
|
|
|
from panda.tests.libsafety import libsafety_py |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SafetyModel = car.CarParams.SafetyModel |
|
|
|
SafetyModel = car.CarParams.SafetyModel |
|
|
|
|
|
|
|
|
|
|
|
NUM_JOBS = int(os.environ.get("NUM_JOBS", "1")) |
|
|
|
NUM_JOBS = int(os.environ.get("NUM_JOBS", "1")) |
|
|
|