Skip to content

Commit 17d9010

Browse files
committed
Update old bundles and test cases to use charmhub
1 parent 404bb51 commit 17d9010

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

tests/bundle/bundle.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
series: xenial
2-
services:
2+
applications:
33
wordpress:
4-
charm: "cs:trusty/wordpress-2"
4+
charm: "wordpress"
5+
series: "xenial"
6+
channel: "candidate"
57
num_units: 1
68
annotations:
79
"gui-x": "339.5"
810
"gui-y": "-171"
911
to:
1012
- "0"
1113
mysql:
12-
charm: "cs:trusty/mysql-26"
14+
charm: "mysql"
15+
series: "trusty"
16+
channel: "candidate"
1317
num_units: 1
1418
annotations:
1519
"gui-x": "79.5"
@@ -21,7 +25,7 @@ relations:
2125
- "mysql:db"
2226
machines:
2327
"0":
24-
series: trusty
28+
series: xenial
2529
constraints: "arch=amd64 cores=1 cpu-power=100 mem=1740 root-disk=8192"
2630
"1":
2731
series: trusty

tests/integration/test_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ async def test_trusted(event_loop):
241241
@pytest.mark.asyncio
242242
async def test_app_remove_wait_flag(event_loop):
243243
async with base.CleanModel() as model:
244-
app = await model.deploy('cs:ubuntu')
244+
app = await model.deploy('ubuntu')
245245
a_name = app.name
246246
await model.wait_for_idle(status="active")
247247

0 commit comments

Comments
 (0)