juju / theblues

Python library for the juju charmstore (v4)
GNU Lesser General Public License v3.0
5 stars 22 forks source link

Add resources in meta search and resource_url method. #27

Closed fabricematrat closed 8 years ago

jujugui commented 8 years ago

Test PASSed. Refer to this link for build results (access rights to CI server needed): http://ci.jujugui.org:8080//job/theblues-lib/93/ Test PASSed.

fabricematrat commented 8 years ago

QA:

python from theblues.charmstore import CharmStore cs = CharmStore('http://api.jujugui.org/charmstore/v5') cs.entity("~yellow/starsay-test-0")

Check that we have some resources as output. then check the resource_url is correct cs.resource_url("~yellow/starsay-test-0", "for-install", 0)

jcsackett commented 8 years ago

:+1:

jcsackett commented 8 years ago

QA notes:

Followed the returned url for the resource and got "hello" which seems like a resource file.

jcsackett commented 8 years ago

QA OK.

jrwren commented 8 years ago

👍

fabricematrat commented 8 years ago

:shipit:

jujugui commented 8 years ago

Status: merge request accepted. Url: http://ci.jujugui.org:8080/job/theblues-lib-merge