Closed nsmfoo closed 9 years ago
test is failing https://travis-ci.org/mushorg/glastopf/builds/73851379
Could be an issue with the testing files in the testing directory. The helper.py builds a test config which rightfully lack "sensorid" but it also miss other items. Maybe @glaslos can shed some light over this issue?
Yes, in https://github.com/mushorg/glastopf/blob/master/glastopf/testing/test_honeypot.py#L50 we generate the config. You want to update here: https://github.com/mushorg/glastopf/blob/master/glastopf/testing/helpers.py#L98 We might want to get rid of that and use the glastopf.conf.dist file instead (having only one place to add new configuration settings).
I did think about setting the "sensorid" to the hostname at first, as that would probably be what people set anyway, but decided against it. But a unique UUID, would work.
Repository health decreased by 0.02% when pulling ef8a524 on nsmfoo:master into c4d11e4 on mushorg:master.
LGTM
LGTM
if you could squash commits into one it would be super-awesome :wink: :wink: :sparkles:
oh, nice, looks good ;)
@nsmfoo mad git skills!
I have @katkad to thank for the mad skills =)
working also after squash
@glaslos will you cherry-pick it ?
ping?
Merged with 412b39574f516361aeadea6b6fc694d45ae1da29 (sorry for the delay)
As requested in #223