Skip to content

Commit

Permalink
add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhsuan committed Dec 6, 2024
1 parent 70fdf76 commit 00e031f
Show file tree
Hide file tree
Showing 2 changed files with 13,071 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,11 @@ def test_DELL_LATITUDE_7350_WITH_IPU6_DRIVER(self):
devices = self.parse("DELL_LATITUDE_7350_WITH_IPU6_DRIVER")
self.assertEqual(self.count(devices, "CAPTURE"), 1)

def test_IPU7_DRIVER(self):
# Ignore intel_ipu7_isys.isys camera driver
devices = self.parse("IPU7_DRIVER")
self.assertEqual(self.count(devices, "CAPTURE"), 1)

def test_CARA_T(self):
# A Snappy system with CANBus
devices = self.parse("CARA_T")
Expand Down
Loading

0 comments on commit 00e031f

Please sign in to comment.