Re: [openstack-dev] heat run_tests.sh fails with one huge line of output

2014-02-16 Thread Alexander Gorodnev
Hi Mike, Looks like you have some syntax error for some accidental reason. Could you please do the following: 0) install flake8; 1) run ./run_tests.sh -p &> pep8.log into your Heat directory; 2) Attach to the letter and send it to the list. Thank you, Alexander 2014-02-17 1:20 GMT+04:00 Mike S

Re: [openstack-dev] [nova][glance] bp: glance-snapshot-tasks

2014-02-07 Thread Alexander Gorodnev
Hi Josh, >> I think u are referring to the following: https://blueprints.launchpad.net/nova/+spec/glance-snapshot-tasks Yes, you're right. >> Can u describe the #2 part in more detail. Do some of the drivers already implement these new steps? I've mostly investigated snapshot method in libvirt

[openstack-dev] [nova] bp: glance-snapshot-tasks

2014-02-06 Thread Alexander Gorodnev
Hi, A blue print was created and Joshua even wrote quite huge text. Right now this BP in Drafting stage, so I want to bring this BP to life and continue working on the topic. I even tried to make some changes without approvement (only just as experiment) and got negative feedbacks. These steps I d

Re: [openstack-dev] [Oslo] Common testtool wrapper

2013-06-26 Thread Alexander Gorodnev
Hi, I've sent new patch set to Gerrit. I would be happy if somebody review it. Thanks, Alexander On Tue, Jun 18, 2013 at 2:03 PM, Robert Collins wrote: > On 18 June 2013 20:23, Alexander Gorodnev wrote: > > Hi stackers, > > > > During my work on BP Common testtoo

Re: [openstack-dev] [Quantum] Cannot run complete set of unit tests

2013-06-18 Thread Alexander Gorodnev
Hi, I have the same problem with Quantum test. I don't even know what it depends on, but I get the different result every time I run unittests using "tox -epy27". My latest result is: Ran 4548 (-721) tests in 205.026s (-63.932s) PASSED (id=8, skips=201) As you can see amount of test decreased, b

[openstack-dev] [Oslo] Common testtool wrapper

2013-06-18 Thread Alexander Gorodnev
Hi stackers, During my work on BP Common testtools wrapper I've prepared a patch, which adds new file to oslo library. I took tests/utils.py from Oslo as basis and then added few classes from Nova. Could somebody review my patch? The l