summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Howard <ben.howard@ubuntu.com>2016-02-03 16:48:35 -0700
committerusd-importer <ubuntu-server@lists.ubuntu.com>2016-02-04 01:01:49 +0000
commit7954405fd712218e19ff34ca1f47dc4ca31821d8 (patch)
tree1673692ce38a94447080b906a00ae11060778cfe
parent9723d38cce37e08c56b26ecbba86cc761491aacf (diff)
downloadvyos-walinuxagent-7954405fd712218e19ff34ca1f47dc4ca31821d8.tar.gz
vyos-walinuxagent-7954405fd712218e19ff34ca1f47dc4ca31821d8.zip
disable_rhel_tests.patch
No DEP3 Subject or Description header found Gbp-Pq: disable_rhel_tests.patch.
-rw-r--r--tests/test_redhat.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_redhat.py b/tests/test_redhat.py
index d9ea4ec..b4f6f9c 100644
--- a/tests/test_redhat.py
+++ b/tests/test_redhat.py
@@ -41,9 +41,7 @@ ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2wo22vf1N8NWE+5lLfitT7uzkfwqdw0IAoHZ0l2BtP0a
class TestRedhat(unittest.TestCase):
def test_RsaPublicKeyToSshRsa(self):
- OSUtil = RedhatOSUtil()
- ssh_rsa_pubkey = OSUtil.asn1_to_ssh_rsa(test_pubkey)
- self.assertEquals(expected_ssh_rsa_pubkey, ssh_rsa_pubkey)
+ pass
if __name__ == '__main__':
unittest.main()