Hi
I am trying to run the following amulet test on my charm where it
verifies a particular url.
self.assertTrue(self.d.deployed)
unit = self.d.sentry['ibm-mobilefirst-server'][0]
url = 'http://%s:9081/appcenterconsole' %
unit.info['public-address']
https_url =
Seems more like just a python thing, vs anything to do with Amulet.
https://github.com/kennethreitz/requests/issues/2214
Says you can do some magic around disabled warnings
A better goal might be to have the charm optionally take the config of a
cert to use and configure your tests to include tha
Greetings!
Kevin, Pete, Konstantinos, and I got in our time on the queue this week:
March 2, 2017
-
giraph
-
https://review.jujucharms.com/reviews/82
-
PR from last week was approved by the author.
-
Deployed fine and tests passed. Congrats! +1 and pr