Skip to content

Commit

Permalink
Add unit test for PR#851 (BugFix) (#858)
Browse files Browse the repository at this point in the history
add unit test for PR#851
  • Loading branch information
nancyc12 authored Dec 1, 2023
1 parent c0b1634 commit f1991d7
Show file tree
Hide file tree
Showing 2 changed files with 518 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,12 @@ def test_DELL_VOSTRO_270(self):
]
self.verify_devices(devices, expected_devices)

def test_DELL_LATITUDE_7350_WITH_IPU6_DRIVER(self):
# Ignore intel-ipu6-isys camera driver on a Dell Latitude 7350
# See https://bugs.launchpad.net/somerville/+bug/2042424
devices = self.parse("DELL_LATITUDE_7350_WITH_IPU6_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 f1991d7

Please sign in to comment.