summaryrefslogtreecommitdiff
path: root/tests/unittests/test_distros/test_opensuse.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/test_distros/test_opensuse.py')
-rw-r--r--tests/unittests/test_distros/test_opensuse.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/unittests/test_distros/test_opensuse.py b/tests/unittests/test_distros/test_opensuse.py
deleted file mode 100644
index b9bb9b3e..00000000
--- a/tests/unittests/test_distros/test_opensuse.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# This file is part of cloud-init. See LICENSE file for license information.
-
-from cloudinit.tests.helpers import CiTestCase
-
-from . import _get_distro
-
-
-class TestopenSUSE(CiTestCase):
-
- def test_get_distro(self):
- distro = _get_distro("opensuse")
- self.assertEqual(distro.osfamily, 'suse')