Skip to content

Commit b191bd4

Browse files
committed
Remove Ubuntu stuff from generil linux port tests
1 parent 0241bbc commit b191bd4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/os_linux_generic.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"""
1818

1919
import unittest
20-
from mbed_lstools.lstools_ubuntu import MbedLsToolsUbuntu
2120
from mbed_lstools.lstools_linux_generic import MbedLsToolsLinuxGeneric
2221

2322

@@ -140,8 +139,8 @@ def setUp(self):
140139
def tearDown(self):
141140
pass
142141

143-
def test_ubuntu_construction(self):
144-
self.linux_ubuntu = MbedLsToolsUbuntu()
142+
def test_os_support(self):
143+
self.assertIn("LinuxGeneric", self.linux_generic.os_supported)
145144

146145
def test_get_mount_point_basic(self):
147146
self.assertEqual('/media/usb0', self.linux_generic.get_mount_point('sdb', self.vfat_devices))

0 commit comments

Comments
 (0)