Re: problem with amulet and ssh

2015-02-18 Thread Nicolás Pace
This problem can be eluded by removing the ~/.ssh/known_hosts and /root/.ssh/known_hosts files. Regards, On Fri, Feb 13, 2015 at 3:12 PM, Marco Ceppi marco.ce...@canonical.com wrote: Thanks Nicolás for brining this to our attention and Stuart for shedding light on how deep this bug runs.

Re: problem with amulet and ssh

2015-02-13 Thread Stuart Bishop
On 13 February 2015 at 09:42, Nicolás Pace nicop...@gmail.com wrote: Hi guys, I'm having a problem with amulet. i implemented a test with this chunk of code inside: logstash_indexer_agent = d.sentry.unit['logstash-indexer/0'] curl_response = logstash_indexer_agent.run(curl

Re: problem with amulet and ssh

2015-02-13 Thread Marco Ceppi
Thanks Nicolás for brining this to our attention and Stuart for shedding light on how deep this bug runs. While it's true we're kind of tied to doing what Juju does, that doesn't mean we can't look at ways to alleviate this in Amulet to avoid tests to prevent them from failing. On Fri, Feb 13,

problem with amulet and ssh

2015-02-12 Thread Nicolás Pace
Hi guys, I'm having a problem with amulet. i implemented a test with this chunk of code inside: logstash_indexer_agent = d.sentry.unit['logstash-indexer/0'] curl_response = logstash_indexer_agent.run(curl http://127.0.0.1:9200/index/_search?size=1;)[0] print(curl_response) that print is throwing