diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-11-09 11:38:11 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-11-09 19:14:12 +0000 |
commit | 04946cba49f19c0b6b876bccdbb36d47334af002 (patch) | |
tree | 3a9fb4a42fa158de7a71ef5434d68ac09d4a247c /debian/patches/disable_rhel_tests.patch | |
parent | 325a43b8bf4b1d8e9f02848423c3b19c3ad8071d (diff) | |
download | vyos-walinuxagent-04946cba49f19c0b6b876bccdbb36d47334af002.tar.gz vyos-walinuxagent-04946cba49f19c0b6b876bccdbb36d47334af002.zip |
Import patches-unapplied version 2.1.1-0ubuntu5 to ubuntu/xenial-proposed
Imported using git-ubuntu import.
Changelog parent: 325a43b8bf4b1d8e9f02848423c3b19c3ad8071d
New changelog entries:
* Disable RH testing.
Diffstat (limited to 'debian/patches/disable_rhel_tests.patch')
-rw-r--r-- | debian/patches/disable_rhel_tests.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/disable_rhel_tests.patch b/debian/patches/disable_rhel_tests.patch new file mode 100644 index 0000000..f815ffe --- /dev/null +++ b/debian/patches/disable_rhel_tests.patch @@ -0,0 +1,13 @@ +--- a/tests/test_redhat.py ++++ b/tests/test_redhat.py +@@ -41,9 +41,7 @@ + + 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() |