Bump rev of ghost charm in test to fix intermittent hook failure due to apt lock
authorCory Johns <johnsca@gmail.com>
Thu, 6 Apr 2017 17:59:52 +0000 (13:59 -0400)
committerCory Johns <johnsca@gmail.com>
Thu, 6 Apr 2017 18:01:10 +0000 (14:01 -0400)
tests/integration/bundle/bundle.yaml
tests/integration/test_model.py

index 82a963c..d0245c5 100644 (file)
@@ -1,7 +1,7 @@
 series: xenial
 services:
   ghost:
-    charm: "cs:ghost-18"
+    charm: "cs:ghost-19"
     num_units: 1
   mysql:
     charm: "cs:trusty/mysql-57"
index 4aec314..92d2055 100644 (file)
@@ -142,7 +142,7 @@ async def test_explicit_loop_threaded(event_loop):
 @pytest.mark.asyncio
 async def test_store_resources_charm(event_loop):
     async with base.CleanModel() as model:
-        ghost = await model.deploy('cs:ghost-18')
+        ghost = await model.deploy('cs:ghost-19')
         assert 'ghost' in model.applications
         terminal_statuses = ('active', 'error', 'blocked')
         await model.block_until(