← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~larsks/cloud-init:lp/1658200 into cloud-init:master

 

Lars Kellogg-Stedman has proposed merging ~larsks/cloud-init:lp/1658200 into cloud-init:master.

Requested reviews:
  cloud init development team (cloud-init-dev)
Related bugs:
  Bug #1658200 in cloud-init: "Running tests via nosestests fails due to insufficient test isolation"
  https://bugs.launchpad.net/cloud-init/+bug/1658200

For more details, see:
https://code.launchpad.net/~larsks/cloud-init/+git/cloud-init/+merge/315276
-- 
Your team cloud init development team is requested to review the proposed merge of ~larsks/cloud-init:lp/1658200 into cloud-init:master.
diff --git a/tests/unittests/test_datasource/test_gce.py b/tests/unittests/test_datasource/test_gce.py
index 4f66767..44441e7 100644
--- a/tests/unittests/test_datasource/test_gce.py
+++ b/tests/unittests/test_datasource/test_gce.py
@@ -59,6 +59,7 @@ def _set_mock_metadata(gce_meta=None):
         else:
             return (404, headers, '')
 
+    httpretty.reset()
     httpretty.register_uri(httpretty.GET, MD_URL_RE, body=_request_callback)
 
 

Follow ups