]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tools: ceph-detect-init: fix harmless typo in unit tests
authorNathan Cutler <ncutler@suse.com>
Sat, 21 Jul 2018 15:00:10 +0000 (17:00 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 12 Apr 2019 14:35:36 +0000 (16:35 +0200)
typo was introduced by 12d94cae2a06fd2ae39379e233588be99bff91de

This commit is not cherry-picked because ceph-detect-init has been dropped in
master.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 5d165696ca390f1fe02b312464bb6e928ced2a5a)

src/ceph-detect-init/tests/test_all.py

index 52334e6756edd73899083f9c9f7c7a5c7522775b..dfdf16b2c0c4991fd9881c1541dab8befa10704c 100644 (file)
@@ -422,7 +422,7 @@ HOME_URL="https://www.opensuse.org/"
         self.assertEqual('42.3', ceph_detect_init._extract_from_os_release(
                          os_release_opensuse_42_3, 'VERSION_ID'))
         os_release_opensuse_15_0 = """
-ME="openSUSE Leap"
+NAME="openSUSE Leap"
 VERSION="15.0"
 ID="opensuse-leap"
 ID_LIKE="suse opensuse"