~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to tests/test_motd.py

  • Committer: Julian Andres Klode
  • Date: 2019-04-15 16:05:27 UTC
  • Revision ID: juliank@ubuntu.com-20190415160527-lkty387mgrexu0z0
We told people ESM is not enabled, but not how to enable it.

LP: #1822340

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
                15 updates can be installed immediately.
63
63
                7 of these updates are security updates.
 
64
 
 
65
                Enable ESM to receive additional future security updates.
 
66
                See 'ua enable esm' or https://ubuntu.com/esm
64
67
                """).lstrip())
65
68
 
66
69
    def test_esm_disabled_nosecurity(self):
74
77
 
75
78
                15 updates can be installed immediately.
76
79
                0 of these updates are security updates.
 
80
 
 
81
                Enable ESM to receive additional future security updates.
 
82
                See 'ua enable esm' or https://ubuntu.com/esm
77
83
                """).lstrip())
78
84
 
79
85
    def test_esm_disabled_noupdates(self):
87
93
 
88
94
                0 updates can be installed immediately.
89
95
                0 of these updates are security updates.
 
96
 
 
97
                Enable ESM to receive additional future security updates.
 
98
                See 'ua enable esm' or https://ubuntu.com/esm
90
99
                """).lstrip())
91
100
 
92
101
    def test_esm_enabled_nosecurity(self):