File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11series : 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"
2226machines :
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
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ async def test_trusted(event_loop):
241241@pytest .mark .asyncio
242242async 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
You can’t perform that action at this time.
0 commit comments