=== chihchun_afk is now known as chihchun === tsdgeos_ is now known as tsdgeos === alai` is now known as alai [14:07] ping pitti: do you know about a package that uses go for debian/tests? [14:07] I could use an example... [14:08] elopio: no, I don't [14:08] elopio: that would also be fairly impractical, given that it should run on all architectures [14:08] and it woudl be huge too [14:08] either way, I haven't ever seen that, sorry [14:09] pitti: couldn't it be compiled at the same time as the binary program? Then it would have the same arch as the thing you'll install anyway. [14:10] elopio: you can build the test with "build-needed" of course, yes [14:10] or build it during package build and just call it from Test-Commands: or so [14:10] or, the go test tool could be installed on the testbed. With this I'm not saying it's practical, of course :) I just want to give it a try. [14:10] elopio: oh, I thought you meant "write debian/tests/mytest in go" [14:11] you can call any program/tool from scripts in debian/tests/ of course [15:20] elopio, are there any helpers around for notifications? [15:20] elopio, specifically messaging notifications [15:21] brendand: there are some things in unity8. Not sure if they are good. [15:21] elopio, well i can start there, thanks [15:28] btw, brendand, rhuddie, cachio: this is ready for review: https://code.launchpad.net/~canonical-platform-qa/unity8/fix1306340-deprecate_emulators/+merge/259202 [15:28] and the more time it passes, the harder it is to land it. So it would be nice if you could take a look. [15:38] elopio, ok === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === manjo` is now known as manjo [18:15] balloons, Hi [18:19] pvsenan, hello again [18:20] balloons, is it possible to introspect html5 apps using autopilot ? === oSoMoN_ is now known as oSoMoN [18:37] pvsenan, in what way? read the page elements or ? We introspect html5 apps with autopilot, and interact with the container [18:43] balloons, the page elements [18:48] pvsenan, you want selenium for that [18:48] balloons, I have it, but how do I get the page elements like ID, CSS class etc [18:49] pvsenan, ahh, you can use selenium for that [18:49] let me link you [18:49] http://selenium-python.readthedocs.org/en/latest/api.html#locate-elements-by [18:51] pvsenan, so in the help app, self.page.find_element_by_name() [19:48] jibel, hey, silo 20 is a critical fix for the current OTA [19:53] jhodapp: where the crap did you get image 6 from? There are only 3 images in the channel :P [19:54] davmor2, lol, from this channel: ubuntu-touch/rc-proposed/meizu [19:55] jhodapp: http://system-image.ubuntu.com/ubuntu-touch/rc-proposed/meizu.en/arale/ 4 images now apparently [19:56] davmor2, not sure what to say but I specified revision=6 per bfiller's instructions in this bug: https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1457129 [19:56] Launchpad bug 1457129 in media-hub (Ubuntu) "All sound stops playing after receiving SMS messages" [Critical,In progress] [19:57] jhodapp, ack. [19:57] if the list of fixes keeps growing it'll be hard to release anything [19:57] jibel, well this is on Pat's list [19:58] jhodapp, right but the gates closes nearly a week ago :) [19:58] closed* [19:58] hehe yeah, just doing what I'm instructed to do :) [19:58] np [19:58] balloons, I am getting a type error [19:59] balloons, http://paste.ubuntu.com/11397634/ [20:13] pvsenan, what's the test look like? or did you note modify the file? [20:14] balloons, I was trying to run the test you created [20:17] pvsenan, did you 'make app' first? [20:17] balloons, yes i did [20:18] from internals/tests/functional, run autopilot3 run -v help_app/ [20:19] it works for me, so I'm not sure what's missing on your end [20:23] I did a fresh checkout of the branch, make app, the cd internals/tests/functional, then run with autopilot [20:23] that's a good place to start though, make sure that works :-) [20:35] Hey balloons got a few questions [20:41] you must be busy Later [21:02] pvsenan, any luck?