Skip to content

Commit

Permalink
Merge pull request #3729 from c-po/T6510-jenkins-fix
Browse files Browse the repository at this point in the history
smoketest: T6510: remove build time test to check for /dev/input/event0
  • Loading branch information
c-po authored Jun 27, 2024
2 parents 8e633a9 + 93e6e6c commit b3b1d59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tests/test_find_device_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ def test_null(self):
def test_zero(self):
self.assertEqual(find_device_file('zero'), '/dev/zero')

def test_input_event(self):
self.assertEqual(find_device_file('event0'), '/dev/input/event0')

def test_non_existing(self):
self.assertFalse(find_device_file('vyos'))

0 comments on commit b3b1d59

Please sign in to comment.