Re: Issue with Amulet testing

2017-03-02 Thread John Meinel
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

Issue with Amulet testing

2017-03-02 Thread Suchitra Venugopal1
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 =