From fd7be8800f10d73359c4a4e795cfaf329f75e62e Mon Sep 17 00:00:00 2001 From: Cory Johns Date: Thu, 6 Apr 2017 13:59:52 -0400 Subject: [PATCH] Bump rev of ghost charm in test to fix intermittent hook failure due to apt lock --- tests/integration/bundle/bundle.yaml | 2 +- tests/integration/test_model.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/bundle/bundle.yaml b/tests/integration/bundle/bundle.yaml index 82a963c..d0245c5 100644 --- a/tests/integration/bundle/bundle.yaml +++ b/tests/integration/bundle/bundle.yaml @@ -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" diff --git a/tests/integration/test_model.py b/tests/integration/test_model.py index 4aec314..92d2055 100644 --- a/tests/integration/test_model.py +++ b/tests/integration/test_model.py @@ -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( -- 2.17.1