Re: Introduction and Noobie question

2013-07-03 Thread Cecil New
Found the answer. I found another person with a similar problem asking at: http://askubuntu.com/questions/315996/autopilot-importerror-no-module-named-input/316103#316103 The message sounded like an installation problem. So re-installed using the directions and steps in my answer. Suggest an upda

Introduction and Noobie question

2013-07-03 Thread Cecil New
Hi all, I'm Cecil and have volunteered to write test cases for Ubuntu Touch. I'm going thru the tutorial and the example didn't quite work. Since I'm new to python, I thought send out a quick note... I'm sure it's something simple. Below is the output, followed by the test itself for easy referen

Re: Developing dep8 tests with LXC

2013-07-03 Thread Robie Basak
Thanks Jean-Baptiste! I've made the changes you suggested. The driver now uses ephemeral containers. With --keep-data I think it uses the host filesystem (not tmpfs) so I think I avoided the space pitfall you mentioned. I'm waiting for boot-finished as you described now. There was a race to fix b

Testing server packages with dep8 and multiple tests

2013-07-03 Thread Robie Basak
I think I have an issue running multiple tests. I want to add a dep8 test I've written to puppet. It already has a test, so I'm adding a second one. Initially my adt-virt-lxc driver didn't support the "revert" capability and I found that I couldn't run both tests in a single adt-run. adt-virt-nul

Re: Newbie here

2013-07-03 Thread Ali Linx (amjjawad)
Hello and Welcome :) Thanks for joining :) Please have a read at: https://wiki.ubuntu.com/QATeam If you have Social Networks Accounts, have a look at: https://wiki.ubuntu.com/QATeam#Social_Networks Enjoy! On Wed, Jul 3, 2013 at 7:39 PM, Arturas Norkus wrote: > Just joined to mailing list, a

"Testcase pilots"

2013-07-03 Thread Ho Wan Chan
Hello Ubuntu Quality Team, If you have been a member of the Ubuntu Development Team (or if you have been subscribed to the ubuntu-devel mailing list) you will know that Ubuntu Development has a system called "Patch pilots". Look at https://wiki.ubuntu.com/UbuntuDevelopment/CodeReviews?action=show&

Newbie here

2013-07-03 Thread Arturas Norkus
Just joined to mailing list, and saying Hi. -- Arturas Norkus anor...@fastmail.fm -- Ubuntu-quality mailing list Ubuntu-quality@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality

Re: Developing dep8 tests with LXC

2013-07-03 Thread Serge Hallyn
Quoting Jean-Baptiste Lallement (jean-baptiste.lallem...@canonical.com): > On 07/03/2013 11:53 AM, Robie Basak wrote: > >I scratched an itch and implemented an adt-virt-lxc, as I couldn't find > >that anybody else had worked on it. > > > >It's here: https://code.launchpad.net/~racb/ubuntu/saucy/aut

Re: Developing dep8 tests with LXC

2013-07-03 Thread Jean-Baptiste Lallement
On 07/03/2013 11:53 AM, Robie Basak wrote: I scratched an itch and implemented an adt-virt-lxc, as I couldn't find that anybody else had worked on it. It's here: https://code.launchpad.net/~racb/ubuntu/saucy/autopkgtest/lxc Or just grab the adt-virt-lxc binary from it, and run: autopkgtest

Developing dep8 tests with LXC

2013-07-03 Thread Robie Basak
I scratched an itch and implemented an adt-virt-lxc, as I couldn't find that anybody else had worked on it. It's here: https://code.launchpad.net/~racb/ubuntu/saucy/autopkgtest/lxc Or just grab the adt-virt-lxc binary from it, and run: autopkgtest (...) --- /path/to/downloaded/adt-virt-lxc sau