diff options
Diffstat (limited to 'tests/unittests/test_rh_subscription.py')
| -rw-r--r-- | tests/unittests/test_rh_subscription.py | 16 | 
1 files changed, 5 insertions, 11 deletions
diff --git a/tests/unittests/test_rh_subscription.py b/tests/unittests/test_rh_subscription.py index 0c12cacf..ca14cd46 100644 --- a/tests/unittests/test_rh_subscription.py +++ b/tests/unittests/test_rh_subscription.py @@ -1,14 +1,6 @@ -#    This program is free software: you can redistribute it and/or modify -#    it under the terms of the GNU General Public License version 3, as -#    published by the Free Software Foundation. -# -#    This program is distributed in the hope that it will be useful, -#    but WITHOUT ANY WARRANTY; without even the implied warranty of -#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -#    GNU General Public License for more details. -# -#    You should have received a copy of the GNU General Public License -#    along with this program.  If not, see <http://www.gnu.org/licenses/>. +# This file is part of cloud-init. See LICENSE file for license information. + +"""Tests for registering RHEL subscription via rh_subscription."""  import logging @@ -224,3 +216,5 @@ class TestBadInput(TestCase):          self.SM._sub_man_cli.assert_called_with(['identity'])          self.assertEqual(self.SM.log_warn.call_count, 4)          self.assertEqual(self.SM._sub_man_cli.call_count, 1) + +# vi: ts=4 expandtab  | 
