Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: third_party/boto/tests/integration/route53/test_cert_verification.py

Issue 698893003: Update checked in version of gsutil to version 4.6 (Closed) Base URL: http://dart.googlecode.com/svn/third_party/gsutil/
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/boto/tests/integration/route53/test_cert_verification.py
===================================================================
--- third_party/boto/tests/integration/route53/test_cert_verification.py (revision 33376)
+++ third_party/boto/tests/integration/route53/test_cert_verification.py (working copy)
@@ -25,12 +25,14 @@
Check that all of the certs on all service endpoints validate.
"""
import unittest
+from nose.plugins.attrib import attr
from tests.integration import ServiceCertVerificationTest
import boto.route53
+@attr(route53=True)
class Route53CertVerificationTest(unittest.TestCase, ServiceCertVerificationTest):
route53 = True
regions = boto.route53.regions()

Powered by Google App Engine
This is Rietveld 408576698