From: Cory Johns Date: Thu, 6 Apr 2017 17:59:52 +0000 (-0400) Subject: Bump rev of ghost charm in test to fix intermittent hook failure due to apt lock X-Git-Tag: 0.4.0~4 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=fd7be8800f10d73359c4a4e795cfaf329f75e62e Bump rev of ghost charm in test to fix intermittent hook failure due to apt lock --- 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(