diff options
| author | Ben Howard <ben.howard@ubuntu.com> | 2015-12-07 16:48:51 -0700 |
|---|---|---|
| committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-12-08 16:10:11 +0000 |
| commit | d026c8f452908c387c8fa303b311549e42cbd467 (patch) | |
| tree | f4000dccfc1e26696ef6e5bcc0ba411a88f0b1ca | |
| parent | 50a24225c5b61d1a505cfdbd676158618b23b942 (diff) | |
| download | vyos-walinuxagent-d026c8f452908c387c8fa303b311549e42cbd467.tar.gz vyos-walinuxagent-d026c8f452908c387c8fa303b311549e42cbd467.zip | |
disable_rhel_tests.patch
No DEP3 Subject or Description header found
Gbp-Pq: disable_rhel_tests.patch.
| -rw-r--r-- | tests/test_redhat.py | 4 |
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() |
