[ovirt-devel] Using oVirt Python SDK in Avocado Testing Framework

2016-04-19 Thread Amador Pahim
Hi there, Hoping to be useful for someone here, please allow me to share this post on using oVirt Python SDK inside Avocado Testing Framework: https://virtstuff.wordpress.com/2016/04/10/ovirt-functional-tests-using-avocado/ Best, -- apahim ___ Devel

Re: [ovirt-devel] VDSM sync meeting minutes December 9th, 2014

2014-12-15 Thread Amador Pahim
On 12/09/2014 01:52 PM, Dan Kenigsberg wrote: - Everybody should review Piotr's http://gerrit.ovirt.org/#/q/status:open+project:vdsm+branch:master+topic:schema_verification,n,z and approve the API of their respective component. Francesco: virt Nir: storage Adam: live{merge,snapsho

Re: [ovirt-devel] Python-GTK User Portal

2014-05-28 Thread Amador Pahim
ture, > we could implement light-weight UserPortal as web application, or we > could use Node.js to host the client application code. > > Regards, > Vojtech > > > - Original Message - >> From: "Amador Pahim" >> To: devel@ovirt.org >> Sent:

Re: [ovirt-devel] Python-GTK User Portal

2014-05-27 Thread Amador Pahim
On Tue, May 27, 2014 at 8:16 AM, Antoni Segura Puimedon wrote: > > > - Original Message - >> From: "Michal Skrivanek" >> To: "Vojtech Szocs" , "Amador Pahim" >> Cc: devel@ovirt.org >> Sent: Tuesday, May 27, 2014 1

[ovirt-devel] Python-GTK User Portal

2014-05-26 Thread Amador Pahim
Olá, I'm running some tests with Raspberry Pi, trying to use it as a thin client to oVirt. My initial test was just open web User Portal using a browser. But RasPi limited performance is leading browser to repeatedly show the warning for "unresponsive script" before load the portal. Trying to ha

Re: [ovirt-devel] [vdsm] pep8 issue

2014-05-13 Thread Amador Pahim
On Tue, May 13, 2014 at 5:43 PM, Dan Kenigsberg wrote: > On Tue, May 13, 2014 at 05:22:15PM -0300, Amador Pahim wrote: >> Building vdsm/master in F20, I've got: >> >> ./vdsm/virt/migration.py:223:19: E225 missing whitespace around operator >> >> In vdsm/virt

[ovirt-devel] [vdsm] pep8 issue

2014-05-13 Thread Amador Pahim
Building vdsm/master in F20, I've got: ./vdsm/virt/migration.py:223:19: E225 missing whitespace around operator In vdsm/virt/migration.py: 223 -1, -1) # int1, int2$ pep8 is not accepting the negative integer. Instead, it is handling the minus sign as